← 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: 5-122446816-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=122446816&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 122446816,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001308100.2",
"consequences": [
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "NM_005460.4",
"protein_id": "NP_005451.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261368.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005460.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000261368.13",
"protein_id": "ENSP00000261368.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005460.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261368.13"
},
{
"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": 14,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000261367.11",
"protein_id": "ENSP00000261367.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261367.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*339+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000508017.5",
"protein_id": "ENSP00000424338.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000508017.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MGC32805",
"gene_hgnc_id": 28478,
"hgvs_c": "n.583+3731C>T",
"hgvs_p": null,
"transcript": "ENST00000510972.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000510972.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*339+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000512385.5",
"protein_id": "ENSP00000426280.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000512385.5"
},
{
"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": 14,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "NM_001308100.2",
"protein_id": "NP_001295029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308100.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954322.1",
"protein_id": "ENSP00000624381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 966,
"cds_start": null,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954322.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954324.1",
"protein_id": "ENSP00000624383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 966,
"cds_start": null,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954324.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893275.1",
"protein_id": "ENSP00000563334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893275.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893276.1",
"protein_id": "ENSP00000563335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893276.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893277.1",
"protein_id": "ENSP00000563336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893277.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893278.1",
"protein_id": "ENSP00000563337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893278.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893279.1",
"protein_id": "ENSP00000563338.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893279.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893281.1",
"protein_id": "ENSP00000563340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893281.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893282.1",
"protein_id": "ENSP00000563341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893282.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000928739.1",
"protein_id": "ENSP00000598798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928739.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954318.1",
"protein_id": "ENSP00000624377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954318.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954321.1",
"protein_id": "ENSP00000624380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954321.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954327.1",
"protein_id": "ENSP00000624386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954327.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954328.1",
"protein_id": "ENSP00000624387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954328.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1478+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954323.1",
"protein_id": "ENSP00000624382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 881,
"cds_start": null,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954323.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1412+2084G>A",
"hgvs_p": null,
"transcript": "NM_001308105.1",
"protein_id": "NP_001295034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 859,
"cds_start": null,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308105.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1412+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000893280.1",
"protein_id": "ENSP00000563339.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 859,
"cds_start": null,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893280.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1412+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954319.1",
"protein_id": "ENSP00000624378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 859,
"cds_start": null,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954319.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1412+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954325.1",
"protein_id": "ENSP00000624384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 859,
"cds_start": null,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954325.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1412+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000509154.6",
"protein_id": "ENSP00000422106.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 857,
"cds_start": null,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509154.6"
},
{
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.674+2084G>A",
"hgvs_p": null,
"transcript": "NM_001308108.1",
"protein_id": "NP_001295037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 613,
"cds_start": null,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308108.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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.494+2084G>A",
"hgvs_p": null,
"transcript": "NM_001242935.3",
"protein_id": "NP_001229864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 603,
"cds_start": null,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242935.3"
},
{
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.494+2084G>A",
"hgvs_p": null,
"transcript": "NM_001308107.2",
"protein_id": "NP_001295036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": null,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308107.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.488+2084G>A",
"hgvs_p": null,
"transcript": "NM_001308106.1",
"protein_id": "NP_001295035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 551,
"cds_start": null,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308106.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.467+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954320.1",
"protein_id": "ENSP00000624379.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 544,
"cds_start": null,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954320.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.467+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000954326.1",
"protein_id": "ENSP00000624385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 544,
"cds_start": null,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954326.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.380+2084G>A",
"hgvs_p": null,
"transcript": "NM_001308109.2",
"protein_id": "NP_001295038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 515,
"cds_start": null,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308109.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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543737.3",
"protein_id": "XP_011542039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543737.3"
},
{
"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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543738.3",
"protein_id": "XP_011542040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543738.3"
},
{
"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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543739.2",
"protein_id": "XP_011542041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543739.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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543741.3",
"protein_id": "XP_011542043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543741.3"
},
{
"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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543743.3",
"protein_id": "XP_011542045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543743.3"
},
{
"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": 14,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417911.1",
"protein_id": "XP_047273867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1016,
"cds_start": null,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417911.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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_017010079.2",
"protein_id": "XP_016865568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 992,
"cds_start": null,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010079.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_017010080.2",
"protein_id": "XP_016865569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 982,
"cds_start": null,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010080.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_005272138.5",
"protein_id": "XP_005272195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272138.5"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_005272139.2",
"protein_id": "XP_005272196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272139.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_006714734.3",
"protein_id": "XP_006714797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714734.3"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543745.2",
"protein_id": "XP_011542047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543745.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_024446266.2",
"protein_id": "XP_024302034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446266.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417913.1",
"protein_id": "XP_047273869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417913.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417914.1",
"protein_id": "XP_047273870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417914.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417915.1",
"protein_id": "XP_047273871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417915.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417916.1",
"protein_id": "XP_047273872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417916.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_017010081.2",
"protein_id": "XP_016865570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 966,
"cds_start": null,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010081.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417917.1",
"protein_id": "XP_047273873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 966,
"cds_start": null,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417917.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417918.1",
"protein_id": "XP_047273874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 966,
"cds_start": null,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417918.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417920.1",
"protein_id": "XP_047273876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 966,
"cds_start": null,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417920.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417921.1",
"protein_id": "XP_047273877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 945,
"cds_start": null,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417921.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417922.1",
"protein_id": "XP_047273878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 935,
"cds_start": null,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417922.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_017010082.2",
"protein_id": "XP_016865571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010082.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_024446267.2",
"protein_id": "XP_024302035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446267.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_024446268.2",
"protein_id": "XP_024302036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446268.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417923.1",
"protein_id": "XP_047273879.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417923.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417924.1",
"protein_id": "XP_047273880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417924.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417925.1",
"protein_id": "XP_047273881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417925.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417926.1",
"protein_id": "XP_047273882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417926.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.1592+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417927.1",
"protein_id": "XP_047273883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417927.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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543749.3",
"protein_id": "XP_011542051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": null,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543749.3"
},
{
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_017010083.2",
"protein_id": "XP_016865572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": null,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010083.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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417928.1",
"protein_id": "XP_047273884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": null,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417928.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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.488+2084G>A",
"hgvs_p": null,
"transcript": "XM_011543750.2",
"protein_id": "XP_011542052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": null,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543750.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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417930.1",
"protein_id": "XP_047273886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 585,
"cds_start": null,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417930.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_024446269.2",
"protein_id": "XP_024302037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": null,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446269.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417931.1",
"protein_id": "XP_047273887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": null,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417931.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "c.512+2084G>A",
"hgvs_p": null,
"transcript": "XM_047417932.1",
"protein_id": "XP_047273888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": null,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*453+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000395466.6",
"protein_id": "ENSP00000378849.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000395466.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*191+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000395469.6",
"protein_id": "ENSP00000378852.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000395469.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGC32805",
"gene_hgnc_id": 28478,
"hgvs_c": "n.496-9479C>T",
"hgvs_p": null,
"transcript": "ENST00000503529.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000503529.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGC32805",
"gene_hgnc_id": 28478,
"hgvs_c": "n.304-1903C>T",
"hgvs_p": null,
"transcript": "ENST00000505546.1",
"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": "ENST00000505546.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGC32805",
"gene_hgnc_id": 28478,
"hgvs_c": "n.77-9479C>T",
"hgvs_p": null,
"transcript": "ENST00000506053.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000506053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*237+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000509023.5",
"protein_id": "ENSP00000427078.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000509023.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MGC32805",
"gene_hgnc_id": 28478,
"hgvs_c": "n.204+3731C>T",
"hgvs_p": null,
"transcript": "ENST00000509993.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000509993.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*394+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000510658.5",
"protein_id": "ENSP00000426526.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000510658.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*339+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000512146.6",
"protein_id": "ENSP00000423360.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000512146.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.577+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000513719.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000513719.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*339+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000515215.6",
"protein_id": "ENSP00000427575.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000515215.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.*339+2084G>A",
"hgvs_p": null,
"transcript": "ENST00000542191.5",
"protein_id": "ENSP00000441681.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000542191.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCAIP-AS3",
"gene_hgnc_id": 28478,
"hgvs_c": "n.583+3731C>T",
"hgvs_p": null,
"transcript": "NR_051996.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": "NR_051996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.2004+2084G>A",
"hgvs_p": null,
"transcript": "NR_131761.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": "NR_131761.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"hgvs_c": "n.733+2084G>A",
"hgvs_p": null,
"transcript": "NR_131762.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": "NR_131762.1"
}
],
"gene_symbol": "SNCAIP",
"gene_hgnc_id": 11139,
"dbsnp": "rs3811876",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.428,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001308100.2",
"gene_symbol": "SNCAIP",
"hgnc_id": 11139,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1733+2084G>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000510972.5",
"gene_symbol": "MGC32805",
"hgnc_id": 28478,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.583+3731C>T",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_051996.1",
"gene_symbol": "SNCAIP-AS3",
"hgnc_id": 28478,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.583+3731C>T",
"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
}