← 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: 7-134993675-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=134993675&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 134993675,
"ref": "A",
"alt": "G",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001345851.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_178563.4",
"protein_id": "NP_848658.3",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 920,
"cds_start": 307,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": "ENST00000436302.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178563.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "ENST00000436302.6",
"protein_id": "ENSP00000388275.2",
"transcript_support_level": 2,
"aa_start": 103,
"aa_end": null,
"aa_length": 920,
"cds_start": 307,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": "NM_178563.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436302.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.307A>G",
"hgvs_p": null,
"transcript": "ENST00000275763.10",
"protein_id": "ENSP00000275763.6",
"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": 2973,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000275763.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.-109A>G",
"hgvs_p": null,
"transcript": "NM_001345851.1",
"protein_id": "NP_001332780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": null,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345851.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "ENST00000435976.6",
"protein_id": "ENSP00000401220.2",
"transcript_support_level": 5,
"aa_start": 103,
"aa_end": null,
"aa_length": 704,
"cds_start": 307,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 2495,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435976.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001367812.1",
"protein_id": "NP_001354741.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 177,
"cds_start": 307,
"cds_end": null,
"cds_length": 534,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367812.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001367813.1",
"protein_id": "NP_001354742.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 177,
"cds_start": 307,
"cds_end": null,
"cds_length": 534,
"cdna_start": 828,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367813.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001367816.1",
"protein_id": "NP_001354745.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 109,
"cds_start": 307,
"cds_end": null,
"cds_length": 330,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367816.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001367817.1",
"protein_id": "NP_001354746.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 109,
"cds_start": 307,
"cds_end": null,
"cds_length": 330,
"cdna_start": 828,
"cdna_end": null,
"cdna_length": 1212,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367817.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001367818.1",
"protein_id": "NP_001354747.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 109,
"cds_start": 307,
"cds_end": null,
"cds_length": 330,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 944,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367818.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "XM_047420318.1",
"protein_id": "XP_047276274.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 781,
"cds_start": 307,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420318.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "XM_047420319.1",
"protein_id": "XP_047276275.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 757,
"cds_start": 307,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 6013,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420319.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "XM_047420320.1",
"protein_id": "XP_047276276.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 621,
"cds_start": 307,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 2100,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420320.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "XM_047420321.1",
"protein_id": "XP_047276277.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 579,
"cds_start": 307,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 1851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420321.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "XM_047420322.1",
"protein_id": "XP_047276278.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 576,
"cds_start": 307,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420322.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "XM_011516122.4",
"protein_id": "XP_011514424.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 504,
"cds_start": 307,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 1654,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516122.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.-109A>G",
"hgvs_p": null,
"transcript": "NM_001345851.1",
"protein_id": "NP_001332780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": null,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345851.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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.-106+5679A>G",
"hgvs_p": null,
"transcript": "NM_001345850.1",
"protein_id": "NP_001332779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2190,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345850.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.-106+4365A>G",
"hgvs_p": null,
"transcript": "NM_001345852.1",
"protein_id": "NP_001332781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": null,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1839,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345852.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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.-106+5679A>G",
"hgvs_p": null,
"transcript": "NM_001345853.1",
"protein_id": "NP_001332782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": null,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1792,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345853.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.-106+5679A>G",
"hgvs_p": null,
"transcript": "NM_001367814.1",
"protein_id": "NP_001354743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1576,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367814.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.124+4365A>G",
"hgvs_p": null,
"transcript": "NM_001367815.1",
"protein_id": "NP_001354744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": null,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2833,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367815.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.124+4365A>G",
"hgvs_p": null,
"transcript": "NM_001367811.1",
"protein_id": "NP_001354740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": null,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367811.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.14+5679A>G",
"hgvs_p": null,
"transcript": "NM_001367819.1",
"protein_id": "NP_001354748.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": null,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2828,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367819.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "c.124+4365A>G",
"hgvs_p": null,
"transcript": "ENST00000455283.2",
"protein_id": "ENSP00000412700.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455283.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.506A>G",
"hgvs_p": null,
"transcript": "ENST00000476700.5",
"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": 2979,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000476700.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.513A>G",
"hgvs_p": null,
"transcript": "ENST00000494702.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 856,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000494702.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.485A>G",
"hgvs_p": null,
"transcript": "NR_144293.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": 2031,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_144293.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.485A>G",
"hgvs_p": null,
"transcript": "NR_160298.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": 2958,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_160298.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.546A>G",
"hgvs_p": null,
"transcript": "NR_160300.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": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_160300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286458",
"gene_hgnc_id": null,
"hgvs_c": "n.71+4408T>C",
"hgvs_p": null,
"transcript": "ENST00000665703.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": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000665703.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286458",
"gene_hgnc_id": null,
"hgvs_c": "n.219+4408T>C",
"hgvs_p": null,
"transcript": "ENST00000772186.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": 1714,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000772186.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286458",
"gene_hgnc_id": null,
"hgvs_c": "n.226+4408T>C",
"hgvs_p": null,
"transcript": "ENST00000772187.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": 401,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000772187.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"hgvs_c": "n.302+5679A>G",
"hgvs_p": null,
"transcript": "NR_160297.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": 2772,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_160297.1"
}
],
"gene_symbol": "AGBL3",
"gene_hgnc_id": 27981,
"dbsnp": "rs1810601230",
"frequency_reference_population": 7.165254e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.16525e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26978516578674316,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.117,
"revel_prediction": "Benign",
"alphamissense_score": 0.0959,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.585,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001345851.1",
"gene_symbol": "AGBL3",
"hgnc_id": 27981,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-109A>G",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000665703.1",
"gene_symbol": "ENSG00000286458",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.71+4408T>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
}