← 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: 15-44600488-T-TA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=44600488&ref=T&alt=TA&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 44600488,
"ref": "T",
"alt": "TA",
"effect": "frameshift_variant",
"transcript": "ENST00000261866.12",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "NM_025137.4",
"protein_id": "NP_079413.3",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2443,
"cds_start": 3664,
"cds_end": null,
"cds_length": 7332,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 7772,
"mane_select": "ENST00000261866.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000261866.12",
"protein_id": "ENSP00000261866.7",
"transcript_support_level": 1,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2443,
"cds_start": 3664,
"cds_end": null,
"cds_length": 7332,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 7772,
"mane_select": "NM_025137.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000535302.6",
"protein_id": "ENSP00000445278.2",
"transcript_support_level": 1,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2330,
"cds_start": 3664,
"cds_end": null,
"cds_length": 6993,
"cdna_start": 3692,
"cdna_end": null,
"cdna_length": 7288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000427534.6",
"protein_id": "ENSP00000396110.2",
"transcript_support_level": 1,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2265,
"cds_start": 3664,
"cds_end": null,
"cds_length": 6798,
"cdna_start": 3664,
"cdna_end": null,
"cdna_length": 6935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "NM_001411132.1",
"protein_id": "NP_001398061.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2395,
"cds_start": 3664,
"cds_end": null,
"cds_length": 7188,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 7628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000682065.1",
"protein_id": "ENSP00000507025.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2395,
"cds_start": 3664,
"cds_end": null,
"cds_length": 7188,
"cdna_start": 3695,
"cdna_end": null,
"cdna_length": 7624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000684235.1",
"protein_id": "ENSP00000508295.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2392,
"cds_start": 3664,
"cds_end": null,
"cds_length": 7179,
"cdna_start": 3695,
"cdna_end": null,
"cdna_length": 7574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3463_3464insT",
"hgvs_p": "p.Lys1155fs",
"transcript": "ENST00000682669.1",
"protein_id": "ENSP00000507782.1",
"transcript_support_level": null,
"aa_start": 1155,
"aa_end": null,
"aa_length": 2376,
"cds_start": 3463,
"cds_end": null,
"cds_length": 7131,
"cdna_start": 3494,
"cdna_end": null,
"cdna_length": 7567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "NM_001160227.2",
"protein_id": "NP_001153699.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2330,
"cds_start": 3664,
"cds_end": null,
"cds_length": 6993,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 7433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000559511.6",
"protein_id": "ENSP00000453246.2",
"transcript_support_level": 2,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2284,
"cds_start": 3664,
"cds_end": null,
"cds_length": 6855,
"cdna_start": 3664,
"cdna_end": null,
"cdna_length": 7279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "ENST00000558319.5",
"protein_id": "ENSP00000453599.1",
"transcript_support_level": 5,
"aa_start": 1222,
"aa_end": null,
"aa_length": 2079,
"cds_start": 3664,
"cds_end": null,
"cds_length": 6240,
"cdna_start": 3695,
"cdna_end": null,
"cdna_length": 6426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3061_3062insT",
"hgvs_p": "p.Lys1021fs",
"transcript": "XM_047433144.1",
"protein_id": "XP_047289100.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 2242,
"cds_start": 3061,
"cds_end": null,
"cds_length": 6729,
"cdna_start": 3925,
"cdna_end": null,
"cdna_length": 8018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "XM_017022635.3",
"protein_id": "XP_016878124.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1600,
"cds_start": 3664,
"cds_end": null,
"cds_length": 4803,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 5352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "XM_006720701.4",
"protein_id": "XP_006720764.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1584,
"cds_start": 3664,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 4871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs",
"transcript": "XM_047433145.1",
"protein_id": "XP_047289101.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1535,
"cds_start": 3664,
"cds_end": null,
"cds_length": 4608,
"cdna_start": 3679,
"cdna_end": null,
"cdna_length": 4673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "c.541_542insT",
"hgvs_p": "p.Lys181fs",
"transcript": "XM_047433146.1",
"protein_id": "XP_047289102.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 1402,
"cds_start": 541,
"cds_end": null,
"cds_length": 4209,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 4738,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.278_279insT",
"hgvs_p": null,
"transcript": "ENST00000558093.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 526,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.391_392insT",
"hgvs_p": null,
"transcript": "ENST00000558988.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 620,
"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": 22,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*84_*85insT",
"hgvs_p": null,
"transcript": "ENST00000682460.1",
"protein_id": "ENSP00000508334.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": 7691,
"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": 22,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*156_*157insT",
"hgvs_p": null,
"transcript": "ENST00000682495.1",
"protein_id": "ENSP00000507166.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": 7893,
"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": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.3664_3665insT",
"hgvs_p": null,
"transcript": "ENST00000682788.1",
"protein_id": "ENSP00000508089.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": 5082,
"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": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*163_*164insT",
"hgvs_p": null,
"transcript": "ENST00000682915.1",
"protein_id": "ENSP00000507493.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": 3985,
"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": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.3664_3665insT",
"hgvs_p": null,
"transcript": "ENST00000683121.1",
"protein_id": "ENSP00000507557.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": 4772,
"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": 19,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*427_*428insT",
"hgvs_p": null,
"transcript": "ENST00000683186.1",
"protein_id": "ENSP00000507268.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": 7578,
"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": 21,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.3664_3665insT",
"hgvs_p": null,
"transcript": "ENST00000683496.1",
"protein_id": "ENSP00000506968.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": 7425,
"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": 21,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.3664_3665insT",
"hgvs_p": null,
"transcript": "ENST00000683734.1",
"protein_id": "ENSP00000508319.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": 7612,
"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": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.2710_2711insT",
"hgvs_p": null,
"transcript": "ENST00000683753.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": 6783,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.738_739insT",
"hgvs_p": null,
"transcript": "ENST00000683838.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": 1955,
"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": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*84_*85insT",
"hgvs_p": null,
"transcript": "ENST00000684038.1",
"protein_id": "ENSP00000507141.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": 7586,
"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": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.3664_3665insT",
"hgvs_p": null,
"transcript": "ENST00000684676.1",
"protein_id": "ENSP00000506948.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": 6195,
"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": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.3679_3680insT",
"hgvs_p": null,
"transcript": "XR_001751402.2",
"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": 3915,
"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": 22,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*84_*85insT",
"hgvs_p": null,
"transcript": "ENST00000682460.1",
"protein_id": "ENSP00000508334.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": 7691,
"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": 22,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*156_*157insT",
"hgvs_p": null,
"transcript": "ENST00000682495.1",
"protein_id": "ENSP00000507166.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": 7893,
"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": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*163_*164insT",
"hgvs_p": null,
"transcript": "ENST00000682915.1",
"protein_id": "ENSP00000507493.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": 3985,
"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": 19,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*427_*428insT",
"hgvs_p": null,
"transcript": "ENST00000683186.1",
"protein_id": "ENSP00000507268.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": 7578,
"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": 21,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"hgvs_c": "n.*84_*85insT",
"hgvs_p": null,
"transcript": "ENST00000684038.1",
"protein_id": "ENSP00000507141.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": 7586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPG11",
"gene_hgnc_id": 11226,
"dbsnp": "rs312262755",
"frequency_reference_population": 0.000019207106,
"hom_count_reference_population": 0,
"allele_count_reference_population": 31,
"gnomad_exomes_af": 0.0000177859,
"gnomad_genomes_af": 0.000032861,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.762,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000261866.12",
"gene_symbol": "SPG11",
"hgnc_id": 11226,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3664_3665insT",
"hgvs_p": "p.Lys1222fs"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 11,Inborn genetic diseases,Spastic paraplegia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4 O:1",
"phenotype_combined": "Hereditary spastic paraplegia 11|Inborn genetic diseases|Spastic paraplegia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}