← 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: 1-99891682-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=99891682&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "AGL",
"hgnc_id": 321,
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_000028.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 84,
"alphamissense_prediction": null,
"alphamissense_score": 0.3813,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.18,
"chr": "1",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Glycogen storage disease type III",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.25806277990341187,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7091,
"cdna_start": 3149,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_000642.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000361915.8",
"protein_coding": true,
"protein_id": "NP_000633.2",
"strand": true,
"transcript": "NM_000642.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7091,
"cdna_start": 3149,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000361915.8",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000642.3",
"protein_coding": true,
"protein_id": "ENSP00000355106.3",
"strand": true,
"transcript": "ENST00000361915.8",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7446,
"cdna_start": 3504,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000294724.8",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000294724.4",
"strand": true,
"transcript": "ENST00000294724.8",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7166,
"cdna_start": 3224,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000370163.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000359182.3",
"strand": true,
"transcript": "ENST00000370163.7",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7106,
"cdna_start": 3164,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000370165.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000359184.3",
"strand": true,
"transcript": "ENST00000370165.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 7179,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000361302.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "n.*2962C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000354971.4",
"strand": true,
"transcript": "ENST00000361302.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 7179,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000637337.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "n.3237C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637337.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 7179,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000361302.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "n.*2962C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000354971.4",
"strand": true,
"transcript": "ENST00000361302.7",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7314,
"cdna_start": 3372,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_000028.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_000019.2",
"strand": true,
"transcript": "NM_000028.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7294,
"cdna_start": 3352,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_000643.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_000634.2",
"strand": true,
"transcript": "NM_000643.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7234,
"cdna_start": 3292,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_000644.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_000635.2",
"strand": true,
"transcript": "NM_000644.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7031,
"cdna_start": 3089,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_001425325.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412254.1",
"strand": true,
"transcript": "NM_001425325.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7262,
"cdna_start": 3316,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000881254.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551313.1",
"strand": true,
"transcript": "ENST00000881254.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5725,
"cdna_start": 3390,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000881255.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551314.1",
"strand": true,
"transcript": "ENST00000881255.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7293,
"cdna_start": 3347,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000911800.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581859.1",
"strand": true,
"transcript": "ENST00000911800.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7512,
"cdna_start": 3578,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000965591.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635650.1",
"strand": true,
"transcript": "ENST00000965591.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7165,
"cdna_start": 3221,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000965592.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635651.1",
"strand": true,
"transcript": "ENST00000965592.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5110,
"cdna_start": 3222,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000965593.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635652.1",
"strand": true,
"transcript": "ENST00000965593.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1528,
"aa_ref": "A",
"aa_start": 1005,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7375,
"cdna_start": 3433,
"cds_end": null,
"cds_length": 4587,
"cds_start": 3014,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000965590.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3014C>T",
"hgvs_p": "p.Ala1005Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635649.1",
"strand": true,
"transcript": "ENST00000965590.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "A",
"aa_start": 1002,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7070,
"cdna_start": 3128,
"cds_end": null,
"cds_length": 4578,
"cds_start": 3005,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_001425326.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3005C>T",
"hgvs_p": "p.Ala1002Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412255.1",
"strand": true,
"transcript": "NM_001425326.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "A",
"aa_start": 1002,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7036,
"cdna_start": 3098,
"cds_end": null,
"cds_length": 4578,
"cds_start": 3005,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000911802.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3005C>T",
"hgvs_p": "p.Ala1002Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581861.1",
"strand": true,
"transcript": "ENST00000911802.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "A",
"aa_start": 993,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7234,
"cdna_start": 3292,
"cds_end": null,
"cds_length": 4551,
"cds_start": 2978,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_000646.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2978C>T",
"hgvs_p": "p.Ala993Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_000637.2",
"strand": true,
"transcript": "NM_000646.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "A",
"aa_start": 993,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6923,
"cdna_start": 2978,
"cds_end": null,
"cds_length": 4551,
"cds_start": 2978,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000370161.6",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2978C>T",
"hgvs_p": "p.Ala993Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000359180.2",
"strand": true,
"transcript": "ENST00000370161.6",
"transcript_support_level": 5
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1496,
"aa_ref": "A",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5182,
"cdna_start": 3291,
"cds_end": null,
"cds_length": 4491,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000965595.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2918C>T",
"hgvs_p": "p.Ala973Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635654.1",
"strand": true,
"transcript": "ENST00000965595.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1496,
"aa_ref": "A",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5123,
"cdna_start": 3236,
"cds_end": null,
"cds_length": 4491,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000965597.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2918C>T",
"hgvs_p": "p.Ala973Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635656.1",
"strand": true,
"transcript": "ENST00000965597.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1465,
"aa_ref": "A",
"aa_start": 942,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6890,
"cdna_start": 2948,
"cds_end": null,
"cds_length": 4398,
"cds_start": 2825,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NM_001425327.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2825C>T",
"hgvs_p": "p.Ala942Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412256.1",
"strand": true,
"transcript": "NM_001425327.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1465,
"aa_ref": "A",
"aa_start": 942,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5118,
"cdna_start": 3222,
"cds_end": null,
"cds_length": 4398,
"cds_start": 2825,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000881257.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2825C>T",
"hgvs_p": "p.Ala942Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551316.1",
"strand": true,
"transcript": "ENST00000881257.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1465,
"aa_ref": "A",
"aa_start": 942,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4804,
"cdna_start": 2925,
"cds_end": null,
"cds_length": 4398,
"cds_start": 2825,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000965594.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2825C>T",
"hgvs_p": "p.Ala942Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635653.1",
"strand": true,
"transcript": "ENST00000965594.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1464,
"aa_ref": "A",
"aa_start": 941,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6887,
"cdna_start": 2945,
"cds_end": null,
"cds_length": 4395,
"cds_start": 2822,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "NM_001425328.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2822C>T",
"hgvs_p": "p.Ala941Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412257.1",
"strand": true,
"transcript": "NM_001425328.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1464,
"aa_ref": "A",
"aa_start": 941,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5058,
"cdna_start": 3208,
"cds_end": null,
"cds_length": 4395,
"cds_start": 2822,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000881259.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2822C>T",
"hgvs_p": "p.Ala941Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551318.1",
"strand": true,
"transcript": "ENST00000881259.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1464,
"aa_ref": "A",
"aa_start": 941,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4970,
"cdna_start": 3096,
"cds_end": null,
"cds_length": 4395,
"cds_start": 2822,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000965596.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2822C>T",
"hgvs_p": "p.Ala941Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635655.1",
"strand": true,
"transcript": "ENST00000965596.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1419,
"aa_ref": "A",
"aa_start": 896,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6752,
"cdna_start": 2810,
"cds_end": null,
"cds_length": 4260,
"cds_start": 2687,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NM_001425329.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2687C>T",
"hgvs_p": "p.Ala896Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412258.1",
"strand": true,
"transcript": "NM_001425329.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1406,
"aa_ref": "A",
"aa_start": 883,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6713,
"cdna_start": 2771,
"cds_end": null,
"cds_length": 4221,
"cds_start": 2648,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NM_001425332.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2648C>T",
"hgvs_p": "p.Ala883Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412261.1",
"strand": true,
"transcript": "NM_001425332.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1406,
"aa_ref": "A",
"aa_start": 883,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6977,
"cdna_start": 3039,
"cds_end": null,
"cds_length": 4221,
"cds_start": 2648,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000911801.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2648C>T",
"hgvs_p": "p.Ala883Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581860.1",
"strand": true,
"transcript": "ENST00000911801.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1338,
"aa_ref": "A",
"aa_start": 815,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4738,
"cdna_start": 2850,
"cds_end": null,
"cds_length": 4017,
"cds_start": 2444,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000881256.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2444C>T",
"hgvs_p": "p.Ala815Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551315.1",
"strand": true,
"transcript": "ENST00000881256.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1338,
"aa_ref": "A",
"aa_start": 815,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4663,
"cdna_start": 2775,
"cds_end": null,
"cds_length": 4017,
"cds_start": 2444,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000881258.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.2444C>T",
"hgvs_p": "p.Ala815Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551317.1",
"strand": true,
"transcript": "ENST00000881258.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1009,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7883,
"cdna_start": 3938,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3026,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "XM_005270557.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3026C>T",
"hgvs_p": "p.Ala1009Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005270614.1",
"strand": true,
"transcript": "XM_005270557.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 952,
"aa_ref": "A",
"aa_start": 429,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5261,
"cdna_start": 1316,
"cds_end": null,
"cds_length": 2859,
"cds_start": 1286,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_017000501.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.1286C>T",
"hgvs_p": "p.Ala429Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016855990.1",
"strand": true,
"transcript": "XM_017000501.3",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs200129247",
"effect": "missense_variant",
"frequency_reference_population": 0.000052067644,
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"gnomad_exomes_ac": 73,
"gnomad_exomes_af": 0.0000499573,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 11,
"gnomad_genomes_af": 0.0000723503,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Glycogen storage disease type III",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.526,
"pos": 99891682,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.371,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000028.3"
}
]
}