← 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: 22-40361520-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=40361520&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 40361520,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000623063.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "NM_000026.4",
"protein_id": "NP_000017.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 484,
"cds_start": 895,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 4359,
"mane_select": "ENST00000623063.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000623063.3",
"protein_id": "ENSP00000485525.1",
"transcript_support_level": 1,
"aa_start": 299,
"aa_end": null,
"aa_length": 484,
"cds_start": 895,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 4359,
"mane_select": "NM_000026.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000342312.9",
"protein_id": "ENSP00000341429.6",
"transcript_support_level": 1,
"aa_start": 299,
"aa_end": null,
"aa_length": 425,
"cds_start": 895,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 951,
"cdna_end": null,
"cdna_length": 1808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*258A>G",
"hgvs_p": null,
"transcript": "ENST00000480775.3",
"protein_id": "ENSP00000485462.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284431",
"gene_hgnc_id": null,
"hgvs_c": "n.*591A>G",
"hgvs_p": null,
"transcript": "ENST00000639722.1",
"protein_id": "ENSP00000492828.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*258A>G",
"hgvs_p": null,
"transcript": "ENST00000480775.3",
"protein_id": "ENSP00000485462.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284431",
"gene_hgnc_id": null,
"hgvs_c": "n.*591A>G",
"hgvs_p": null,
"transcript": "ENST00000639722.1",
"protein_id": "ENSP00000492828.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "NM_001410812.1",
"protein_id": "NP_001397741.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 526,
"cds_start": 895,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000680978.1",
"protein_id": "ENSP00000505244.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 526,
"cds_start": 895,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 1859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Met328Val",
"transcript": "ENST00000680378.1",
"protein_id": "ENSP00000505556.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 513,
"cds_start": 982,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 986,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.937A>G",
"hgvs_p": "p.Met313Val",
"transcript": "ENST00000216194.11",
"protein_id": "ENSP00000216194.8",
"transcript_support_level": 2,
"aa_start": 313,
"aa_end": null,
"aa_length": 498,
"cds_start": 937,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000625194.4",
"protein_id": "ENSP00000485289.2",
"transcript_support_level": 5,
"aa_start": 299,
"aa_end": null,
"aa_length": 498,
"cds_start": 895,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "NM_001363840.3",
"protein_id": "NP_001350769.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 480,
"cds_start": 895,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000636714.1",
"protein_id": "ENSP00000490946.1",
"transcript_support_level": 5,
"aa_start": 299,
"aa_end": null,
"aa_length": 480,
"cds_start": 895,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 940,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.850A>G",
"hgvs_p": "p.Met284Val",
"transcript": "NM_001410814.1",
"protein_id": "NP_001397743.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 469,
"cds_start": 850,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.850A>G",
"hgvs_p": "p.Met284Val",
"transcript": "ENST00000679723.1",
"protein_id": "ENSP00000505155.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 469,
"cds_start": 850,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "NM_001410816.1",
"protein_id": "NP_001397745.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 467,
"cds_start": 895,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 3212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000637666.2",
"protein_id": "ENSP00000489696.2",
"transcript_support_level": 5,
"aa_start": 299,
"aa_end": null,
"aa_length": 467,
"cds_start": 895,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 1682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "NM_001123378.3",
"protein_id": "NP_001116850.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 425,
"cds_start": 895,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 4182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.703A>G",
"hgvs_p": "p.Met235Val",
"transcript": "NM_001317923.2",
"protein_id": "NP_001304852.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 420,
"cds_start": 703,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val",
"transcript": "ENST00000636265.1",
"protein_id": "ENSP00000490909.1",
"transcript_support_level": 5,
"aa_start": 299,
"aa_end": null,
"aa_length": 402,
"cds_start": 895,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 925,
"cdna_end": null,
"cdna_length": 1239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Met119Val",
"transcript": "ENST00000623978.3",
"protein_id": "ENSP00000485477.1",
"transcript_support_level": 5,
"aa_start": 119,
"aa_end": null,
"aa_length": 132,
"cds_start": 355,
"cds_end": null,
"cds_length": 401,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.850A>G",
"hgvs_p": "p.Met284Val",
"transcript": "XM_017028636.2",
"protein_id": "XP_016884125.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 511,
"cds_start": 850,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.430A>G",
"hgvs_p": "p.Met144Val",
"transcript": "XM_047441168.1",
"protein_id": "XP_047297124.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 371,
"cds_start": 430,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 1566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*320A>G",
"hgvs_p": null,
"transcript": "ENST00000623287.4",
"protein_id": "ENSP00000485437.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.917A>G",
"hgvs_p": null,
"transcript": "ENST00000636433.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.895A>G",
"hgvs_p": null,
"transcript": "ENST00000637669.1",
"protein_id": "ENSP00000489728.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.1064A>G",
"hgvs_p": null,
"transcript": "ENST00000674592.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.3962A>G",
"hgvs_p": null,
"transcript": "ENST00000675622.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*505A>G",
"hgvs_p": null,
"transcript": "ENST00000679609.1",
"protein_id": "ENSP00000506592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.1580A>G",
"hgvs_p": null,
"transcript": "ENST00000679656.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.1203A>G",
"hgvs_p": null,
"transcript": "ENST00000679845.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.1291A>G",
"hgvs_p": null,
"transcript": "ENST00000679904.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*258A>G",
"hgvs_p": null,
"transcript": "ENST00000680444.1",
"protein_id": "ENSP00000505298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.327A>G",
"hgvs_p": null,
"transcript": "ENST00000681003.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.954A>G",
"hgvs_p": null,
"transcript": "ENST00000681159.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.954A>G",
"hgvs_p": null,
"transcript": "NR_134256.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*320A>G",
"hgvs_p": null,
"transcript": "ENST00000623287.4",
"protein_id": "ENSP00000485437.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*505A>G",
"hgvs_p": null,
"transcript": "ENST00000679609.1",
"protein_id": "ENSP00000506592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "n.*258A>G",
"hgvs_p": null,
"transcript": "ENST00000680444.1",
"protein_id": "ENSP00000505298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.792+1028A>G",
"hgvs_p": null,
"transcript": "ENST00000623632.4",
"protein_id": "ENSP00000485288.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 381,
"cds_start": -4,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"dbsnp": "rs34396910",
"frequency_reference_population": 0.00015053691,
"hom_count_reference_population": 0,
"allele_count_reference_population": 243,
"gnomad_exomes_af": 0.0000786655,
"gnomad_genomes_af": 0.000840248,
"gnomad_exomes_ac": 115,
"gnomad_genomes_ac": 128,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.029456675052642822,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.805,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2967,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.76,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM1,BP4_Strong,BS1_Supporting",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "ENST00000623063.3",
"gene_symbol": "ADSL",
"hgnc_id": 291,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.895A>G",
"hgvs_p": "p.Met299Val"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000639722.1",
"gene_symbol": "ENSG00000284431",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*591A>G",
"hgvs_p": null
}
],
"clinvar_disease": "ADSL-related disorder,Adenylosuccinate lyase deficiency,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:1",
"phenotype_combined": "not provided|Adenylosuccinate lyase deficiency|ADSL-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}