← 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-99902713-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=99902713&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 20,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "AGL",
"hgnc_id": 321,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -20,
"transcript": "NM_000028.3",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_score": -20,
"allele_count_reference_population": 2529,
"alphamissense_prediction": null,
"alphamissense_score": 0.089,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.29,
"chr": "1",
"clinvar_classification": "Benign",
"clinvar_disease": "Glycogen storage disease type III,not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.0061664581298828125,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7091,
"cdna_start": 3742,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_000642.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7091,
"cdna_start": 3742,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000361915.8",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7446,
"cdna_start": 4097,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000294724.8",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7166,
"cdna_start": 3817,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000370163.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7106,
"cdna_start": 3757,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000370165.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": 27,
"exon_rank_end": null,
"feature": "ENST00000361302.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "n.*3555G>A",
"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": 25,
"exon_rank_end": null,
"feature": "ENST00000637337.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "n.3830G>A",
"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": 27,
"exon_rank_end": null,
"feature": "ENST00000361302.7",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "n.*3555G>A",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7314,
"cdna_start": 3965,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_000028.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7294,
"cdna_start": 3945,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_000643.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7234,
"cdna_start": 3885,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_000644.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7031,
"cdna_start": 3682,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001425325.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7262,
"cdna_start": 3909,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000881254.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5725,
"cdna_start": 3983,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000881255.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7293,
"cdna_start": 3940,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000911800.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7512,
"cdna_start": 4171,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000965591.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7165,
"cdna_start": 3814,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000965592.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5110,
"cdna_start": 3815,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000965593.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 1528,
"aa_ref": "A",
"aa_start": 1203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7375,
"cdna_start": 4026,
"cds_end": null,
"cds_length": 4587,
"cds_start": 3607,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000965590.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3607G>A",
"hgvs_p": "p.Ala1203Thr",
"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": "T",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "A",
"aa_start": 1200,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7070,
"cdna_start": 3721,
"cds_end": null,
"cds_length": 4578,
"cds_start": 3598,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001425326.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3598G>A",
"hgvs_p": "p.Ala1200Thr",
"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": "T",
"aa_end": null,
"aa_length": 1525,
"aa_ref": "A",
"aa_start": 1200,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7036,
"cdna_start": 3691,
"cds_end": null,
"cds_length": 4578,
"cds_start": 3598,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000911802.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3598G>A",
"hgvs_p": "p.Ala1200Thr",
"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": "T",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "A",
"aa_start": 1191,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7234,
"cdna_start": 3885,
"cds_end": null,
"cds_length": 4551,
"cds_start": 3571,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_000646.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3571G>A",
"hgvs_p": "p.Ala1191Thr",
"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": "T",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "A",
"aa_start": 1191,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6923,
"cdna_start": 3571,
"cds_end": null,
"cds_length": 4551,
"cds_start": 3571,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000370161.6",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3571G>A",
"hgvs_p": "p.Ala1191Thr",
"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": "T",
"aa_end": null,
"aa_length": 1496,
"aa_ref": "A",
"aa_start": 1171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5182,
"cdna_start": 3884,
"cds_end": null,
"cds_length": 4491,
"cds_start": 3511,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000965595.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3511G>A",
"hgvs_p": "p.Ala1171Thr",
"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": "T",
"aa_end": null,
"aa_length": 1496,
"aa_ref": "A",
"aa_start": 1171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5123,
"cdna_start": 3829,
"cds_end": null,
"cds_length": 4491,
"cds_start": 3511,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000965597.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3511G>A",
"hgvs_p": "p.Ala1171Thr",
"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": "T",
"aa_end": null,
"aa_length": 1465,
"aa_ref": "A",
"aa_start": 1140,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6890,
"cdna_start": 3541,
"cds_end": null,
"cds_length": 4398,
"cds_start": 3418,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001425327.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3418G>A",
"hgvs_p": "p.Ala1140Thr",
"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": "T",
"aa_end": null,
"aa_length": 1465,
"aa_ref": "A",
"aa_start": 1140,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5118,
"cdna_start": 3815,
"cds_end": null,
"cds_length": 4398,
"cds_start": 3418,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000881257.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3418G>A",
"hgvs_p": "p.Ala1140Thr",
"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": "T",
"aa_end": null,
"aa_length": 1465,
"aa_ref": "A",
"aa_start": 1140,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4804,
"cdna_start": 3518,
"cds_end": null,
"cds_length": 4398,
"cds_start": 3418,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000965594.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3418G>A",
"hgvs_p": "p.Ala1140Thr",
"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": "T",
"aa_end": null,
"aa_length": 1464,
"aa_ref": "A",
"aa_start": 1139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6887,
"cdna_start": 3538,
"cds_end": null,
"cds_length": 4395,
"cds_start": 3415,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "NM_001425328.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3415G>A",
"hgvs_p": "p.Ala1139Thr",
"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": "T",
"aa_end": null,
"aa_length": 1464,
"aa_ref": "A",
"aa_start": 1139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5058,
"cdna_start": 3801,
"cds_end": null,
"cds_length": 4395,
"cds_start": 3415,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000881259.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3415G>A",
"hgvs_p": "p.Ala1139Thr",
"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": "T",
"aa_end": null,
"aa_length": 1464,
"aa_ref": "A",
"aa_start": 1139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4970,
"cdna_start": 3689,
"cds_end": null,
"cds_length": 4395,
"cds_start": 3415,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000965596.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3415G>A",
"hgvs_p": "p.Ala1139Thr",
"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": "T",
"aa_end": null,
"aa_length": 1419,
"aa_ref": "A",
"aa_start": 1094,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6752,
"cdna_start": 3403,
"cds_end": null,
"cds_length": 4260,
"cds_start": 3280,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001425329.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3280G>A",
"hgvs_p": "p.Ala1094Thr",
"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": "T",
"aa_end": null,
"aa_length": 1406,
"aa_ref": "A",
"aa_start": 1081,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6713,
"cdna_start": 3364,
"cds_end": null,
"cds_length": 4221,
"cds_start": 3241,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001425332.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3241G>A",
"hgvs_p": "p.Ala1081Thr",
"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": "T",
"aa_end": null,
"aa_length": 1406,
"aa_ref": "A",
"aa_start": 1081,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6977,
"cdna_start": 3632,
"cds_end": null,
"cds_length": 4221,
"cds_start": 3241,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000911801.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3241G>A",
"hgvs_p": "p.Ala1081Thr",
"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": "T",
"aa_end": null,
"aa_length": 1338,
"aa_ref": "A",
"aa_start": 1013,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4738,
"cdna_start": 3443,
"cds_end": null,
"cds_length": 4017,
"cds_start": 3037,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000881256.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3037G>A",
"hgvs_p": "p.Ala1013Thr",
"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": "T",
"aa_end": null,
"aa_length": 1338,
"aa_ref": "A",
"aa_start": 1013,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4663,
"cdna_start": 3368,
"cds_end": null,
"cds_length": 4017,
"cds_start": 3037,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000881258.1",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3037G>A",
"hgvs_p": "p.Ala1013Thr",
"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": "T",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "A",
"aa_start": 1207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7883,
"cdna_start": 4531,
"cds_end": null,
"cds_length": 4599,
"cds_start": 3619,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "XM_005270557.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"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": "T",
"aa_end": null,
"aa_length": 952,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5261,
"cdna_start": 1909,
"cds_end": null,
"cds_length": 2859,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_017000501.3",
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"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": "rs11807956",
"effect": "missense_variant",
"frequency_reference_population": 0.0015674544,
"gene_hgnc_id": 321,
"gene_symbol": "AGL",
"gnomad_exomes_ac": 1238,
"gnomad_exomes_af": 0.000847272,
"gnomad_exomes_homalt": 20,
"gnomad_genomes_ac": 1291,
"gnomad_genomes_af": 0.00847758,
"gnomad_genomes_homalt": 23,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 43,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|Glycogen storage disease type III|not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.02,
"pos": 99902713,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.212,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.07999999821186066,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.08,
"transcript": "NM_000028.3"
}
]
}