← 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-1753583-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=1753583&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 1753583,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001909.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1159G>A",
"hgvs_p": "p.Asp387Asn",
"transcript": "NM_001909.5",
"protein_id": "NP_001900.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 412,
"cds_start": 1159,
"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": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1159G>A",
"hgvs_p": "p.Asp387Asn",
"transcript": "ENST00000236671.7",
"protein_id": "ENSP00000236671.2",
"transcript_support_level": 1,
"aa_start": 387,
"aa_end": null,
"aa_length": 412,
"cds_start": 1159,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.1071+220G>A",
"hgvs_p": null,
"transcript": "ENST00000636615.1",
"protein_id": "ENSP00000490014.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": null,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1324G>A",
"hgvs_p": "p.Asp442Asn",
"transcript": "ENST00000962446.1",
"protein_id": "ENSP00000632505.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 467,
"cds_start": 1324,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1276G>A",
"hgvs_p": "p.Asp426Asn",
"transcript": "ENST00000438213.6",
"protein_id": "ENSP00000415036.2",
"transcript_support_level": 2,
"aa_start": 426,
"aa_end": null,
"aa_length": 451,
"cds_start": 1276,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Asp402Asn",
"transcript": "ENST00000962447.1",
"protein_id": "ENSP00000632506.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 427,
"cds_start": 1204,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1153G>A",
"hgvs_p": "p.Asp385Asn",
"transcript": "ENST00000636843.1",
"protein_id": "ENSP00000490897.1",
"transcript_support_level": 5,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1153,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1153G>A",
"hgvs_p": "p.Asp385Asn",
"transcript": "ENST00000916370.1",
"protein_id": "ENSP00000586429.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1153,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1150G>A",
"hgvs_p": "p.Asp384Asn",
"transcript": "ENST00000637915.1",
"protein_id": "ENSP00000490471.1",
"transcript_support_level": 5,
"aa_start": 384,
"aa_end": null,
"aa_length": 409,
"cds_start": 1150,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1147G>A",
"hgvs_p": "p.Asp383Asn",
"transcript": "ENST00000962444.1",
"protein_id": "ENSP00000632503.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 408,
"cds_start": 1147,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1141G>A",
"hgvs_p": "p.Asp381Asn",
"transcript": "ENST00000637815.2",
"protein_id": "ENSP00000490344.1",
"transcript_support_level": 5,
"aa_start": 381,
"aa_end": null,
"aa_length": 406,
"cds_start": 1141,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1141G>A",
"hgvs_p": "p.Asp381Asn",
"transcript": "ENST00000962445.1",
"protein_id": "ENSP00000632504.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 406,
"cds_start": 1141,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1138G>A",
"hgvs_p": "p.Asp380Asn",
"transcript": "ENST00000636571.1",
"protein_id": "ENSP00000490770.1",
"transcript_support_level": 5,
"aa_start": 380,
"aa_end": null,
"aa_length": 405,
"cds_start": 1138,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1138G>A",
"hgvs_p": "p.Asp380Asn",
"transcript": "ENST00000637387.1",
"protein_id": "ENSP00000490598.1",
"transcript_support_level": 5,
"aa_start": 380,
"aa_end": null,
"aa_length": 405,
"cds_start": 1138,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1108G>A",
"hgvs_p": "p.Asp370Asn",
"transcript": "ENST00000907824.1",
"protein_id": "ENSP00000577883.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 395,
"cds_start": 1108,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Asp352Asn",
"transcript": "ENST00000367196.4",
"protein_id": "ENSP00000356164.4",
"transcript_support_level": 5,
"aa_start": 352,
"aa_end": null,
"aa_length": 377,
"cds_start": 1054,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Asp352Asn",
"transcript": "ENST00000429746.2",
"protein_id": "ENSP00000402586.2",
"transcript_support_level": 3,
"aa_start": 352,
"aa_end": null,
"aa_length": 377,
"cds_start": 1054,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"transcript": "ENST00000907825.1",
"protein_id": "ENSP00000577884.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 371,
"cds_start": 1036,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.583G>A",
"hgvs_p": "p.Asp195Asn",
"transcript": "ENST00000427721.3",
"protein_id": "ENSP00000415840.3",
"transcript_support_level": 2,
"aa_start": 195,
"aa_end": null,
"aa_length": 334,
"cds_start": 583,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.862G>A",
"hgvs_p": "p.Asp288Asn",
"transcript": "ENST00000907826.1",
"protein_id": "ENSP00000577885.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 313,
"cds_start": 862,
"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": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "c.427G>A",
"hgvs_p": "p.Asp143Asn",
"transcript": "ENST00000907823.1",
"protein_id": "ENSP00000577882.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 168,
"cds_start": 427,
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.1071+220G>A",
"hgvs_p": null,
"transcript": "ENST00000636397.1",
"protein_id": "ENSP00000489910.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000250644",
"gene_hgnc_id": null,
"hgvs_c": "c.72+220G>A",
"hgvs_p": null,
"transcript": "ENST00000636579.1",
"protein_id": "ENSP00000490489.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 73,
"cds_start": null,
"cds_end": null,
"cds_length": 222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636579.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*325G>A",
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.757G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.3587G>A",
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.467G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*1020G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*325G>A",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*1020G>A",
"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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"hgvs_c": "n.*69G>A",
"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"
}
],
"gene_symbol": "CTSD",
"gene_hgnc_id": 2529,
"dbsnp": "rs764522039",
"frequency_reference_population": 0.000022938766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000239592,
"gnomad_genomes_af": 0.000013143,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9637399911880493,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.653,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9573,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.401,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001909.5",
"gene_symbol": "CTSD",
"hgnc_id": 2529,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1159G>A",
"hgvs_p": "p.Asp387Asn"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000636615.1",
"gene_symbol": "ENSG00000250644",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1071+220G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,Neuronal ceroid lipofuscinosis,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not provided|Neuronal ceroid lipofuscinosis|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}