← 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: 3-185652112-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=185652112&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 185652112,
"ref": "T",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001291869.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1443A>C",
"hgvs_p": "p.Pro481Pro",
"transcript": "NM_006548.6",
"protein_id": "NP_006539.3",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 599,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000382199.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006548.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1443A>C",
"hgvs_p": "p.Pro481Pro",
"transcript": "ENST00000382199.7",
"protein_id": "ENSP00000371634.3",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 599,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006548.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382199.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1314A>C",
"hgvs_p": "p.Pro438Pro",
"transcript": "ENST00000346192.7",
"protein_id": "ENSP00000320204.5",
"transcript_support_level": 1,
"aa_start": 438,
"aa_end": null,
"aa_length": 556,
"cds_start": 1314,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346192.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1254A>C",
"hgvs_p": "p.Pro418Pro",
"transcript": "ENST00000421047.3",
"protein_id": "ENSP00000413787.3",
"transcript_support_level": 1,
"aa_start": 418,
"aa_end": null,
"aa_length": 536,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421047.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1632A>C",
"hgvs_p": "p.Pro544Pro",
"transcript": "ENST00000881591.1",
"protein_id": "ENSP00000551650.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 662,
"cds_start": 1632,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881591.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1461A>C",
"hgvs_p": "p.Pro487Pro",
"transcript": "NM_001291869.3",
"protein_id": "NP_001278798.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 605,
"cds_start": 1461,
"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": "NM_001291869.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1461A>C",
"hgvs_p": "p.Pro487Pro",
"transcript": "ENST00000457616.6",
"protein_id": "ENSP00000410242.2",
"transcript_support_level": 5,
"aa_start": 487,
"aa_end": null,
"aa_length": 605,
"cds_start": 1461,
"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": "ENST00000457616.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1440A>C",
"hgvs_p": "p.Pro480Pro",
"transcript": "ENST00000921331.1",
"protein_id": "ENSP00000591390.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 598,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921331.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1443A>C",
"hgvs_p": "p.Pro481Pro",
"transcript": "ENST00000921330.1",
"protein_id": "ENSP00000591389.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 587,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921330.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1374A>C",
"hgvs_p": "p.Pro458Pro",
"transcript": "ENST00000921333.1",
"protein_id": "ENSP00000591392.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 576,
"cds_start": 1374,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921333.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1332A>C",
"hgvs_p": "p.Pro444Pro",
"transcript": "ENST00000881588.1",
"protein_id": "ENSP00000551647.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 562,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881588.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1314A>C",
"hgvs_p": "p.Pro438Pro",
"transcript": "NM_001007225.3",
"protein_id": "NP_001007226.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 556,
"cds_start": 1314,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001007225.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1311A>C",
"hgvs_p": "p.Pro437Pro",
"transcript": "ENST00000881589.1",
"protein_id": "ENSP00000551648.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 555,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881589.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1443A>C",
"hgvs_p": "p.Pro481Pro",
"transcript": "ENST00000921325.1",
"protein_id": "ENSP00000591384.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 555,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921325.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1308A>C",
"hgvs_p": "p.Pro436Pro",
"transcript": "ENST00000955762.1",
"protein_id": "ENSP00000625821.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 554,
"cds_start": 1308,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955762.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1278A>C",
"hgvs_p": "p.Pro426Pro",
"transcript": "ENST00000921327.1",
"protein_id": "ENSP00000591386.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 544,
"cds_start": 1278,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921327.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1314A>C",
"hgvs_p": "p.Pro438Pro",
"transcript": "ENST00000921335.1",
"protein_id": "ENSP00000591394.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 544,
"cds_start": 1314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921335.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1272A>C",
"hgvs_p": "p.Pro424Pro",
"transcript": "NM_001291872.3",
"protein_id": "NP_001278801.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 542,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291872.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1254A>C",
"hgvs_p": "p.Pro418Pro",
"transcript": "NM_001291873.3",
"protein_id": "NP_001278802.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 536,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291873.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1314A>C",
"hgvs_p": "p.Pro438Pro",
"transcript": "ENST00000921326.1",
"protein_id": "ENSP00000591385.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 512,
"cds_start": 1314,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921326.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1152A>C",
"hgvs_p": "p.Pro384Pro",
"transcript": "ENST00000921337.1",
"protein_id": "ENSP00000591396.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 502,
"cds_start": 1152,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921337.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1125A>C",
"hgvs_p": "p.Pro375Pro",
"transcript": "NM_001291874.3",
"protein_id": "NP_001278803.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 493,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291874.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1035A>C",
"hgvs_p": "p.Pro345Pro",
"transcript": "NM_001291875.3",
"protein_id": "NP_001278804.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 463,
"cds_start": 1035,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291875.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.978A>C",
"hgvs_p": "p.Pro326Pro",
"transcript": "ENST00000921329.1",
"protein_id": "ENSP00000591388.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 444,
"cds_start": 978,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921329.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.867A>C",
"hgvs_p": "p.Pro289Pro",
"transcript": "ENST00000921334.1",
"protein_id": "ENSP00000591393.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 407,
"cds_start": 867,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921334.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.849A>C",
"hgvs_p": "p.Pro283Pro",
"transcript": "ENST00000921332.1",
"protein_id": "ENSP00000591391.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 401,
"cds_start": 849,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921332.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.609A>C",
"hgvs_p": "p.Pro203Pro",
"transcript": "ENST00000921328.1",
"protein_id": "ENSP00000591387.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 321,
"cds_start": 609,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921328.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1434A>C",
"hgvs_p": "p.Pro478Pro",
"transcript": "XM_017005557.3",
"protein_id": "XP_016861046.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 596,
"cds_start": 1434,
"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": "XM_017005557.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1332A>C",
"hgvs_p": "p.Pro444Pro",
"transcript": "XM_017005558.3",
"protein_id": "XP_016861047.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 562,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005558.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1461A>C",
"hgvs_p": "p.Pro487Pro",
"transcript": "XM_017005559.3",
"protein_id": "XP_016861048.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 561,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005559.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1443A>C",
"hgvs_p": "p.Pro481Pro",
"transcript": "XM_047447316.1",
"protein_id": "XP_047303272.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 555,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447316.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1305A>C",
"hgvs_p": "p.Pro435Pro",
"transcript": "XM_047447317.1",
"protein_id": "XP_047303273.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 553,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447317.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1257A>C",
"hgvs_p": "p.Pro419Pro",
"transcript": "XM_017005560.3",
"protein_id": "XP_016861049.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 537,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005560.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1239A>C",
"hgvs_p": "p.Pro413Pro",
"transcript": "XM_047447318.1",
"protein_id": "XP_047303274.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 531,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447318.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1332A>C",
"hgvs_p": "p.Pro444Pro",
"transcript": "XM_047447319.1",
"protein_id": "XP_047303275.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 518,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447319.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1200A>C",
"hgvs_p": "p.Pro400Pro",
"transcript": "XM_047447320.1",
"protein_id": "XP_047303276.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 518,
"cds_start": 1200,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447320.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1314A>C",
"hgvs_p": "p.Pro438Pro",
"transcript": "XM_047447321.1",
"protein_id": "XP_047303277.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 512,
"cds_start": 1314,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447321.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1110A>C",
"hgvs_p": "p.Pro370Pro",
"transcript": "XM_047447322.1",
"protein_id": "XP_047303278.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 488,
"cds_start": 1110,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447322.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1239A>C",
"hgvs_p": "p.Pro413Pro",
"transcript": "XM_047447323.1",
"protein_id": "XP_047303279.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 487,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447323.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1035A>C",
"hgvs_p": "p.Pro345Pro",
"transcript": "XM_024453316.2",
"protein_id": "XP_024309084.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 463,
"cds_start": 1035,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453316.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1035A>C",
"hgvs_p": "p.Pro345Pro",
"transcript": "XM_047447328.1",
"protein_id": "XP_047303284.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 463,
"cds_start": 1035,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447328.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Pro302Pro",
"transcript": "XM_047447325.1",
"protein_id": "XP_047303281.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 420,
"cds_start": 906,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447325.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.906A>C",
"hgvs_p": "p.Pro302Pro",
"transcript": "XM_047447326.1",
"protein_id": "XP_047303282.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 420,
"cds_start": 906,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447326.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.774A>C",
"hgvs_p": "p.Pro258Pro",
"transcript": "XM_047447327.1",
"protein_id": "XP_047303283.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 376,
"cds_start": 774,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447327.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.675A>C",
"hgvs_p": "p.Pro225Pro",
"transcript": "XM_006713477.5",
"protein_id": "XP_006713540.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 343,
"cds_start": 675,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713477.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.645A>C",
"hgvs_p": "p.Pro215Pro",
"transcript": "XM_047447329.1",
"protein_id": "XP_047303285.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 333,
"cds_start": 645,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447329.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.774A>C",
"hgvs_p": "p.Pro258Pro",
"transcript": "XM_047447330.1",
"protein_id": "XP_047303286.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 332,
"cds_start": 774,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.*573A>C",
"hgvs_p": null,
"transcript": "XM_047447324.1",
"protein_id": "XP_047303280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 473,
"cds_start": null,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447324.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1387-2578A>C",
"hgvs_p": null,
"transcript": "ENST00000881590.1",
"protein_id": "ENSP00000551649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 574,
"cds_start": null,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "c.1258-4974A>C",
"hgvs_p": null,
"transcript": "ENST00000921336.1",
"protein_id": "ENSP00000591395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921336.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.768A>C",
"hgvs_p": null,
"transcript": "ENST00000494906.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000494906.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.1396A>C",
"hgvs_p": null,
"transcript": "NR_138486.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_138486.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.1543A>C",
"hgvs_p": null,
"transcript": "XR_001739984.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001739984.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.1525A>C",
"hgvs_p": null,
"transcript": "XR_007095624.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.1607A>C",
"hgvs_p": null,
"transcript": "XR_007095625.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095625.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.2060A>C",
"hgvs_p": null,
"transcript": "XR_007095626.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095626.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.2005A>C",
"hgvs_p": null,
"transcript": "XR_007095627.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095627.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"hgvs_c": "n.1999A>C",
"hgvs_p": null,
"transcript": "XR_007095628.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095628.1"
}
],
"gene_symbol": "IGF2BP2",
"gene_hgnc_id": 28867,
"dbsnp": "rs1577810010",
"frequency_reference_population": 6.8469797e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84698e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"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.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.367,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001291869.3",
"gene_symbol": "IGF2BP2",
"hgnc_id": 28867,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1461A>C",
"hgvs_p": "p.Pro487Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}