← 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: X-32844794-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=32844794&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "X",
"pos": 32844794,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000357033.9",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "NM_004006.3",
"protein_id": "NP_003997.2",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3685,
"cds_start": 253,
"cds_end": null,
"cds_length": 11058,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13992,
"mane_select": "ENST00000357033.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "ENST00000357033.9",
"protein_id": "ENSP00000354923.3",
"transcript_support_level": 1,
"aa_start": 85,
"aa_end": null,
"aa_length": 3685,
"cds_start": 253,
"cds_end": null,
"cds_length": 11058,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13992,
"mane_select": "NM_004006.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.229C>T",
"hgvs_p": "p.Gln77*",
"transcript": "ENST00000288447.9",
"protein_id": "ENSP00000288447.4",
"transcript_support_level": 1,
"aa_start": 77,
"aa_end": null,
"aa_length": 772,
"cds_start": 229,
"cds_end": null,
"cds_length": 2319,
"cdna_start": 573,
"cdna_end": null,
"cdna_length": 4024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.142C>T",
"hgvs_p": "p.Gln48*",
"transcript": "ENST00000447523.1",
"protein_id": "ENSP00000395904.1",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 124,
"cds_start": 142,
"cds_end": null,
"cds_length": 375,
"cdna_start": 142,
"cdna_end": null,
"cdna_length": 375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.241C>T",
"hgvs_p": "p.Gln81*",
"transcript": "NM_004009.3",
"protein_id": "NP_004000.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 3681,
"cds_start": 241,
"cds_end": null,
"cds_length": 11046,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 14000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.241C>T",
"hgvs_p": "p.Gln81*",
"transcript": "ENST00000378677.6",
"protein_id": "ENSP00000367948.2",
"transcript_support_level": 5,
"aa_start": 81,
"aa_end": null,
"aa_length": 3681,
"cds_start": 241,
"cds_end": null,
"cds_length": 11046,
"cdna_start": 436,
"cdna_end": null,
"cdna_length": 13932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.229C>T",
"hgvs_p": "p.Gln77*",
"transcript": "NM_000109.4",
"protein_id": "NP_000100.3",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 3677,
"cds_start": 229,
"cds_end": null,
"cds_length": 11034,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 13854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "ENST00000684237.1",
"protein_id": "ENSP00000507277.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 490,
"cds_start": 253,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 1658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_006724468.3",
"protein_id": "XP_006724531.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3703,
"cds_start": 253,
"cds_end": null,
"cds_length": 11112,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.229C>T",
"hgvs_p": "p.Gln77*",
"transcript": "XM_006724469.4",
"protein_id": "XP_006724532.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 3695,
"cds_start": 229,
"cds_end": null,
"cds_length": 11088,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 13822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_006724470.4",
"protein_id": "XP_006724533.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3690,
"cds_start": 253,
"cds_end": null,
"cds_length": 11073,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_017029328.2",
"protein_id": "XP_016884817.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3672,
"cds_start": 253,
"cds_end": null,
"cds_length": 11019,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_011545467.2",
"protein_id": "XP_011543769.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3662,
"cds_start": 253,
"cds_end": null,
"cds_length": 10989,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_006724473.3",
"protein_id": "XP_006724536.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3657,
"cds_start": 253,
"cds_end": null,
"cds_length": 10974,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_006724474.4",
"protein_id": "XP_006724537.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3593,
"cds_start": 253,
"cds_end": null,
"cds_length": 10782,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_006724475.3",
"protein_id": "XP_006724538.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3575,
"cds_start": 253,
"cds_end": null,
"cds_length": 10728,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 13662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_011545468.3",
"protein_id": "XP_011543770.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 3295,
"cds_start": 253,
"cds_end": null,
"cds_length": 9888,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 10595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_017029329.2",
"protein_id": "XP_016884818.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 2166,
"cds_start": 253,
"cds_end": null,
"cds_length": 6501,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 6916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_017029330.3",
"protein_id": "XP_016884819.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 2160,
"cds_start": 253,
"cds_end": null,
"cds_length": 6483,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 10835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_011545469.2",
"protein_id": "XP_011543771.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 1915,
"cds_start": 253,
"cds_end": null,
"cds_length": 5748,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 6460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*",
"transcript": "XM_047441889.1",
"protein_id": "XP_047297845.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 1874,
"cds_start": 253,
"cds_end": null,
"cds_length": 5625,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.577C>T",
"hgvs_p": null,
"transcript": "ENST00000682437.1",
"protein_id": null,
"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": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.577C>T",
"hgvs_p": null,
"transcript": "ENST00000682584.1",
"protein_id": null,
"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": 1706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.438C>T",
"hgvs_p": null,
"transcript": "ENST00000682870.1",
"protein_id": null,
"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": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.460C>T",
"hgvs_p": null,
"transcript": "ENST00000682899.1",
"protein_id": null,
"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": 4650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.253C>T",
"hgvs_p": null,
"transcript": "ENST00000682924.1",
"protein_id": "ENSP00000508187.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": 1975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.437C>T",
"hgvs_p": null,
"transcript": "ENST00000683309.1",
"protein_id": null,
"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": 1855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.598C>T",
"hgvs_p": null,
"transcript": "ENST00000683658.1",
"protein_id": null,
"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": 2000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.460C>T",
"hgvs_p": null,
"transcript": "ENST00000683985.1",
"protein_id": null,
"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": 3159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.437C>T",
"hgvs_p": null,
"transcript": "ENST00000684056.1",
"protein_id": null,
"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": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.460C>T",
"hgvs_p": null,
"transcript": "ENST00000684165.1",
"protein_id": null,
"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": 2341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.460C>T",
"hgvs_p": null,
"transcript": "ENST00000684292.1",
"protein_id": null,
"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": 2291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.437C>T",
"hgvs_p": null,
"transcript": "ENST00000684357.1",
"protein_id": null,
"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": 1560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.438C>T",
"hgvs_p": null,
"transcript": "ENST00000684660.1",
"protein_id": null,
"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": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.-117C>T",
"hgvs_p": null,
"transcript": "NM_004010.3",
"protein_id": "NP_004001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3562,
"cds_start": -4,
"cds_end": null,
"cds_length": 10689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.-117C>T",
"hgvs_p": null,
"transcript": "ENST00000682071.1",
"protein_id": "ENSP00000508133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 523,
"cds_start": -4,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.93+175345C>T",
"hgvs_p": null,
"transcript": "ENST00000420596.5",
"protein_id": "ENSP00000399897.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "c.93+175345C>T",
"hgvs_p": null,
"transcript": "ENST00000448370.5",
"protein_id": "ENSP00000388559.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 40,
"cds_start": -4,
"cds_end": null,
"cds_length": 123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"hgvs_c": "n.335+175345C>T",
"hgvs_p": null,
"transcript": "ENST00000488902.5",
"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": 771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DMD",
"gene_hgnc_id": 2928,
"dbsnp": "rs128626234",
"frequency_reference_population": 9.1227724e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 9.12277e-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.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.887,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.05,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000357033.9",
"gene_symbol": "DMD",
"hgnc_id": 2928,
"effects": [
"stop_gained"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.253C>T",
"hgvs_p": "p.Gln85*"
}
],
"clinvar_disease": "Duchenne muscular dystrophy",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Duchenne muscular dystrophy",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}