← 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-92047261-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=92047261&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 92047261,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000262554.7",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331Tyr",
"transcript": "NM_006415.4",
"protein_id": "NP_006406.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 473,
"cds_start": 992,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1035,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": "ENST00000262554.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331Tyr",
"transcript": "ENST00000262554.7",
"protein_id": "ENSP00000262554.2",
"transcript_support_level": 1,
"aa_start": 331,
"aa_end": null,
"aa_length": 473,
"cds_start": 992,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1035,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": "NM_006415.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331Tyr",
"transcript": "NM_001281303.2",
"protein_id": "NP_001268232.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 513,
"cds_start": 992,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1035,
"cdna_end": null,
"cdna_length": 2751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331Tyr",
"transcript": "ENST00000686600.1",
"protein_id": "ENSP00000509268.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 504,
"cds_start": 992,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 2968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.1052C>A",
"hgvs_p": "p.Ser351Tyr",
"transcript": "ENST00000687972.1",
"protein_id": "ENSP00000509208.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 493,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.626C>A",
"hgvs_p": "p.Ser209Tyr",
"transcript": "NM_001368272.1",
"protein_id": "NP_001355201.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 351,
"cds_start": 626,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.527C>A",
"hgvs_p": "p.Ser176Tyr",
"transcript": "NM_001368273.1",
"protein_id": "NP_001355202.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 318,
"cds_start": 527,
"cds_end": null,
"cds_length": 957,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.809C>A",
"hgvs_p": "p.Ser270Tyr",
"transcript": "XM_047422638.1",
"protein_id": "XP_047278594.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 412,
"cds_start": 809,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 894,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.611C>A",
"hgvs_p": "p.Ser204Tyr",
"transcript": "XM_047422639.1",
"protein_id": "XP_047278595.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 346,
"cds_start": 611,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 6972,
"cdna_end": null,
"cdna_length": 8720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.527C>A",
"hgvs_p": "p.Ser176Tyr",
"transcript": "XM_024447378.2",
"protein_id": "XP_024303146.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 318,
"cds_start": 527,
"cds_end": null,
"cds_length": 957,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "c.527C>A",
"hgvs_p": "p.Ser176Tyr",
"transcript": "XM_024447379.2",
"protein_id": "XP_024303147.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 318,
"cds_start": 527,
"cds_end": null,
"cds_length": 957,
"cdna_start": 779,
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1402C>A",
"hgvs_p": null,
"transcript": "ENST00000482632.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1738,
"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": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1164C>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*991C>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*733C>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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*795C>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*795C>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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1089C>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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.992C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1139C>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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.899C>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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1242C>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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1242C>A",
"hgvs_p": null,
"transcript": "ENST00000689423.1",
"protein_id": "ENSP00000508519.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": 1721,
"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": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1320C>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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*693C>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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.1359C>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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1008C>A",
"hgvs_p": null,
"transcript": "ENST00000693147.1",
"protein_id": "ENSP00000510358.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": 1511,
"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": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1164C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*991C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*733C>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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*795C>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*795C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1139C>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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1242C>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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1242C>A",
"hgvs_p": null,
"transcript": "ENST00000689423.1",
"protein_id": "ENSP00000508519.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": 1721,
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*693C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"hgvs_c": "n.*1008C>A",
"hgvs_p": null,
"transcript": "ENST00000693147.1",
"protein_id": "ENSP00000510358.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": 1511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPTLC1",
"gene_hgnc_id": 11277,
"dbsnp": "rs267607087",
"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.8628832697868347,
"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.848,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9586,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.42,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.665,
"phylop100way_prediction": "Pathogenic",
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000262554.7",
"gene_symbol": "SPTLC1",
"hgnc_id": 11277,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.992C>A",
"hgvs_p": "p.Ser331Tyr"
}
],
"clinvar_disease": " hereditary sensory and autonomic, juvenile, severe, type IA,Amyotrophic lateral sclerosis 27,Charcot-Marie-Tooth disease,Hereditary sensory and autonomic neuropathy type 1,Neuropathy,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "not provided|Charcot-Marie-Tooth disease|Hereditary sensory and autonomic neuropathy type 1|Amyotrophic lateral sclerosis 27, juvenile|Neuropathy, hereditary sensory and autonomic, type IA, severe",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}