← 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: 2-219501903-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=219501903&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 219501903,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000313597.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_013335.4",
"protein_id": "NP_037467.2",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1522,
"mane_select": "ENST00000313597.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "ENST00000313597.10",
"protein_id": "ENSP00000315925.6",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1522,
"mane_select": "NM_013335.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "ENST00000358215.8",
"protein_id": "ENSP00000350949.3",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_001438893.1",
"protein_id": "NP_001425822.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 473,
"cds_start": 295,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_001438894.1",
"protein_id": "NP_001425823.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 473,
"cds_start": 295,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 358,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_001438895.1",
"protein_id": "NP_001425824.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 473,
"cds_start": 295,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 1992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "ENST00000373917.7",
"protein_id": "ENSP00000363027.3",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 473,
"cds_start": 295,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 1630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_001374294.1",
"protein_id": "NP_001361223.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 358,
"cdna_end": null,
"cdna_length": 1517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_001374295.1",
"protein_id": "NP_001361224.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 1838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "NM_205847.3",
"protein_id": "NP_995319.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 1833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "ENST00000341142.8",
"protein_id": "ENSP00000340760.3",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "ENST00000373908.5",
"protein_id": "ENSP00000363016.1",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 343,
"cdna_end": null,
"cdna_length": 1501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "ENST00000622191.2",
"protein_id": "ENSP00000478700.2",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 420,
"cds_start": 295,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 1797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.190C>G",
"hgvs_p": "p.Arg64Gly",
"transcript": "ENST00000435316.6",
"protein_id": "ENSP00000411060.1",
"transcript_support_level": 5,
"aa_start": 64,
"aa_end": null,
"aa_length": 248,
"cds_start": 190,
"cds_end": null,
"cds_length": 748,
"cdna_start": 246,
"cdna_end": null,
"cdna_length": 804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.190C>G",
"hgvs_p": "p.Arg64Gly",
"transcript": "ENST00000684669.1",
"protein_id": "ENSP00000507011.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 127,
"cds_start": 190,
"cds_end": null,
"cds_length": 384,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444023.1",
"protein_id": "XP_047299979.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 478,
"cds_start": 295,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444024.1",
"protein_id": "XP_047299980.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 478,
"cds_start": 295,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 358,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444025.1",
"protein_id": "XP_047299981.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 478,
"cds_start": 295,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444026.1",
"protein_id": "XP_047299982.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 478,
"cds_start": 295,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 2012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444030.1",
"protein_id": "XP_047299986.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 425,
"cds_start": 295,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444032.1",
"protein_id": "XP_047299988.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 295,
"cds_start": 295,
"cds_end": null,
"cds_length": 888,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly",
"transcript": "XM_047444033.1",
"protein_id": "XP_047299989.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 263,
"cds_start": 295,
"cds_end": null,
"cds_length": 792,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000443704.5",
"protein_id": "ENSP00000396750.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": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000455657.6",
"protein_id": "ENSP00000392465.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": 1746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.616C>G",
"hgvs_p": null,
"transcript": "ENST00000480506.6",
"protein_id": null,
"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": 1200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.2024C>G",
"hgvs_p": null,
"transcript": "ENST00000481170.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": 4942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.299C>G",
"hgvs_p": null,
"transcript": "ENST00000496536.2",
"protein_id": null,
"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": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000682058.1",
"protein_id": "ENSP00000507378.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": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000682102.1",
"protein_id": "ENSP00000508279.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": 1828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.660C>G",
"hgvs_p": null,
"transcript": "ENST00000682340.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": 3062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.224C>G",
"hgvs_p": null,
"transcript": "ENST00000682435.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": 2035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.926C>G",
"hgvs_p": null,
"transcript": "ENST00000682443.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": 2732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000682576.1",
"protein_id": "ENSP00000508370.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": 2485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.660C>G",
"hgvs_p": null,
"transcript": "ENST00000683106.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": 2826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.660C>G",
"hgvs_p": null,
"transcript": "ENST00000683241.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": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.384C>G",
"hgvs_p": null,
"transcript": "ENST00000683382.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": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000683402.1",
"protein_id": "ENSP00000507137.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": 2392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000683591.1",
"protein_id": "ENSP00000508406.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": 2187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000683598.1",
"protein_id": "ENSP00000508168.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": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.382C>G",
"hgvs_p": null,
"transcript": "ENST00000683617.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": 2556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.*186C>G",
"hgvs_p": null,
"transcript": "ENST00000683691.1",
"protein_id": "ENSP00000508392.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": 1725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.231C>G",
"hgvs_p": null,
"transcript": "ENST00000683746.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": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.*61C>G",
"hgvs_p": null,
"transcript": "ENST00000683864.1",
"protein_id": "ENSP00000507147.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": 2644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000683946.1",
"protein_id": "ENSP00000506941.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": 2616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000684227.1",
"protein_id": "ENSP00000507190.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": 2193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.660C>G",
"hgvs_p": null,
"transcript": "ENST00000684274.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": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.366C>G",
"hgvs_p": null,
"transcript": "ENST00000684334.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": 2900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.641C>G",
"hgvs_p": null,
"transcript": "ENST00000684412.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": 1596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.660C>G",
"hgvs_p": null,
"transcript": "ENST00000684562.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": 2479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.359C>G",
"hgvs_p": null,
"transcript": "ENST00000684706.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": 1493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"transcript": "ENST00000684729.1",
"protein_id": "ENSP00000507441.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": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.*186C>G",
"hgvs_p": null,
"transcript": "ENST00000683691.1",
"protein_id": "ENSP00000508392.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": 1725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.*61C>G",
"hgvs_p": null,
"transcript": "ENST00000683864.1",
"protein_id": "ENSP00000507147.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": 2644,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.138+1685C>G",
"hgvs_p": null,
"transcript": "ENST00000683752.1",
"protein_id": "ENSP00000507197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 303,
"cds_start": -4,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1268,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.69+1754C>G",
"hgvs_p": null,
"transcript": "ENST00000682488.1",
"protein_id": "ENSP00000507140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 47,
"cds_start": -4,
"cds_end": null,
"cds_length": 144,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 319,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ASIC4-AS1",
"gene_hgnc_id": 40960,
"hgvs_c": "n.182+14793G>C",
"hgvs_p": null,
"transcript": "ENST00000429882.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 519,
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.243-9C>G",
"hgvs_p": null,
"transcript": "ENST00000682481.1",
"protein_id": "ENSP00000507331.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": 2086,
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.243-9C>G",
"hgvs_p": null,
"transcript": "ENST00000683131.1",
"protein_id": "ENSP00000507530.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": 2415,
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.243-9C>G",
"hgvs_p": null,
"transcript": "ENST00000683386.1",
"protein_id": "ENSP00000507844.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": 1537,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.243-9C>G",
"hgvs_p": null,
"transcript": "ENST00000683626.1",
"protein_id": "ENSP00000507216.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": 2551,
"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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.328-9C>G",
"hgvs_p": null,
"transcript": "ENST00000684242.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": 2493,
"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": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "c.-72-9C>G",
"hgvs_p": null,
"transcript": "XM_047444031.1",
"protein_id": "XP_047299987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 353,
"cds_start": -4,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1418,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ASIC4-AS1",
"gene_hgnc_id": 40960,
"hgvs_c": "n.391+14793G>C",
"hgvs_p": null,
"transcript": "XR_923921.2",
"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": 1069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"hgvs_c": "n.*111C>G",
"hgvs_p": null,
"transcript": "ENST00000635609.2",
"protein_id": null,
"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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GMPPA",
"gene_hgnc_id": 22923,
"dbsnp": "rs397518460",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9055205583572388,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.872,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8435,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.48,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.52,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000313597.10",
"gene_symbol": "GMPPA",
"hgnc_id": 22923,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.295C>G",
"hgvs_p": "p.Arg99Gly"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000429882.1",
"gene_symbol": "ASIC4-AS1",
"hgnc_id": 40960,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.182+14793G>C",
"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
}