← 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: 16-89546715-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=89546715&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 20,
"criteria": [
"PM1",
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SPG7",
"hgnc_id": 11237,
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"inheritance_mode": "AR,AD",
"pathogenic_score": 2,
"score": -18,
"transcript": "NM_001363850.1",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "PM1,BP4_Strong,BP6_Very_Strong,BA1",
"acmg_score": -18,
"allele_count_reference_population": 281308,
"alphamissense_prediction": null,
"alphamissense_score": 0.055,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.26,
"chr": "16",
"clinvar_classification": "Benign",
"clinvar_disease": "Hereditary spastic paraplegia,Hereditary spastic paraplegia 7,not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:9",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.001221776008605957,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 795,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3076,
"cdna_start": 1522,
"cds_end": null,
"cds_length": 2388,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_003119.4",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000645818.2",
"protein_coding": true,
"protein_id": "NP_003110.1",
"strand": true,
"transcript": "NM_003119.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 795,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3076,
"cdna_start": 1522,
"cds_end": null,
"cds_length": 2388,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000645818.2",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_003119.4",
"protein_coding": true,
"protein_id": "ENSP00000495795.2",
"strand": true,
"transcript": "ENST00000645818.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 788,
"aa_ref": "T",
"aa_start": 496,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3026,
"cdna_start": 1494,
"cds_end": null,
"cds_length": 2367,
"cds_start": 1486,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000268704.7",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1486A>G",
"hgvs_p": "p.Thr496Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000268704.3",
"strand": true,
"transcript": "ENST00000268704.7",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 825,
"aa_ref": "T",
"aa_start": 533,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3149,
"cdna_start": 1597,
"cds_end": null,
"cds_length": 2478,
"cds_start": 1597,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000918773.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1597A>G",
"hgvs_p": "p.Thr533Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588832.1",
"strand": true,
"transcript": "ENST00000918773.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 820,
"aa_ref": "T",
"aa_start": 528,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3147,
"cdna_start": 1597,
"cds_end": null,
"cds_length": 2463,
"cds_start": 1582,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000892261.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1582A>G",
"hgvs_p": "p.Thr528Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000562320.1",
"strand": true,
"transcript": "ENST00000892261.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 809,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3301,
"cdna_start": 1537,
"cds_end": null,
"cds_length": 2430,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001363850.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350779.1",
"strand": true,
"transcript": "NM_001363850.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 809,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3266,
"cdna_start": 1522,
"cds_end": null,
"cds_length": 2430,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000645063.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493590.1",
"strand": true,
"transcript": "ENST00000645063.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 809,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3108,
"cdna_start": 1522,
"cds_end": null,
"cds_length": 2430,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000965633.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635692.1",
"strand": true,
"transcript": "ENST00000965633.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 807,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3104,
"cdna_start": 1523,
"cds_end": null,
"cds_length": 2424,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000965632.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635691.1",
"strand": true,
"transcript": "ENST00000965632.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 794,
"aa_ref": "T",
"aa_start": 502,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3081,
"cdna_start": 1527,
"cds_end": null,
"cds_length": 2385,
"cds_start": 1504,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000918772.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1504A>G",
"hgvs_p": "p.Thr502Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588831.1",
"strand": true,
"transcript": "ENST00000918772.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 781,
"aa_ref": "T",
"aa_start": 489,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3051,
"cdna_start": 1506,
"cds_end": null,
"cds_length": 2346,
"cds_start": 1465,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000918771.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1465A>G",
"hgvs_p": "p.Thr489Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588830.1",
"strand": true,
"transcript": "ENST00000918771.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 780,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3012,
"cdna_start": 1522,
"cds_end": null,
"cds_length": 2343,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000644781.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495473.1",
"strand": true,
"transcript": "ENST00000644781.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 758,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2507,
"cdna_start": 1558,
"cds_end": null,
"cds_length": 2277,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000643649.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494806.1",
"strand": true,
"transcript": "ENST00000643649.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 751,
"aa_ref": "T",
"aa_start": 459,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3099,
"cdna_start": 1563,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1375,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000646303.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1375A>G",
"hgvs_p": "p.Thr459Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494160.1",
"strand": true,
"transcript": "ENST00000646303.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 730,
"aa_ref": "T",
"aa_start": 438,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2872,
"cdna_start": 1326,
"cds_end": null,
"cds_length": 2193,
"cds_start": 1312,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000892262.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1312A>G",
"hgvs_p": "p.Thr438Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000562321.1",
"strand": true,
"transcript": "ENST00000892262.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 687,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2750,
"cdna_start": 1521,
"cds_end": null,
"cds_length": 2064,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000965630.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635689.1",
"strand": true,
"transcript": "ENST00000965630.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 680,
"aa_ref": "T",
"aa_start": 388,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2689,
"cdna_start": 1164,
"cds_end": null,
"cds_length": 2043,
"cds_start": 1162,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000644671.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1162A>G",
"hgvs_p": "p.Thr388Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495999.1",
"strand": true,
"transcript": "ENST00000644671.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 672,
"aa_ref": "T",
"aa_start": 380,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2701,
"cdna_start": 1151,
"cds_end": null,
"cds_length": 2019,
"cds_start": 1138,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000965631.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1138A>G",
"hgvs_p": "p.Thr380Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635690.1",
"strand": true,
"transcript": "ENST00000965631.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 661,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2661,
"cdna_start": 1521,
"cds_end": null,
"cds_length": 1986,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000965634.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635693.1",
"strand": true,
"transcript": "ENST00000965634.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 659,
"aa_ref": "T",
"aa_start": 367,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3330,
"cdna_start": 1794,
"cds_end": null,
"cds_length": 1980,
"cds_start": 1099,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000647079.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1099A>G",
"hgvs_p": "p.Thr367Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495967.1",
"strand": true,
"transcript": "ENST00000647079.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 641,
"aa_ref": "T",
"aa_start": 349,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2593,
"cdna_start": 1066,
"cds_end": null,
"cds_length": 1926,
"cds_start": 1045,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000645897.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1045A>G",
"hgvs_p": "p.Thr349Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495293.1",
"strand": true,
"transcript": "ENST00000645897.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 616,
"aa_ref": "T",
"aa_start": 374,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2644,
"cdna_start": 1122,
"cds_end": null,
"cds_length": 1851,
"cds_start": 1120,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000647032.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1120A>G",
"hgvs_p": "p.Thr374Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496047.1",
"strand": true,
"transcript": "ENST00000647032.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 493,
"aa_ref": "T",
"aa_start": 187,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2264,
"cdna_start": 567,
"cds_end": null,
"cds_length": 1482,
"cds_start": 559,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000646716.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.559A>G",
"hgvs_p": "p.Thr187Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495593.1",
"strand": true,
"transcript": "ENST00000646716.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 414,
"aa_ref": "T",
"aa_start": 122,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1890,
"cdna_start": 365,
"cds_end": null,
"cds_length": 1245,
"cds_start": 364,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000646445.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.364A>G",
"hgvs_p": "p.Thr122Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496434.1",
"strand": true,
"transcript": "ENST00000646445.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 561,
"aa_ref": "T",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1781,
"cdna_start": 1537,
"cds_end": null,
"cds_length": 1686,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_017023598.2",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.1507A>G",
"hgvs_p": "p.Thr503Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016879087.1",
"strand": true,
"transcript": "XM_017023598.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 518,
"aa_ref": "T",
"aa_start": 212,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2486,
"cdna_start": 722,
"cds_end": null,
"cds_length": 1557,
"cds_start": 634,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047434537.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.634A>G",
"hgvs_p": "p.Thr212Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290493.1",
"strand": true,
"transcript": "XM_047434537.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 357,
"aa_ref": "T",
"aa_start": 65,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2142,
"cdna_start": 586,
"cds_end": null,
"cds_length": 1074,
"cds_start": 193,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047434540.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "c.193A>G",
"hgvs_p": "p.Thr65Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290496.1",
"strand": true,
"transcript": "XM_047434540.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1025,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000561911.5",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.52A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000457387.1",
"strand": true,
"transcript": "ENST00000561911.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 976,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000563218.6",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.566A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000563218.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 734,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000566221.5",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.103A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000457298.1",
"strand": true,
"transcript": "ENST00000566221.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1321,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000566682.2",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.520A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000461979.2",
"strand": true,
"transcript": "ENST00000566682.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3313,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000569820.6",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*281A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454805.1",
"strand": true,
"transcript": "ENST00000569820.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3110,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000642226.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1356A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642226.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1178,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000642263.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.258A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642263.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4100,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000642334.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1660A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496403.1",
"strand": true,
"transcript": "ENST00000642334.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1317,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000642427.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.907A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642427.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2245,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000642814.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.922A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642814.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2765,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642984.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1103A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642984.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3748,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000643105.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*757A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495260.1",
"strand": true,
"transcript": "ENST00000643105.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2475,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000643350.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.564A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643350.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 726,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000643370.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*192A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494895.1",
"strand": true,
"transcript": "ENST00000643370.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3475,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000643409.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1932A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643409.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2859,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000643496.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1324A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643496.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3851,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000643668.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1801A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494903.1",
"strand": true,
"transcript": "ENST00000643668.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2882,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000643724.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*555A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496335.1",
"strand": true,
"transcript": "ENST00000643724.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4754,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000643734.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.4420A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643734.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3938,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000643954.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1255A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493826.1",
"strand": true,
"transcript": "ENST00000643954.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 526,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000644061.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.465A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644061.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3802,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000644171.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.2267A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644171.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2817,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000644210.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*79A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495675.1",
"strand": true,
"transcript": "ENST00000644210.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4581,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000644225.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1524A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644225.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3119,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000644464.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.160A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644464.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4255,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000644498.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1326A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496244.1",
"strand": true,
"transcript": "ENST00000644498.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6369,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000644748.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.4823A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644748.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4288,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000644901.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1901A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493797.1",
"strand": true,
"transcript": "ENST00000644901.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2969,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000644930.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.2633A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644930.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3367,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000645042.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*281A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493908.1",
"strand": true,
"transcript": "ENST00000645042.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2922,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000645354.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1515A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494158.1",
"strand": true,
"transcript": "ENST00000645354.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645392.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1848A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645392.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1677,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000645742.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.141A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645742.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2742,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000645842.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1352A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645842.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2537,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000645886.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*393A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494111.1",
"strand": true,
"transcript": "ENST00000645886.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2249,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000645944.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1281A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645944.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2668,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000645952.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1372A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645952.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4168,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000645977.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.2625A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645977.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2796,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000646005.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1265A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646005.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3401,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000646263.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*380A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494119.1",
"strand": true,
"transcript": "ENST00000646263.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3776,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000646399.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1326A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495734.1",
"strand": true,
"transcript": "ENST00000646399.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1060,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000646454.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.768A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646454.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3216,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000646531.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*130A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495185.1",
"strand": true,
"transcript": "ENST00000646531.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2626,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000646543.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.2261A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646543.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2565,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000646589.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*635A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494739.1",
"strand": true,
"transcript": "ENST00000646589.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3249,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000646826.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*180A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495123.1",
"strand": true,
"transcript": "ENST00000646826.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4321,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000646930.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1436A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495219.1",
"strand": true,
"transcript": "ENST00000646930.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2931,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000646958.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.2552A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646958.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2991,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000647123.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1464A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647123.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2670,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000647227.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1063A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495783.1",
"strand": true,
"transcript": "ENST00000647227.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3692,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000647302.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.2157A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647302.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2788,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000647491.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.1251A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647491.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3313,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000569820.6",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*281A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454805.1",
"strand": true,
"transcript": "ENST00000569820.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4100,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000642334.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1660A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496403.1",
"strand": true,
"transcript": "ENST00000642334.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3748,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000643105.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*757A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495260.1",
"strand": true,
"transcript": "ENST00000643105.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 726,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000643370.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*192A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494895.1",
"strand": true,
"transcript": "ENST00000643370.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3851,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000643668.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1801A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494903.1",
"strand": true,
"transcript": "ENST00000643668.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2882,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000643724.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*555A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496335.1",
"strand": true,
"transcript": "ENST00000643724.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3938,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000643954.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1255A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493826.1",
"strand": true,
"transcript": "ENST00000643954.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2817,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000644210.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*79A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495675.1",
"strand": true,
"transcript": "ENST00000644210.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4255,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000644498.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1326A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496244.1",
"strand": true,
"transcript": "ENST00000644498.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4288,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000644901.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1901A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493797.1",
"strand": true,
"transcript": "ENST00000644901.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3367,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000645042.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*281A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493908.1",
"strand": true,
"transcript": "ENST00000645042.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2922,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000645354.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1515A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494158.1",
"strand": true,
"transcript": "ENST00000645354.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2537,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000645886.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*393A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494111.1",
"strand": true,
"transcript": "ENST00000645886.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3401,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000646263.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*380A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494119.1",
"strand": true,
"transcript": "ENST00000646263.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3776,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000646399.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1326A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495734.1",
"strand": true,
"transcript": "ENST00000646399.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3216,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000646531.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*130A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495185.1",
"strand": true,
"transcript": "ENST00000646531.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2565,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000646589.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*635A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494739.1",
"strand": true,
"transcript": "ENST00000646589.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3249,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000646826.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*180A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495123.1",
"strand": true,
"transcript": "ENST00000646826.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4321,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000646930.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1436A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495219.1",
"strand": true,
"transcript": "ENST00000646930.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2670,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000647227.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.*1063A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495783.1",
"strand": true,
"transcript": "ENST00000647227.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 323,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000644556.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.261-1587A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644556.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2233,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000644751.1",
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"hgvs_c": "n.849+1943A>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493934.1",
"strand": true,
"transcript": "ENST00000644751.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs2292954",
"effect": "missense_variant",
"frequency_reference_population": 0.17442559,
"gene_hgnc_id": 11237,
"gene_symbol": "SPG7",
"gnomad_exomes_ac": 261436,
"gnomad_exomes_af": 0.178974,
"gnomad_exomes_homalt": 24659,
"gnomad_genomes_ac": 19872,
"gnomad_genomes_af": 0.130718,
"gnomad_genomes_homalt": 1673,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 26332,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|Hereditary spastic paraplegia 7|not provided|Hereditary spastic paraplegia",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.865,
"pos": 89546715,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.286,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001363850.1"
}
]
}