← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 11-46728098-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46728098&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 46728098,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000506.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "NM_000506.5",
"protein_id": "NP_000497.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 622,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000311907.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000506.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000311907.10",
"protein_id": "ENSP00000308541.5",
"transcript_support_level": 1,
"aa_start": 411,
"aa_end": null,
"aa_length": 622,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000506.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311907.10"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1329G>A",
"hgvs_p": "p.Pro443Pro",
"transcript": "ENST00000862106.1",
"protein_id": "ENSP00000532165.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 654,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862106.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1281G>A",
"hgvs_p": "p.Pro427Pro",
"transcript": "ENST00000862118.1",
"protein_id": "ENSP00000532177.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 638,
"cds_start": 1281,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862118.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1278G>A",
"hgvs_p": "p.Pro426Pro",
"transcript": "ENST00000862102.1",
"protein_id": "ENSP00000532161.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 637,
"cds_start": 1278,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862102.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Pro424Pro",
"transcript": "ENST00000862104.1",
"protein_id": "ENSP00000532163.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 635,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862104.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1260G>A",
"hgvs_p": "p.Pro420Pro",
"transcript": "ENST00000862111.1",
"protein_id": "ENSP00000532170.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 631,
"cds_start": 1260,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862111.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1254G>A",
"hgvs_p": "p.Pro418Pro",
"transcript": "ENST00000862105.1",
"protein_id": "ENSP00000532164.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 629,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862105.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1230G>A",
"hgvs_p": "p.Pro410Pro",
"transcript": "ENST00000862096.1",
"protein_id": "ENSP00000532155.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 621,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862096.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1221G>A",
"hgvs_p": "p.Pro407Pro",
"transcript": "ENST00000862107.1",
"protein_id": "ENSP00000532166.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 618,
"cds_start": 1221,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862107.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Pro424Pro",
"transcript": "ENST00000862112.1",
"protein_id": "ENSP00000532171.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 616,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862112.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1212G>A",
"hgvs_p": "p.Pro404Pro",
"transcript": "ENST00000862123.1",
"protein_id": "ENSP00000532182.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 615,
"cds_start": 1212,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862123.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1254G>A",
"hgvs_p": "p.Pro418Pro",
"transcript": "ENST00000862109.1",
"protein_id": "ENSP00000532168.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 610,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862109.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1191G>A",
"hgvs_p": "p.Pro397Pro",
"transcript": "ENST00000862103.1",
"protein_id": "ENSP00000532162.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 608,
"cds_start": 1191,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862103.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1182G>A",
"hgvs_p": "p.Pro394Pro",
"transcript": "ENST00000862093.1",
"protein_id": "ENSP00000532152.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 605,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862093.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1182G>A",
"hgvs_p": "p.Pro394Pro",
"transcript": "ENST00000862117.1",
"protein_id": "ENSP00000532176.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 605,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862117.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000862095.1",
"protein_id": "ENSP00000532154.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 603,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862095.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1170G>A",
"hgvs_p": "p.Pro390Pro",
"transcript": "ENST00000862114.1",
"protein_id": "ENSP00000532173.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 601,
"cds_start": 1170,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862114.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1155G>A",
"hgvs_p": "p.Pro385Pro",
"transcript": "ENST00000862101.1",
"protein_id": "ENSP00000532160.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 596,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862101.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000862100.1",
"protein_id": "ENSP00000532159.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 594,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862100.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000862098.1",
"protein_id": "ENSP00000532157.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 592,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862098.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000862099.1",
"protein_id": "ENSP00000532158.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 586,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862099.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000530231.5",
"protein_id": "ENSP00000433907.1",
"transcript_support_level": 5,
"aa_start": 411,
"aa_end": null,
"aa_length": 583,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530231.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1104G>A",
"hgvs_p": "p.Pro368Pro",
"transcript": "ENST00000862094.1",
"protein_id": "ENSP00000532153.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 579,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862094.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1182G>A",
"hgvs_p": "p.Pro394Pro",
"transcript": "ENST00000862121.1",
"protein_id": "ENSP00000532180.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 577,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862121.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1182G>A",
"hgvs_p": "p.Pro394Pro",
"transcript": "ENST00000862115.1",
"protein_id": "ENSP00000532174.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 569,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862115.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro",
"transcript": "ENST00000862122.1",
"protein_id": "ENSP00000532181.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 564,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862122.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1104G>A",
"hgvs_p": "p.Pro368Pro",
"transcript": "ENST00000862116.1",
"protein_id": "ENSP00000532175.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 551,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862116.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1104G>A",
"hgvs_p": "p.Pro368Pro",
"transcript": "ENST00000862110.1",
"protein_id": "ENSP00000532169.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 543,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862110.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.990G>A",
"hgvs_p": "p.Pro330Pro",
"transcript": "ENST00000862097.1",
"protein_id": "ENSP00000532156.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 541,
"cds_start": 990,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862097.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1104G>A",
"hgvs_p": "p.Pro368Pro",
"transcript": "ENST00000862119.1",
"protein_id": "ENSP00000532178.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 540,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862119.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.939G>A",
"hgvs_p": "p.Pro313Pro",
"transcript": "ENST00000862108.1",
"protein_id": "ENSP00000532167.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 524,
"cds_start": 939,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862108.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.918G>A",
"hgvs_p": "p.Pro306Pro",
"transcript": "ENST00000862120.1",
"protein_id": "ENSP00000532179.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 517,
"cds_start": 918,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1131-566G>A",
"hgvs_p": null,
"transcript": "ENST00000862113.1",
"protein_id": "ENSP00000532172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862113.1"
}
],
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"dbsnp": "rs5898",
"frequency_reference_population": 0.078667335,
"hom_count_reference_population": 5648,
"allele_count_reference_population": 126667,
"gnomad_exomes_af": 0.0799912,
"gnomad_genomes_af": 0.0659671,
"gnomad_exomes_ac": 116640,
"gnomad_genomes_ac": 10027,
"gnomad_exomes_homalt": 5258,
"gnomad_genomes_homalt": 390,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.497,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000506.5",
"gene_symbol": "F2",
"hgnc_id": 3535,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1233G>A",
"hgvs_p": "p.Pro411Pro"
}
],
"clinvar_disease": "Congenital prothrombin deficiency,Thrombophilia due to thrombin defect,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:4",
"phenotype_combined": "not specified|Congenital prothrombin deficiency|not provided|Thrombophilia due to thrombin defect",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}