← 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-40361578-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=40361578&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 40361578,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000623063.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "NM_000026.4",
"protein_id": "NP_000017.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 484,
"cds_start": 953,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 4359,
"mane_select": "ENST00000623063.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000623063.3",
"protein_id": "ENSP00000485525.1",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 484,
"cds_start": 953,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 4359,
"mane_select": "NM_000026.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000342312.9",
"protein_id": "ENSP00000341429.6",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 425,
"cds_start": 953,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 1009,
"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.*316C>T",
"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.*649C>T",
"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.*316C>T",
"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.*649C>T",
"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": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "NM_001410812.1",
"protein_id": "NP_001397741.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 526,
"cds_start": 953,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000680978.1",
"protein_id": "ENSP00000505244.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 526,
"cds_start": 953,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 1859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.1040C>T",
"hgvs_p": "p.Pro347Leu",
"transcript": "ENST00000680378.1",
"protein_id": "ENSP00000505556.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 513,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.995C>T",
"hgvs_p": "p.Pro332Leu",
"transcript": "ENST00000216194.11",
"protein_id": "ENSP00000216194.8",
"transcript_support_level": 2,
"aa_start": 332,
"aa_end": null,
"aa_length": 498,
"cds_start": 995,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000625194.4",
"protein_id": "ENSP00000485289.2",
"transcript_support_level": 5,
"aa_start": 318,
"aa_end": null,
"aa_length": 498,
"cds_start": 953,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "NM_001363840.3",
"protein_id": "NP_001350769.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 480,
"cds_start": 953,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000636714.1",
"protein_id": "ENSP00000490946.1",
"transcript_support_level": 5,
"aa_start": 318,
"aa_end": null,
"aa_length": 480,
"cds_start": 953,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 998,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.908C>T",
"hgvs_p": "p.Pro303Leu",
"transcript": "NM_001410814.1",
"protein_id": "NP_001397743.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 469,
"cds_start": 908,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 4314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.908C>T",
"hgvs_p": "p.Pro303Leu",
"transcript": "ENST00000679723.1",
"protein_id": "ENSP00000505155.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 469,
"cds_start": 908,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 4372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "NM_001410816.1",
"protein_id": "NP_001397745.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 467,
"cds_start": 953,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 3212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000637666.2",
"protein_id": "ENSP00000489696.2",
"transcript_support_level": 5,
"aa_start": 318,
"aa_end": null,
"aa_length": 467,
"cds_start": 953,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 1682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "NM_001123378.3",
"protein_id": "NP_001116850.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 425,
"cds_start": 953,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 4182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.761C>T",
"hgvs_p": "p.Pro254Leu",
"transcript": "NM_001317923.2",
"protein_id": "NP_001304852.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 420,
"cds_start": 761,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000636265.1",
"protein_id": "ENSP00000490909.1",
"transcript_support_level": 5,
"aa_start": 318,
"aa_end": null,
"aa_length": 402,
"cds_start": 953,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 983,
"cdna_end": null,
"cdna_length": 1239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.908C>T",
"hgvs_p": "p.Pro303Leu",
"transcript": "XM_017028636.2",
"protein_id": "XP_016884125.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 511,
"cds_start": 908,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"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.488C>T",
"hgvs_p": "p.Pro163Leu",
"transcript": "XM_047441168.1",
"protein_id": "XP_047297124.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 371,
"cds_start": 488,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 675,
"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.*378C>T",
"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.975C>T",
"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.953C>T",
"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.1122C>T",
"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.4020C>T",
"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.*563C>T",
"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.1638C>T",
"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.1261C>T",
"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.1349C>T",
"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.*316C>T",
"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.385C>T",
"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.1012C>T",
"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.1012C>T",
"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.*378C>T",
"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.*563C>T",
"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.*316C>T",
"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+1086C>T",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"hgvs_c": "c.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000623978.3",
"protein_id": "ENSP00000485477.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": -4,
"cds_end": null,
"cds_length": 401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADSL",
"gene_hgnc_id": 291,
"dbsnp": "rs202064195",
"frequency_reference_population": 0.000084879546,
"hom_count_reference_population": 0,
"allele_count_reference_population": 137,
"gnomad_exomes_af": 0.0000923485,
"gnomad_genomes_af": 0.0000131408,
"gnomad_exomes_ac": 135,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8277421593666077,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.679,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7874,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.218,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000623063.3",
"gene_symbol": "ADSL",
"hgnc_id": 291,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.953C>T",
"hgvs_p": "p.Pro318Leu"
},
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000639722.1",
"gene_symbol": "ENSG00000284431",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*649C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Adenylosuccinate lyase deficiency,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:4",
"phenotype_combined": "not provided|Adenylosuccinate lyase deficiency",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}