← 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: 11-85704862-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=85704862&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 85704862,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_206927.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6185G>A",
"hgvs_p": "p.Arg2062Gln",
"transcript": "NM_206927.4",
"protein_id": "NP_996810.2",
"transcript_support_level": null,
"aa_start": 2062,
"aa_end": null,
"aa_length": 2239,
"cds_start": 6185,
"cds_end": null,
"cds_length": 6720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359152.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206927.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6185G>A",
"hgvs_p": "p.Arg2062Gln",
"transcript": "ENST00000359152.10",
"protein_id": "ENSP00000352065.7",
"transcript_support_level": 1,
"aa_start": 2062,
"aa_end": null,
"aa_length": 2239,
"cds_start": 6185,
"cds_end": null,
"cds_length": 6720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_206927.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359152.10"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2270G>A",
"hgvs_p": "p.Arg757Gln",
"transcript": "ENST00000528231.5",
"protein_id": "ENSP00000431701.1",
"transcript_support_level": 1,
"aa_start": 757,
"aa_end": null,
"aa_length": 934,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528231.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2198G>A",
"hgvs_p": "p.Arg733Gln",
"transcript": "ENST00000389960.8",
"protein_id": "ENSP00000374610.4",
"transcript_support_level": 1,
"aa_start": 733,
"aa_end": null,
"aa_length": 910,
"cds_start": 2198,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389960.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "ENST00000525702.5",
"protein_id": "ENSP00000432996.1",
"transcript_support_level": 1,
"aa_start": 199,
"aa_end": null,
"aa_length": 376,
"cds_start": 596,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525702.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "n.4808G>A",
"hgvs_p": null,
"transcript": "ENST00000525423.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": "retained_intron",
"feature": "ENST00000525423.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "n.*286G>A",
"hgvs_p": null,
"transcript": "ENST00000532995.5",
"protein_id": "ENSP00000436678.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": "ENST00000532995.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "n.*286G>A",
"hgvs_p": null,
"transcript": "ENST00000532995.5",
"protein_id": "ENSP00000436678.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": "ENST00000532995.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6182G>A",
"hgvs_p": "p.Arg2061Gln",
"transcript": "NM_001394447.1",
"protein_id": "NP_001381376.1",
"transcript_support_level": null,
"aa_start": 2061,
"aa_end": null,
"aa_length": 2238,
"cds_start": 6182,
"cds_end": null,
"cds_length": 6717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394447.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "NM_001394448.1",
"protein_id": "NP_001381377.1",
"transcript_support_level": null,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2223,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "NM_001394449.1",
"protein_id": "NP_001381378.1",
"transcript_support_level": null,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2223,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394449.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "ENST00000634661.1",
"protein_id": "ENSP00000489269.1",
"transcript_support_level": 5,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2223,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634661.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6134G>A",
"hgvs_p": "p.Arg2045Gln",
"transcript": "NM_206928.4",
"protein_id": "NP_996811.2",
"transcript_support_level": null,
"aa_start": 2045,
"aa_end": null,
"aa_length": 2222,
"cds_start": 6134,
"cds_end": null,
"cds_length": 6669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206928.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6104G>A",
"hgvs_p": "p.Arg2035Gln",
"transcript": "NM_001394473.1",
"protein_id": "NP_001381402.1",
"transcript_support_level": null,
"aa_start": 2035,
"aa_end": null,
"aa_length": 2212,
"cds_start": 6104,
"cds_end": null,
"cds_length": 6639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394473.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6056G>A",
"hgvs_p": "p.Arg2019Gln",
"transcript": "NM_001394450.1",
"protein_id": "NP_001381379.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2196,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394450.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6053G>A",
"hgvs_p": "p.Arg2018Gln",
"transcript": "NM_001394451.1",
"protein_id": "NP_001381380.1",
"transcript_support_level": null,
"aa_start": 2018,
"aa_end": null,
"aa_length": 2195,
"cds_start": 6053,
"cds_end": null,
"cds_length": 6588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394451.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2321G>A",
"hgvs_p": "p.Arg774Gln",
"transcript": "NM_001394453.1",
"protein_id": "NP_001381382.1",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 951,
"cds_start": 2321,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394453.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2321G>A",
"hgvs_p": "p.Arg774Gln",
"transcript": "NM_001394454.1",
"protein_id": "NP_001381383.1",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 951,
"cds_start": 2321,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394454.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2318G>A",
"hgvs_p": "p.Arg773Gln",
"transcript": "NM_001394455.1",
"protein_id": "NP_001381384.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 950,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394455.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2318G>A",
"hgvs_p": "p.Arg773Gln",
"transcript": "NM_001394456.1",
"protein_id": "NP_001381385.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 950,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394456.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758Gln",
"transcript": "NM_001162953.4",
"protein_id": "NP_001156425.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 935,
"cds_start": 2273,
"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": "NM_001162953.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758Gln",
"transcript": "ENST00000316356.8",
"protein_id": "ENSP00000318803.4",
"transcript_support_level": 5,
"aa_start": 758,
"aa_end": null,
"aa_length": 935,
"cds_start": 2273,
"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": "ENST00000316356.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758Gln",
"transcript": "ENST00000897958.1",
"protein_id": "ENSP00000568017.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 935,
"cds_start": 2273,
"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": "ENST00000897958.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758Gln",
"transcript": "ENST00000897962.1",
"protein_id": "ENSP00000568021.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 935,
"cds_start": 2273,
"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": "ENST00000897962.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2270G>A",
"hgvs_p": "p.Arg757Gln",
"transcript": "NM_001162951.4",
"protein_id": "NP_001156423.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 934,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001162951.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2270G>A",
"hgvs_p": "p.Arg757Gln",
"transcript": "NM_001394457.1",
"protein_id": "NP_001381386.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 934,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394457.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2270G>A",
"hgvs_p": "p.Arg757Gln",
"transcript": "NM_001394458.1",
"protein_id": "NP_001381387.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 934,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394458.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2270G>A",
"hgvs_p": "p.Arg757Gln",
"transcript": "NM_001394459.1",
"protein_id": "NP_001381388.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 934,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394459.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2240G>A",
"hgvs_p": "p.Arg747Gln",
"transcript": "NM_001394460.1",
"protein_id": "NP_001381389.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 924,
"cds_start": 2240,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394460.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2237G>A",
"hgvs_p": "p.Arg746Gln",
"transcript": "NM_001394461.1",
"protein_id": "NP_001381390.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 923,
"cds_start": 2237,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394461.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2201G>A",
"hgvs_p": "p.Arg734Gln",
"transcript": "NM_001365826.2",
"protein_id": "NP_001352755.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 911,
"cds_start": 2201,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365826.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2198G>A",
"hgvs_p": "p.Arg733Gln",
"transcript": "NM_032943.5",
"protein_id": "NP_116561.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 910,
"cds_start": 2198,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032943.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2198G>A",
"hgvs_p": "p.Arg733Gln",
"transcript": "ENST00000524452.5",
"protein_id": "ENSP00000435238.1",
"transcript_support_level": 2,
"aa_start": 733,
"aa_end": null,
"aa_length": 910,
"cds_start": 2198,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524452.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2192G>A",
"hgvs_p": "p.Arg731Gln",
"transcript": "NM_001394462.1",
"protein_id": "NP_001381391.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 908,
"cds_start": 2192,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394462.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2189G>A",
"hgvs_p": "p.Arg730Gln",
"transcript": "NM_001394464.1",
"protein_id": "NP_001381393.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 907,
"cds_start": 2189,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394464.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2174G>A",
"hgvs_p": "p.Arg725Gln",
"transcript": "NM_001289608.2",
"protein_id": "NP_001276537.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 902,
"cds_start": 2174,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289608.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2174G>A",
"hgvs_p": "p.Arg725Gln",
"transcript": "ENST00000527523.5",
"protein_id": "ENSP00000434010.1",
"transcript_support_level": 2,
"aa_start": 725,
"aa_end": null,
"aa_length": 902,
"cds_start": 2174,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527523.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2126G>A",
"hgvs_p": "p.Arg709Gln",
"transcript": "NM_001394466.1",
"protein_id": "NP_001381395.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 886,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394466.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2120G>A",
"hgvs_p": "p.Arg707Gln",
"transcript": "NM_001394467.1",
"protein_id": "NP_001381396.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 884,
"cds_start": 2120,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394467.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706Gln",
"transcript": "NM_001394468.1",
"protein_id": "NP_001381397.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 883,
"cds_start": 2117,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394468.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2096G>A",
"hgvs_p": "p.Arg699Gln",
"transcript": "NM_001394469.1",
"protein_id": "NP_001381398.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 876,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394469.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2075G>A",
"hgvs_p": "p.Arg692Gln",
"transcript": "NM_001394470.1",
"protein_id": "NP_001381399.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 869,
"cds_start": 2075,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394470.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2054G>A",
"hgvs_p": "p.Arg685Gln",
"transcript": "NM_001365827.2",
"protein_id": "NP_001352756.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 862,
"cds_start": 2054,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365827.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.1421G>A",
"hgvs_p": "p.Arg474Gln",
"transcript": "ENST00000530351.5",
"protein_id": "ENSP00000488994.1",
"transcript_support_level": 2,
"aa_start": 474,
"aa_end": null,
"aa_length": 651,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530351.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.755G>A",
"hgvs_p": "p.Arg252Gln",
"transcript": "NM_001365835.2",
"protein_id": "NP_001352764.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 429,
"cds_start": 755,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365835.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "NM_001365828.2",
"protein_id": "NP_001352757.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 376,
"cds_start": 596,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365828.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "NM_001365829.2",
"protein_id": "NP_001352758.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 376,
"cds_start": 596,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365829.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "NM_001365830.2",
"protein_id": "NP_001352759.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 376,
"cds_start": 596,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365830.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "NM_206929.4",
"protein_id": "NP_996812.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 376,
"cds_start": 596,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206929.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "ENST00000529581.5",
"protein_id": "ENSP00000435855.1",
"transcript_support_level": 2,
"aa_start": 199,
"aa_end": null,
"aa_length": 376,
"cds_start": 596,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529581.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.563G>A",
"hgvs_p": "p.Arg188Gln",
"transcript": "NM_001365833.2",
"protein_id": "NP_001352762.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 365,
"cds_start": 563,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365833.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.563G>A",
"hgvs_p": "p.Arg188Gln",
"transcript": "NM_206930.4",
"protein_id": "NP_996813.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 365,
"cds_start": 563,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206930.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.563G>A",
"hgvs_p": "p.Arg188Gln",
"transcript": "ENST00000389958.7",
"protein_id": "ENSP00000374608.3",
"transcript_support_level": 2,
"aa_start": 188,
"aa_end": null,
"aa_length": 365,
"cds_start": 563,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389958.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159Gln",
"transcript": "NM_001162952.3",
"protein_id": "NP_001156424.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 336,
"cds_start": 476,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001162952.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159Gln",
"transcript": "NM_001289610.2",
"protein_id": "NP_001276539.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 336,
"cds_start": 476,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289610.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159Gln",
"transcript": "ENST00000533892.5",
"protein_id": "ENSP00000432144.1",
"transcript_support_level": 2,
"aa_start": 159,
"aa_end": null,
"aa_length": 336,
"cds_start": 476,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533892.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.443G>A",
"hgvs_p": "p.Arg148Gln",
"transcript": "NM_001365831.2",
"protein_id": "NP_001352760.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 325,
"cds_start": 443,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365831.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.233G>A",
"hgvs_p": "p.Arg78Gln",
"transcript": "NM_001289609.2",
"protein_id": "NP_001276538.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 255,
"cds_start": 233,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289609.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159Gln",
"transcript": "ENST00000527794.5",
"protein_id": "ENSP00000437005.1",
"transcript_support_level": 3,
"aa_start": 159,
"aa_end": null,
"aa_length": 159,
"cds_start": 476,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527794.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.368G>A",
"hgvs_p": "p.Arg123Gln",
"transcript": "ENST00000533057.6",
"protein_id": "ENSP00000436164.1",
"transcript_support_level": 2,
"aa_start": 123,
"aa_end": null,
"aa_length": 123,
"cds_start": 368,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533057.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6101G>A",
"hgvs_p": "p.Arg2034Gln",
"transcript": "XM_017017934.2",
"protein_id": "XP_016873423.1",
"transcript_support_level": null,
"aa_start": 2034,
"aa_end": null,
"aa_length": 2211,
"cds_start": 6101,
"cds_end": null,
"cds_length": 6636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017934.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6065G>A",
"hgvs_p": "p.Arg2022Gln",
"transcript": "XM_047427153.1",
"protein_id": "XP_047283109.1",
"transcript_support_level": null,
"aa_start": 2022,
"aa_end": null,
"aa_length": 2199,
"cds_start": 6065,
"cds_end": null,
"cds_length": 6600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427153.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6062G>A",
"hgvs_p": "p.Arg2021Gln",
"transcript": "XM_047427155.1",
"protein_id": "XP_047283111.1",
"transcript_support_level": null,
"aa_start": 2021,
"aa_end": null,
"aa_length": 2198,
"cds_start": 6062,
"cds_end": null,
"cds_length": 6597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427155.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6014G>A",
"hgvs_p": "p.Arg2005Gln",
"transcript": "XM_047427156.1",
"protein_id": "XP_047283112.1",
"transcript_support_level": null,
"aa_start": 2005,
"aa_end": null,
"aa_length": 2182,
"cds_start": 6014,
"cds_end": null,
"cds_length": 6549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427156.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.5993G>A",
"hgvs_p": "p.Arg1998Gln",
"transcript": "XM_047427158.1",
"protein_id": "XP_047283114.1",
"transcript_support_level": null,
"aa_start": 1998,
"aa_end": null,
"aa_length": 2175,
"cds_start": 5993,
"cds_end": null,
"cds_length": 6528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427158.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2192G>A",
"hgvs_p": "p.Arg731Gln",
"transcript": "XM_047427161.1",
"protein_id": "XP_047283117.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 908,
"cds_start": 2192,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427161.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2177G>A",
"hgvs_p": "p.Arg726Gln",
"transcript": "XM_047427162.1",
"protein_id": "XP_047283118.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 903,
"cds_start": 2177,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427162.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2153G>A",
"hgvs_p": "p.Arg718Gln",
"transcript": "XM_047427163.1",
"protein_id": "XP_047283119.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 895,
"cds_start": 2153,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427163.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2150G>A",
"hgvs_p": "p.Arg717Gln",
"transcript": "XM_047427164.1",
"protein_id": "XP_047283120.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 894,
"cds_start": 2150,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427164.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710Gln",
"transcript": "XM_047427166.1",
"protein_id": "XP_047283122.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 887,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427166.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2120G>A",
"hgvs_p": "p.Arg707Gln",
"transcript": "XM_047427167.1",
"protein_id": "XP_047283123.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 884,
"cds_start": 2120,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427167.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706Gln",
"transcript": "XM_047427168.1",
"protein_id": "XP_047283124.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 883,
"cds_start": 2117,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427168.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2072G>A",
"hgvs_p": "p.Arg691Gln",
"transcript": "XM_047427171.1",
"protein_id": "XP_047283127.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 868,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427171.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.803G>A",
"hgvs_p": "p.Arg268Gln",
"transcript": "XM_017017939.2",
"protein_id": "XP_016873428.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 445,
"cds_start": 803,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017939.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.563G>A",
"hgvs_p": "p.Arg188Gln",
"transcript": "XM_047427176.1",
"protein_id": "XP_047283132.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 365,
"cds_start": 563,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427176.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.443G>A",
"hgvs_p": "p.Arg148Gln",
"transcript": "XM_011545116.3",
"protein_id": "XP_011543418.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 325,
"cds_start": 443,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545116.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.5578-4269G>A",
"hgvs_p": null,
"transcript": "NM_001394452.1",
"protein_id": "NP_001381381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2035,
"cds_start": null,
"cds_end": null,
"cds_length": 6108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394452.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2151+2567G>A",
"hgvs_p": null,
"transcript": "NM_001394465.1",
"protein_id": "NP_001381394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 893,
"cds_start": null,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394465.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2151+2567G>A",
"hgvs_p": null,
"transcript": "ENST00000897963.1",
"protein_id": "ENSP00000568022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 893,
"cds_start": null,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2106+2567G>A",
"hgvs_p": null,
"transcript": "ENST00000897959.1",
"protein_id": "ENSP00000568018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 878,
"cds_start": null,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897959.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2103+2567G>A",
"hgvs_p": null,
"transcript": "ENST00000897961.1",
"protein_id": "ENSP00000568020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": null,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897961.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2031+2567G>A",
"hgvs_p": null,
"transcript": "ENST00000966560.1",
"protein_id": "ENSP00000636619.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966560.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2025+2567G>A",
"hgvs_p": null,
"transcript": "NM_001394471.1",
"protein_id": "NP_001381400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": null,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2025+2567G>A",
"hgvs_p": null,
"transcript": "NM_001394472.1",
"protein_id": "NP_001381401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": null,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394472.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.1953+2567G>A",
"hgvs_p": null,
"transcript": "ENST00000897960.1",
"protein_id": "ENSP00000568019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": null,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897960.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.396+2567G>A",
"hgvs_p": null,
"transcript": "NM_001365834.2",
"protein_id": "NP_001352763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365834.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.276+2567G>A",
"hgvs_p": null,
"transcript": "NM_001365832.2",
"protein_id": "NP_001352761.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": null,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365832.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.6018+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427157.1",
"protein_id": "XP_047283113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2182,
"cds_start": null,
"cds_end": null,
"cds_length": 6549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427157.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2154+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427165.1",
"protein_id": "XP_047283121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 894,
"cds_start": null,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427165.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2106+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427169.1",
"protein_id": "XP_047283125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 878,
"cds_start": null,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2103+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427170.1",
"protein_id": "XP_047283126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": null,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427170.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2034+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427172.1",
"protein_id": "XP_047283128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 854,
"cds_start": null,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427172.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2025+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427173.1",
"protein_id": "XP_047283129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": null,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427173.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.2022+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427174.1",
"protein_id": "XP_047283130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 850,
"cds_start": null,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427174.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.1953+2567G>A",
"hgvs_p": null,
"transcript": "XM_047427175.1",
"protein_id": "XP_047283131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": null,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427175.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "n.*891G>A",
"hgvs_p": null,
"transcript": "ENST00000389959.8",
"protein_id": "ENSP00000489554.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": "ENST00000389959.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "n.394G>A",
"hgvs_p": null,
"transcript": "ENST00000529662.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": "ENST00000529662.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "n.*891G>A",
"hgvs_p": null,
"transcript": "ENST00000389959.8",
"protein_id": "ENSP00000489554.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": "ENST00000389959.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"hgvs_c": "c.*130G>A",
"hgvs_p": null,
"transcript": "ENST00000529534.5",
"protein_id": "ENSP00000432137.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 154,
"cds_start": null,
"cds_end": null,
"cds_length": 466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529534.5"
}
],
"gene_symbol": "SYTL2",
"gene_hgnc_id": 15585,
"dbsnp": "rs140491589",
"frequency_reference_population": 0.000017996483,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000178182,
"gnomad_genomes_af": 0.0000197057,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04989480972290039,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": 0.0748,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.627,
"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_206927.4",
"gene_symbol": "SYTL2",
"hgnc_id": 15585,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6185G>A",
"hgvs_p": "p.Arg2062Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}