← 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: 9-92032476-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=92032476&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 92032476,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000262554.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Val471Ile",
"transcript": "NM_006415.4",
"protein_id": "NP_006406.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 473,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1454,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": "ENST00000262554.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Val471Ile",
"transcript": "ENST00000262554.7",
"protein_id": "ENSP00000262554.2",
"transcript_support_level": 1,
"aa_start": 471,
"aa_end": null,
"aa_length": 473,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1454,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": "NM_006415.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1379G>A",
"hgvs_p": "p.Arg460His",
"transcript": "NM_001281303.2",
"protein_id": "NP_001268232.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 513,
"cds_start": 1379,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 2751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1471G>A",
"hgvs_p": "p.Val491Ile",
"transcript": "ENST00000687972.1",
"protein_id": "ENSP00000509208.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 493,
"cds_start": 1471,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1045G>A",
"hgvs_p": "p.Val349Ile",
"transcript": "NM_001368272.1",
"protein_id": "NP_001355201.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 351,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Val316Ile",
"transcript": "NM_001368273.1",
"protein_id": "NP_001355202.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 318,
"cds_start": 946,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1599,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1228G>A",
"hgvs_p": "p.Val410Ile",
"transcript": "XM_047422638.1",
"protein_id": "XP_047278594.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 412,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Val344Ile",
"transcript": "XM_047422639.1",
"protein_id": "XP_047278595.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 346,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 7391,
"cdna_end": null,
"cdna_length": 8720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Val316Ile",
"transcript": "XM_024447378.2",
"protein_id": "XP_024303146.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 318,
"cds_start": 946,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1163,
"cdna_end": null,
"cdna_length": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Val316Ile",
"transcript": "XM_024447379.2",
"protein_id": "XP_024303147.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 318,
"cds_start": 946,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1198,
"cdna_end": null,
"cdna_length": 2527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.368G>A",
"hgvs_p": null,
"transcript": "ENST00000469778.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1152G>A",
"hgvs_p": null,
"transcript": "ENST00000644140.1",
"protein_id": "ENSP00000493933.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": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1214G>A",
"hgvs_p": null,
"transcript": "ENST00000646534.1",
"protein_id": "ENSP00000495388.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": 2982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1735G>A",
"hgvs_p": null,
"transcript": "ENST00000686799.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": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*167G>A",
"hgvs_p": null,
"transcript": "ENST00000687427.1",
"protein_id": "ENSP00000509426.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": 3022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*3809G>A",
"hgvs_p": null,
"transcript": "ENST00000687817.1",
"protein_id": "ENSP00000508926.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": 4920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1318G>A",
"hgvs_p": null,
"transcript": "ENST00000689261.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": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1661G>A",
"hgvs_p": null,
"transcript": "ENST00000689401.1",
"protein_id": "ENSP00000510251.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": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1799G>A",
"hgvs_p": null,
"transcript": "ENST00000690095.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": 3132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1112G>A",
"hgvs_p": null,
"transcript": "ENST00000690139.1",
"protein_id": "ENSP00000510483.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": 2892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.2049G>A",
"hgvs_p": null,
"transcript": "ENST00000692458.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": 2810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000686600.1",
"protein_id": "ENSP00000509268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": -4,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1152G>A",
"hgvs_p": null,
"transcript": "ENST00000644140.1",
"protein_id": "ENSP00000493933.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": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1214G>A",
"hgvs_p": null,
"transcript": "ENST00000646534.1",
"protein_id": "ENSP00000495388.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": 2982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*167G>A",
"hgvs_p": null,
"transcript": "ENST00000687427.1",
"protein_id": "ENSP00000509426.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": 3022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*3809G>A",
"hgvs_p": null,
"transcript": "ENST00000687817.1",
"protein_id": "ENSP00000508926.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": 4920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1661G>A",
"hgvs_p": null,
"transcript": "ENST00000689401.1",
"protein_id": "ENSP00000510251.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": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1112G>A",
"hgvs_p": null,
"transcript": "ENST00000690139.1",
"protein_id": "ENSP00000510483.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": 2892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1560+2334G>A",
"hgvs_p": null,
"transcript": "ENST00000642671.1",
"protein_id": "ENSP00000495764.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": 2289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1327+2334G>A",
"hgvs_p": null,
"transcript": "ENST00000643599.1",
"protein_id": "ENSP00000494770.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": 2042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1191+2334G>A",
"hgvs_p": null,
"transcript": "ENST00000646481.1",
"protein_id": "ENSP00000496627.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": 1727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"dbsnp": "rs141292904",
"frequency_reference_population": 0.0004943668,
"hom_count_reference_population": 4,
"allele_count_reference_population": 798,
"gnomad_exomes_af": 0.000276356,
"gnomad_genomes_af": 0.00258693,
"gnomad_exomes_ac": 404,
"gnomad_genomes_ac": 394,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00811779499053955,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.126,
"revel_prediction": "Benign",
"alphamissense_score": 0.0729,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.959,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000262554.7",
"gene_symbol": "SPTLC1",
"hgnc_id": 11277,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Val471Ile"
}
],
"clinvar_disease": " hereditary sensory and autonomic, type 1A,Charcot-Marie-Tooth disease,Hereditary sensory and autonomic neuropathy type 1,Neuropathy,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:4",
"phenotype_combined": "Hereditary sensory and autonomic neuropathy type 1|not specified|not provided|Charcot-Marie-Tooth disease|Neuropathy, hereditary sensory and autonomic, type 1A",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}