← 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: 14-71587889-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=71587889&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 71587889,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015556.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001386936.1",
"protein_id": "NP_001373865.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000381232.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386936.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000381232.8",
"protein_id": "ENSP00000370630.3",
"transcript_support_level": 1,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001386936.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381232.8"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000555818.5",
"protein_id": "ENSP00000450832.1",
"transcript_support_level": 1,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555818.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962884.1",
"protein_id": "ENSP00000632943.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1845,
"cds_start": 17,
"cds_end": null,
"cds_length": 5538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962884.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869393.1",
"protein_id": "ENSP00000539452.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1844,
"cds_start": 17,
"cds_end": null,
"cds_length": 5535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869393.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962888.1",
"protein_id": "ENSP00000632947.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1844,
"cds_start": 17,
"cds_end": null,
"cds_length": 5535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962888.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962885.1",
"protein_id": "ENSP00000632944.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1812,
"cds_start": 17,
"cds_end": null,
"cds_length": 5439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962885.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001354285.2",
"protein_id": "NP_001341214.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354285.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_015556.4",
"protein_id": "NP_056371.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015556.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936042.1",
"protein_id": "ENSP00000606101.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936042.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001284247.3",
"protein_id": "NP_001271176.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284247.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869388.1",
"protein_id": "ENSP00000539447.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869388.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869397.1",
"protein_id": "ENSP00000539456.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869397.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936028.1",
"protein_id": "ENSP00000606087.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936028.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936053.1",
"protein_id": "ENSP00000606112.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936053.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962882.1",
"protein_id": "ENSP00000632941.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962882.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001284245.3",
"protein_id": "NP_001271174.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284245.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869378.1",
"protein_id": "ENSP00000539437.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869378.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869380.1",
"protein_id": "ENSP00000539439.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869380.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869383.1",
"protein_id": "ENSP00000539442.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869383.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869386.1",
"protein_id": "ENSP00000539445.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869386.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869387.1",
"protein_id": "ENSP00000539446.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869387.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869389.1",
"protein_id": "ENSP00000539448.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869389.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869390.1",
"protein_id": "ENSP00000539449.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869390.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869391.1",
"protein_id": "ENSP00000539450.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869391.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869394.1",
"protein_id": "ENSP00000539453.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869394.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869395.1",
"protein_id": "ENSP00000539454.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869395.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936027.1",
"protein_id": "ENSP00000606086.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936027.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936029.1",
"protein_id": "ENSP00000606088.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936029.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936030.1",
"protein_id": "ENSP00000606089.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936030.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936033.1",
"protein_id": "ENSP00000606092.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936033.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936041.1",
"protein_id": "ENSP00000606100.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936041.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936044.1",
"protein_id": "ENSP00000606103.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936044.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936047.1",
"protein_id": "ENSP00000606106.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936047.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936051.1",
"protein_id": "ENSP00000606110.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936051.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936056.1",
"protein_id": "ENSP00000606115.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936056.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936058.1",
"protein_id": "ENSP00000606117.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936058.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936059.1",
"protein_id": "ENSP00000606118.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936059.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936061.1",
"protein_id": "ENSP00000606120.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936061.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936063.1",
"protein_id": "ENSP00000606122.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936063.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962886.1",
"protein_id": "ENSP00000632945.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962886.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962889.1",
"protein_id": "ENSP00000632948.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962889.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001284246.2",
"protein_id": "NP_001271175.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284246.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001354286.2",
"protein_id": "NP_001341215.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354286.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001354287.2",
"protein_id": "NP_001341216.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354287.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "NM_001354288.2",
"protein_id": "NP_001341217.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354288.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000358550.6",
"protein_id": "ENSP00000351352.2",
"transcript_support_level": 2,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358550.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869379.1",
"protein_id": "ENSP00000539438.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869379.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869382.1",
"protein_id": "ENSP00000539441.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869382.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869384.1",
"protein_id": "ENSP00000539443.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869384.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869385.1",
"protein_id": "ENSP00000539444.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869385.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869392.1",
"protein_id": "ENSP00000539451.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869392.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869396.1",
"protein_id": "ENSP00000539455.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869396.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936031.1",
"protein_id": "ENSP00000606090.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936031.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936035.1",
"protein_id": "ENSP00000606094.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936035.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936036.1",
"protein_id": "ENSP00000606095.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936036.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936038.1",
"protein_id": "ENSP00000606097.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936038.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936039.1",
"protein_id": "ENSP00000606098.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936039.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936043.1",
"protein_id": "ENSP00000606102.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936043.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936050.1",
"protein_id": "ENSP00000606109.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936050.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936054.1",
"protein_id": "ENSP00000606113.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936054.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936055.1",
"protein_id": "ENSP00000606114.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936055.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936057.1",
"protein_id": "ENSP00000606116.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936057.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936060.1",
"protein_id": "ENSP00000606119.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936060.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936064.1",
"protein_id": "ENSP00000606123.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936064.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962883.1",
"protein_id": "ENSP00000632942.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962883.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000962887.1",
"protein_id": "ENSP00000632946.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962887.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936048.1",
"protein_id": "ENSP00000606107.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1736,
"cds_start": 17,
"cds_end": null,
"cds_length": 5211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936048.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936049.1",
"protein_id": "ENSP00000606108.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1736,
"cds_start": 17,
"cds_end": null,
"cds_length": 5211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936049.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936062.1",
"protein_id": "ENSP00000606121.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1736,
"cds_start": 17,
"cds_end": null,
"cds_length": 5211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936062.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936034.1",
"protein_id": "ENSP00000606093.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1735,
"cds_start": 17,
"cds_end": null,
"cds_length": 5208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936034.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936037.1",
"protein_id": "ENSP00000606096.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1735,
"cds_start": 17,
"cds_end": null,
"cds_length": 5208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936037.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936046.1",
"protein_id": "ENSP00000606105.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1735,
"cds_start": 17,
"cds_end": null,
"cds_length": 5208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936046.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000869381.1",
"protein_id": "ENSP00000539440.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1734,
"cds_start": 17,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869381.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936032.1",
"protein_id": "ENSP00000606091.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1734,
"cds_start": 17,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936032.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936045.1",
"protein_id": "ENSP00000606104.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1734,
"cds_start": 17,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936045.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936052.1",
"protein_id": "ENSP00000606111.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1734,
"cds_start": 17,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936052.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000936040.1",
"protein_id": "ENSP00000606099.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1733,
"cds_start": 17,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936040.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "ENST00000557151.5",
"protein_id": "ENSP00000452080.1",
"transcript_support_level": 3,
"aa_start": 6,
"aa_end": null,
"aa_length": 31,
"cds_start": 17,
"cds_end": null,
"cds_length": 97,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557151.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_005267516.5",
"protein_id": "XP_005267573.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267516.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_011536632.2",
"protein_id": "XP_011534934.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536632.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_024449529.2",
"protein_id": "XP_024305297.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449529.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431209.1",
"protein_id": "XP_047287165.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431209.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431211.1",
"protein_id": "XP_047287167.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431211.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431212.1",
"protein_id": "XP_047287168.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431212.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431213.1",
"protein_id": "XP_047287169.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431213.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431214.1",
"protein_id": "XP_047287170.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431214.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431215.1",
"protein_id": "XP_047287171.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431215.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431216.1",
"protein_id": "XP_047287172.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431216.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431217.1",
"protein_id": "XP_047287173.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431217.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431218.1",
"protein_id": "XP_047287174.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431218.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431219.1",
"protein_id": "XP_047287175.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431219.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431220.1",
"protein_id": "XP_047287176.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431220.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431222.1",
"protein_id": "XP_047287178.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431222.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431223.1",
"protein_id": "XP_047287179.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431223.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431224.1",
"protein_id": "XP_047287180.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431224.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431225.1",
"protein_id": "XP_047287181.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431225.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431226.1",
"protein_id": "XP_047287182.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431226.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431227.1",
"protein_id": "XP_047287183.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431227.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431228.1",
"protein_id": "XP_047287184.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431228.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431229.1",
"protein_id": "XP_047287185.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431229.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431231.1",
"protein_id": "XP_047287187.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1804,
"cds_start": 17,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431231.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_017021185.2",
"protein_id": "XP_016876674.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021185.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431232.1",
"protein_id": "XP_047287188.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1803,
"cds_start": 17,
"cds_end": null,
"cds_length": 5412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431232.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431233.1",
"protein_id": "XP_047287189.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1783,
"cds_start": 17,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431233.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431234.1",
"protein_id": "XP_047287190.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1782,
"cds_start": 17,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431234.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431235.1",
"protein_id": "XP_047287191.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1755,
"cds_start": 17,
"cds_end": null,
"cds_length": 5268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431235.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431236.1",
"protein_id": "XP_047287192.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1734,
"cds_start": 17,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431236.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu",
"transcript": "XM_047431237.1",
"protein_id": "XP_047287193.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 1733,
"cds_start": 17,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431237.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "NM_001354289.2",
"protein_id": "NP_001341218.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": null,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354289.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_017021198.2",
"protein_id": "XP_016876687.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021198.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431238.1",
"protein_id": "XP_047287194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431238.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431239.1",
"protein_id": "XP_047287195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431240.1",
"protein_id": "XP_047287196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431240.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431241.1",
"protein_id": "XP_047287197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431241.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431242.1",
"protein_id": "XP_047287198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431243.1",
"protein_id": "XP_047287199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431244.1",
"protein_id": "XP_047287200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431245.1",
"protein_id": "XP_047287201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431245.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431246.1",
"protein_id": "XP_047287202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": null,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431247.1",
"protein_id": "XP_047287203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1289,
"cds_start": null,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431248.1",
"protein_id": "XP_047287204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1289,
"cds_start": null,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431248.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431249.1",
"protein_id": "XP_047287205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1289,
"cds_start": null,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431250.1",
"protein_id": "XP_047287206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1289,
"cds_start": null,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431251.1",
"protein_id": "XP_047287207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1289,
"cds_start": null,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431252.1",
"protein_id": "XP_047287208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": null,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431252.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "c.17-30868G>T",
"hgvs_p": null,
"transcript": "XM_047431253.1",
"protein_id": "XP_047287209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": null,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431253.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285612",
"gene_hgnc_id": null,
"hgvs_c": "n.1473C>A",
"hgvs_p": null,
"transcript": "ENST00000647653.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000647653.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "n.*195G>T",
"hgvs_p": null,
"transcript": "ENST00000554362.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000554362.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"hgvs_c": "n.*124G>T",
"hgvs_p": null,
"transcript": "ENST00000555989.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000555989.5"
}
],
"gene_symbol": "SIPA1L1",
"gene_hgnc_id": 20284,
"dbsnp": "rs139188415",
"frequency_reference_population": 6.871058e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.87106e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5345845818519592,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.518,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8728,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.771,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015556.4",
"gene_symbol": "SIPA1L1",
"hgnc_id": 20284,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.17G>T",
"hgvs_p": "p.Arg6Leu"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000647653.1",
"gene_symbol": "ENSG00000285612",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1473C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}