← 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-92032485-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=92032485&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 92032485,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000262554.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"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.1402G>C",
"hgvs_p": "p.Ala468Pro",
"transcript": "NM_006415.4",
"protein_id": "NP_006406.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 473,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1445,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": "ENST00000262554.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1402G>C",
"hgvs_p": "p.Ala468Pro",
"transcript": "ENST00000262554.7",
"protein_id": "ENSP00000262554.2",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 473,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1445,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": "NM_006415.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"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.1370G>C",
"hgvs_p": "p.Ser457Thr",
"transcript": "NM_001281303.2",
"protein_id": "NP_001268232.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 513,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1413,
"cdna_end": null,
"cdna_length": 2751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1462G>C",
"hgvs_p": "p.Ala488Pro",
"transcript": "ENST00000687972.1",
"protein_id": "ENSP00000509208.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 493,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1482,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1036G>C",
"hgvs_p": "p.Ala346Pro",
"transcript": "NM_001368272.1",
"protein_id": "NP_001355201.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 351,
"cds_start": 1036,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.937G>C",
"hgvs_p": "p.Ala313Pro",
"transcript": "NM_001368273.1",
"protein_id": "NP_001355202.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 318,
"cds_start": 937,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1219G>C",
"hgvs_p": "p.Ala407Pro",
"transcript": "XM_047422638.1",
"protein_id": "XP_047278594.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 412,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1304,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1021G>C",
"hgvs_p": "p.Ala341Pro",
"transcript": "XM_047422639.1",
"protein_id": "XP_047278595.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 346,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 7382,
"cdna_end": null,
"cdna_length": 8720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.937G>C",
"hgvs_p": "p.Ala313Pro",
"transcript": "XM_024447378.2",
"protein_id": "XP_024303146.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 318,
"cds_start": 937,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.937G>C",
"hgvs_p": "p.Ala313Pro",
"transcript": "XM_024447379.2",
"protein_id": "XP_024303147.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 318,
"cds_start": 937,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1189,
"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.359G>C",
"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.*1143G>C",
"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.*1205G>C",
"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.1726G>C",
"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.*158G>C",
"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.*3800G>C",
"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.1309G>C",
"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.*1652G>C",
"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.1790G>C",
"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.*1103G>C",
"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.2040G>C",
"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.*114G>C",
"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.*1143G>C",
"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.*1205G>C",
"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.*158G>C",
"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.*3800G>C",
"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.*1652G>C",
"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.*1103G>C",
"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+2325G>C",
"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+2325G>C",
"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+2325G>C",
"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": "rs748723735",
"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": 0.8718055486679077,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.842,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.925,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.816,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000262554.7",
"gene_symbol": "SPTLC1",
"hgnc_id": 11277,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1402G>C",
"hgvs_p": "p.Ala468Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}