← 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: 11-1754968-G-GT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=1754968&ref=G&alt=GT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 1754968,
"ref": "G",
"alt": "GT",
"effect": "frameshift_variant,stop_gained",
"transcript": "NM_001909.5",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "NM_001909.5",
"protein_id": "NP_001900.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 412,
"cds_start": 764,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000236671.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001909.5"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000236671.7",
"protein_id": "ENSP00000236671.2",
"transcript_support_level": 1,
"aa_start": 255,
"aa_end": null,
"aa_length": 412,
"cds_start": 764,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001909.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000236671.7"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000636615.1",
"protein_id": "ENSP00000490014.1",
"transcript_support_level": 5,
"aa_start": 255,
"aa_end": null,
"aa_length": 557,
"cds_start": 764,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636615.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000636397.1",
"protein_id": "ENSP00000489910.1",
"transcript_support_level": 5,
"aa_start": 255,
"aa_end": null,
"aa_length": 582,
"cds_start": 764,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636397.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.929dupA",
"hgvs_p": "p.Tyr310fs",
"transcript": "ENST00000962446.1",
"protein_id": "ENSP00000632505.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 467,
"cds_start": 929,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962446.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000438213.6",
"protein_id": "ENSP00000415036.2",
"transcript_support_level": 2,
"aa_start": 255,
"aa_end": null,
"aa_length": 451,
"cds_start": 764,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438213.6"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.809dupA",
"hgvs_p": "p.Tyr270fs",
"transcript": "ENST00000962447.1",
"protein_id": "ENSP00000632506.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 427,
"cds_start": 809,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962447.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.758dupA",
"hgvs_p": "p.Tyr253fs",
"transcript": "ENST00000636843.1",
"protein_id": "ENSP00000490897.1",
"transcript_support_level": 5,
"aa_start": 253,
"aa_end": null,
"aa_length": 410,
"cds_start": 758,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636843.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.758dupA",
"hgvs_p": "p.Tyr253fs",
"transcript": "ENST00000916370.1",
"protein_id": "ENSP00000586429.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 410,
"cds_start": 758,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916370.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000637915.1",
"protein_id": "ENSP00000490471.1",
"transcript_support_level": 5,
"aa_start": 255,
"aa_end": null,
"aa_length": 409,
"cds_start": 764,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637915.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.752dupA",
"hgvs_p": "p.Tyr251fs",
"transcript": "ENST00000962444.1",
"protein_id": "ENSP00000632503.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 408,
"cds_start": 752,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962444.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000637815.2",
"protein_id": "ENSP00000490344.1",
"transcript_support_level": 5,
"aa_start": 255,
"aa_end": null,
"aa_length": 406,
"cds_start": 764,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637815.2"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000962445.1",
"protein_id": "ENSP00000632504.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 406,
"cds_start": 764,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962445.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.743dupA",
"hgvs_p": "p.Tyr248fs",
"transcript": "ENST00000636571.1",
"protein_id": "ENSP00000490770.1",
"transcript_support_level": 5,
"aa_start": 248,
"aa_end": null,
"aa_length": 405,
"cds_start": 743,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636571.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000637387.1",
"protein_id": "ENSP00000490598.1",
"transcript_support_level": 5,
"aa_start": 255,
"aa_end": null,
"aa_length": 405,
"cds_start": 764,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637387.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs",
"transcript": "ENST00000907824.1",
"protein_id": "ENSP00000577883.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 395,
"cds_start": 764,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907824.1"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.659dupA",
"hgvs_p": "p.Tyr220fs",
"transcript": "ENST00000367196.4",
"protein_id": "ENSP00000356164.4",
"transcript_support_level": 5,
"aa_start": 220,
"aa_end": null,
"aa_length": 377,
"cds_start": 659,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367196.4"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.659dupA",
"hgvs_p": "p.Tyr220fs",
"transcript": "ENST00000429746.2",
"protein_id": "ENSP00000402586.2",
"transcript_support_level": 3,
"aa_start": 220,
"aa_end": null,
"aa_length": 377,
"cds_start": 659,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429746.2"
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.188dupA",
"hgvs_p": "p.Tyr63fs",
"transcript": "ENST00000427721.3",
"protein_id": "ENSP00000415840.3",
"transcript_support_level": 2,
"aa_start": 63,
"aa_end": null,
"aa_length": 334,
"cds_start": 188,
"cds_end": null,
"cds_length": 1006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427721.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.705-831dupA",
"hgvs_p": null,
"transcript": "ENST00000907825.1",
"protein_id": "ENSP00000577884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 371,
"cds_start": null,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907825.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.577-877dupA",
"hgvs_p": null,
"transcript": "ENST00000907826.1",
"protein_id": "ENSP00000577885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": null,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.142-877dupA",
"hgvs_p": null,
"transcript": "ENST00000907823.1",
"protein_id": "ENSP00000577882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": null,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907823.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.764dupA",
"hgvs_p": null,
"transcript": "ENST00000433655.6",
"protein_id": "ENSP00000404902.1",
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000433655.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.380dupA",
"hgvs_p": null,
"transcript": "ENST00000497544.3",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000497544.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.362dupA",
"hgvs_p": null,
"transcript": "ENST00000637158.1",
"protein_id": null,
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000637158.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.3192dupA",
"hgvs_p": null,
"transcript": "ENST00000637381.2",
"protein_id": null,
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000637381.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.72dupA",
"hgvs_p": null,
"transcript": "ENST00000637937.1",
"protein_id": null,
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000637937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*625dupA",
"hgvs_p": null,
"transcript": "ENST00000678991.1",
"protein_id": "ENSP00000503019.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000678991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*625dupA",
"hgvs_p": null,
"transcript": "ENST00000678991.1",
"protein_id": "ENSP00000503019.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000678991.1"
}
],
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"dbsnp": "rs786205105",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.23999999463558197,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.63,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.24,
"spliceai_max_prediction": "Uncertain_significance",
"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": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_001909.5",
"gene_symbol": "CTSD",
"hgnc_id": 2529,
"effects": [
"frameshift_variant",
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs"
},
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000636615.1",
"gene_symbol": "ENSG00000250644",
"hgnc_id": null,
"effects": [
"frameshift_variant",
"stop_gained"
],
"inheritance_mode": "",
"hgvs_c": "c.764dupA",
"hgvs_p": "p.Tyr255fs"
}
],
"clinvar_disease": "Neuronal ceroid lipofuscinosis 10",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Neuronal ceroid lipofuscinosis 10",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}