← 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: 14-24238402-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=24238402&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 24238402,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001283022.2",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "NM_001002002.3",
"protein_id": "NP_001002002.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000399440.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002002.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000399440.7",
"protein_id": "ENSP00000382369.2",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001002002.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399440.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.908A>G",
"hgvs_p": "p.Tyr303Cys",
"transcript": "ENST00000557854.5",
"protein_id": "ENSP00000454038.1",
"transcript_support_level": 1,
"aa_start": 303,
"aa_end": null,
"aa_length": 427,
"cds_start": 908,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557854.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.908A>G",
"hgvs_p": "p.Tyr303Cys",
"transcript": "ENST00000420554.6",
"protein_id": "ENSP00000392859.2",
"transcript_support_level": 1,
"aa_start": 303,
"aa_end": null,
"aa_length": 366,
"cds_start": 908,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420554.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000355299.8",
"protein_id": "ENSP00000347449.4",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355299.8"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000559836.5",
"protein_id": "ENSP00000453299.1",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559836.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.770A>G",
"hgvs_p": "p.Tyr257Cys",
"transcript": "ENST00000456667.7",
"protein_id": "ENSP00000405743.3",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 320,
"cds_start": 770,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456667.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "n.*650A>G",
"hgvs_p": null,
"transcript": "ENST00000559287.5",
"protein_id": "ENSP00000453594.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000559287.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "n.*776A>G",
"hgvs_p": null,
"transcript": "ENST00000561038.5",
"protein_id": "ENSP00000452670.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000561038.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "n.*650A>G",
"hgvs_p": null,
"transcript": "ENST00000559287.5",
"protein_id": "ENSP00000453594.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000559287.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "n.*776A>G",
"hgvs_p": null,
"transcript": "ENST00000561038.5",
"protein_id": "ENSP00000452670.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000561038.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.908A>G",
"hgvs_p": "p.Tyr303Cys",
"transcript": "NM_001283022.2",
"protein_id": "NP_001269951.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 427,
"cds_start": 908,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283022.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "NM_001351022.2",
"protein_id": "NP_001337951.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 409,
"cds_start": 854,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351022.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "NM_001351023.2",
"protein_id": "NP_001337952.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 409,
"cds_start": 854,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351023.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000895698.1",
"protein_id": "ENSP00000565757.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 409,
"cds_start": 854,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895698.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000895699.1",
"protein_id": "ENSP00000565758.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 409,
"cds_start": 854,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895699.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000895707.1",
"protein_id": "ENSP00000565766.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 409,
"cds_start": 854,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895707.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.983A>G",
"hgvs_p": "p.Tyr328Cys",
"transcript": "ENST00000895702.1",
"protein_id": "ENSP00000565761.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 391,
"cds_start": 983,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895702.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.983A>G",
"hgvs_p": "p.Tyr328Cys",
"transcript": "ENST00000959777.1",
"protein_id": "ENSP00000629836.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 391,
"cds_start": 983,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959777.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.983A>G",
"hgvs_p": "p.Tyr328Cys",
"transcript": "ENST00000959778.1",
"protein_id": "ENSP00000629837.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 391,
"cds_start": 983,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959778.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.746A>G",
"hgvs_p": "p.Tyr249Cys",
"transcript": "NM_001283021.2",
"protein_id": "NP_001269950.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 373,
"cds_start": 746,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283021.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.908A>G",
"hgvs_p": "p.Tyr303Cys",
"transcript": "NM_016576.5",
"protein_id": "NP_057660.2",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 366,
"cds_start": 908,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016576.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.884A>G",
"hgvs_p": "p.Tyr295Cys",
"transcript": "ENST00000895708.1",
"protein_id": "ENSP00000565767.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 358,
"cds_start": 884,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895708.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.884A>G",
"hgvs_p": "p.Tyr295Cys",
"transcript": "ENST00000959776.1",
"protein_id": "ENSP00000629835.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 358,
"cds_start": 884,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959776.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "NM_001002000.3",
"protein_id": "NP_001002000.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002000.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "NM_001002001.3",
"protein_id": "NP_001002001.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002001.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000895703.1",
"protein_id": "ENSP00000565762.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895703.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000895704.1",
"protein_id": "ENSP00000565763.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895704.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000895709.1",
"protein_id": "ENSP00000565768.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895709.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000920750.1",
"protein_id": "ENSP00000590809.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920750.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000920751.1",
"protein_id": "ENSP00000590810.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920751.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000920753.1",
"protein_id": "ENSP00000590812.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920753.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Tyr285Cys",
"transcript": "ENST00000920760.1",
"protein_id": "ENSP00000590819.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 348,
"cds_start": 854,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920760.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Tyr283Cys",
"transcript": "ENST00000920757.1",
"protein_id": "ENSP00000590816.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 346,
"cds_start": 848,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920757.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Tyr283Cys",
"transcript": "ENST00000920758.1",
"protein_id": "ENSP00000590817.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 346,
"cds_start": 848,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920758.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.809A>G",
"hgvs_p": "p.Tyr270Cys",
"transcript": "ENST00000559104.5",
"protein_id": "ENSP00000453355.1",
"transcript_support_level": 5,
"aa_start": 270,
"aa_end": null,
"aa_length": 333,
"cds_start": 809,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559104.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.770A>G",
"hgvs_p": "p.Tyr257Cys",
"transcript": "NM_001283023.2",
"protein_id": "NP_001269952.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 320,
"cds_start": 770,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283023.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.770A>G",
"hgvs_p": "p.Tyr257Cys",
"transcript": "ENST00000895700.1",
"protein_id": "ENSP00000565759.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 320,
"cds_start": 770,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895700.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.770A>G",
"hgvs_p": "p.Tyr257Cys",
"transcript": "ENST00000920755.1",
"protein_id": "ENSP00000590814.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 320,
"cds_start": 770,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920755.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.770A>G",
"hgvs_p": "p.Tyr257Cys",
"transcript": "ENST00000920761.1",
"protein_id": "ENSP00000590820.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 320,
"cds_start": 770,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920761.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.755A>G",
"hgvs_p": "p.Tyr252Cys",
"transcript": "ENST00000559910.5",
"protein_id": "ENSP00000453537.1",
"transcript_support_level": 5,
"aa_start": 252,
"aa_end": null,
"aa_length": 315,
"cds_start": 755,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559910.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.755A>G",
"hgvs_p": "p.Tyr252Cys",
"transcript": "ENST00000895701.1",
"protein_id": "ENSP00000565760.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 315,
"cds_start": 755,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895701.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.755A>G",
"hgvs_p": "p.Tyr252Cys",
"transcript": "ENST00000895705.1",
"protein_id": "ENSP00000565764.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 315,
"cds_start": 755,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895705.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.746A>G",
"hgvs_p": "p.Tyr249Cys",
"transcript": "NM_001351024.2",
"protein_id": "NP_001337953.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 312,
"cds_start": 746,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351024.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.746A>G",
"hgvs_p": "p.Tyr249Cys",
"transcript": "NM_001351025.2",
"protein_id": "NP_001337954.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 312,
"cds_start": 746,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351025.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.746A>G",
"hgvs_p": "p.Tyr249Cys",
"transcript": "NM_001351026.2",
"protein_id": "NP_001337955.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 312,
"cds_start": 746,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351026.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.734A>G",
"hgvs_p": "p.Tyr245Cys",
"transcript": "ENST00000895706.1",
"protein_id": "ENSP00000565765.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 308,
"cds_start": 734,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895706.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.734A>G",
"hgvs_p": "p.Tyr245Cys",
"transcript": "ENST00000920752.1",
"protein_id": "ENSP00000590811.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 308,
"cds_start": 734,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920752.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.734A>G",
"hgvs_p": "p.Tyr245Cys",
"transcript": "ENST00000920754.1",
"protein_id": "ENSP00000590813.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 308,
"cds_start": 734,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920754.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.734A>G",
"hgvs_p": "p.Tyr245Cys",
"transcript": "ENST00000920759.1",
"protein_id": "ENSP00000590818.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 308,
"cds_start": 734,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920759.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.671A>G",
"hgvs_p": "p.Tyr224Cys",
"transcript": "ENST00000920756.1",
"protein_id": "ENSP00000590815.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 287,
"cds_start": 671,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920756.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.434A>G",
"hgvs_p": "p.Tyr145Cys",
"transcript": "ENST00000558483.5",
"protein_id": "ENSP00000453139.1",
"transcript_support_level": 3,
"aa_start": 145,
"aa_end": null,
"aa_length": 169,
"cds_start": 434,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558483.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.155A>G",
"hgvs_p": "p.Tyr52Cys",
"transcript": "ENST00000558748.1",
"protein_id": "ENSP00000452683.1",
"transcript_support_level": 3,
"aa_start": 52,
"aa_end": null,
"aa_length": 138,
"cds_start": 155,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558748.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.71A>G",
"hgvs_p": "p.Tyr24Cys",
"transcript": "ENST00000559479.1",
"protein_id": "ENSP00000452617.1",
"transcript_support_level": 3,
"aa_start": 24,
"aa_end": null,
"aa_length": 87,
"cds_start": 71,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559479.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.22A>G",
"hgvs_p": "p.Thr8Ala",
"transcript": "ENST00000558932.1",
"protein_id": "ENSP00000453833.1",
"transcript_support_level": 3,
"aa_start": 8,
"aa_end": null,
"aa_length": 68,
"cds_start": 22,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.122-187A>G",
"hgvs_p": null,
"transcript": "ENST00000559943.1",
"protein_id": "ENSP00000452766.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": null,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559943.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "n.215A>G",
"hgvs_p": null,
"transcript": "ENST00000558007.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000558007.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TINF2",
"gene_hgnc_id": 11824,
"hgvs_c": "n.3468T>C",
"hgvs_p": null,
"transcript": "ENST00000699682.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000699682.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "n.1139A>G",
"hgvs_p": null,
"transcript": "NR_104265.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104265.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.-188A>G",
"hgvs_p": null,
"transcript": "ENST00000558788.1",
"protein_id": "ENSP00000453772.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558788.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"hgvs_c": "c.*15A>G",
"hgvs_p": null,
"transcript": "ENST00000558865.5",
"protein_id": "ENSP00000454138.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": null,
"cds_end": null,
"cds_length": 377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558865.5"
}
],
"gene_symbol": "GMPR2",
"gene_hgnc_id": 4377,
"dbsnp": "rs202155508",
"frequency_reference_population": 0.0000013680976,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.0000013681,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8702517151832581,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.787,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9567,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.232,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": "NM_001283022.2",
"gene_symbol": "GMPR2",
"hgnc_id": 4377,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.908A>G",
"hgvs_p": "p.Tyr303Cys"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000699682.1",
"gene_symbol": "TINF2",
"hgnc_id": 11824,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.3468T>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
}