← 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: 12-68809744-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=68809744&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 68809744,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000258149.11",
"consequences": [
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.99+452T>A",
"hgvs_p": null,
"transcript": "NM_002392.6",
"protein_id": "NP_002383.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": -4,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7490,
"mane_select": "ENST00000258149.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.99+452T>A",
"hgvs_p": null,
"transcript": "ENST00000258149.11",
"protein_id": "ENSP00000258149.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": -4,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7490,
"mane_select": "NM_002392.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000539479.6",
"protein_id": "ENSP00000444430.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 491,
"cds_start": -4,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000350057.9",
"protein_id": "ENSP00000266624.9",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": -4,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.99+452T>A",
"hgvs_p": null,
"transcript": "ENST00000258148.11",
"protein_id": "ENSP00000258148.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000299252.8",
"protein_id": "ENSP00000299252.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000360430.6",
"protein_id": "ENSP00000353611.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": -4,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.66+452T>A",
"hgvs_p": null,
"transcript": "ENST00000348801.7",
"protein_id": "ENSP00000335096.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000393410.5",
"protein_id": "ENSP00000377062.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000393413.7",
"protein_id": "ENSP00000377065.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000523991.5",
"protein_id": "ENSP00000427828.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": -4,
"cds_end": null,
"cds_length": 431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000517852.5",
"protein_id": "ENSP00000430257.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": -4,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000543323.5",
"protein_id": "ENSP00000439238.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 116,
"cds_start": -4,
"cds_end": null,
"cds_length": 353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.66+452T>A",
"hgvs_p": null,
"transcript": "ENST00000478070.2",
"protein_id": "ENSP00000430906.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 49,
"cds_start": -4,
"cds_end": null,
"cds_length": 150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000496959.5",
"protein_id": "ENSP00000429692.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000536089.5",
"protein_id": "ENSP00000444028.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000537182.5",
"protein_id": "ENSP00000443450.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000540352.5",
"protein_id": "ENSP00000445030.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000542502.5",
"protein_id": "ENSP00000444566.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000393416.7",
"protein_id": "ENSP00000377068.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 522,
"cds_start": -4,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "NM_001367990.1",
"protein_id": "NP_001354919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 491,
"cds_start": -4,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000544561.6",
"protein_id": "ENSP00000441841.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "NM_001145337.3",
"protein_id": "NP_001138809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": -4,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.99+452T>A",
"hgvs_p": null,
"transcript": "NM_001145339.2",
"protein_id": "NP_001138811.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "NM_001278462.2",
"protein_id": "NP_001265391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "NM_001145340.3",
"protein_id": "NP_001138812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000393415.7",
"protein_id": "ENSP00000377067.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": -4,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000393412.7",
"protein_id": "ENSP00000377064.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "c.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000545204.2",
"protein_id": "ENSP00000444597.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": -4,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.99+452T>A",
"hgvs_p": null,
"transcript": "ENST00000311420.13",
"protein_id": "ENSP00000310742.9",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.99+452T>A",
"hgvs_p": null,
"transcript": "ENST00000393417.8",
"protein_id": "ENSP00000429021.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000481186.6",
"protein_id": "ENSP00000431110.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.295+452T>A",
"hgvs_p": null,
"transcript": "ENST00000493419.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000546048.5",
"protein_id": "ENSP00000445222.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000665020.1",
"protein_id": "ENSP00000499718.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000666617.1",
"protein_id": "ENSP00000499763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"hgvs_c": "n.81+452T>A",
"hgvs_p": null,
"transcript": "ENST00000671567.1",
"protein_id": "ENSP00000499407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MDM2",
"gene_hgnc_id": 6973,
"dbsnp": "rs1196335",
"frequency_reference_population": 0.3405436,
"hom_count_reference_population": 9533,
"allele_count_reference_population": 51796,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.340544,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 51796,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9533,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7900000214576721,
"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.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.446,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000258149.11",
"gene_symbol": "MDM2",
"hgnc_id": 6973,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.99+452T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}