← 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-85704955-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=85704955&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 85704955,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_206927.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"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.6092G>A",
"hgvs_p": "p.Arg2031His",
"transcript": "NM_206927.4",
"protein_id": "NP_996810.2",
"transcript_support_level": null,
"aa_start": 2031,
"aa_end": null,
"aa_length": 2239,
"cds_start": 6092,
"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": "H",
"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.6092G>A",
"hgvs_p": "p.Arg2031His",
"transcript": "ENST00000359152.10",
"protein_id": "ENSP00000352065.7",
"transcript_support_level": 1,
"aa_start": 2031,
"aa_end": null,
"aa_length": 2239,
"cds_start": 6092,
"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": "H",
"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.2177G>A",
"hgvs_p": "p.Arg726His",
"transcript": "ENST00000528231.5",
"protein_id": "ENSP00000431701.1",
"transcript_support_level": 1,
"aa_start": 726,
"aa_end": null,
"aa_length": 934,
"cds_start": 2177,
"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": "H",
"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.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "ENST00000389960.8",
"protein_id": "ENSP00000374610.4",
"transcript_support_level": 1,
"aa_start": 702,
"aa_end": null,
"aa_length": 910,
"cds_start": 2105,
"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": "H",
"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.503G>A",
"hgvs_p": "p.Arg168His",
"transcript": "ENST00000525702.5",
"protein_id": "ENSP00000432996.1",
"transcript_support_level": 1,
"aa_start": 168,
"aa_end": null,
"aa_length": 376,
"cds_start": 503,
"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.4715G>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.*193G>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.*193G>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": "H",
"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.6089G>A",
"hgvs_p": "p.Arg2030His",
"transcript": "NM_001394447.1",
"protein_id": "NP_001381376.1",
"transcript_support_level": null,
"aa_start": 2030,
"aa_end": null,
"aa_length": 2238,
"cds_start": 6089,
"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": "H",
"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.6044G>A",
"hgvs_p": "p.Arg2015His",
"transcript": "NM_001394448.1",
"protein_id": "NP_001381377.1",
"transcript_support_level": null,
"aa_start": 2015,
"aa_end": null,
"aa_length": 2223,
"cds_start": 6044,
"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": "H",
"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.6044G>A",
"hgvs_p": "p.Arg2015His",
"transcript": "NM_001394449.1",
"protein_id": "NP_001381378.1",
"transcript_support_level": null,
"aa_start": 2015,
"aa_end": null,
"aa_length": 2223,
"cds_start": 6044,
"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": "H",
"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.6044G>A",
"hgvs_p": "p.Arg2015His",
"transcript": "ENST00000634661.1",
"protein_id": "ENSP00000489269.1",
"transcript_support_level": 5,
"aa_start": 2015,
"aa_end": null,
"aa_length": 2223,
"cds_start": 6044,
"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": "H",
"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.6041G>A",
"hgvs_p": "p.Arg2014His",
"transcript": "NM_206928.4",
"protein_id": "NP_996811.2",
"transcript_support_level": null,
"aa_start": 2014,
"aa_end": null,
"aa_length": 2222,
"cds_start": 6041,
"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": "H",
"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.6011G>A",
"hgvs_p": "p.Arg2004His",
"transcript": "NM_001394473.1",
"protein_id": "NP_001381402.1",
"transcript_support_level": null,
"aa_start": 2004,
"aa_end": null,
"aa_length": 2212,
"cds_start": 6011,
"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": "H",
"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.5963G>A",
"hgvs_p": "p.Arg1988His",
"transcript": "NM_001394450.1",
"protein_id": "NP_001381379.1",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2196,
"cds_start": 5963,
"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": "H",
"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.5960G>A",
"hgvs_p": "p.Arg1987His",
"transcript": "NM_001394451.1",
"protein_id": "NP_001381380.1",
"transcript_support_level": null,
"aa_start": 1987,
"aa_end": null,
"aa_length": 2195,
"cds_start": 5960,
"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": "H",
"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.2228G>A",
"hgvs_p": "p.Arg743His",
"transcript": "NM_001394453.1",
"protein_id": "NP_001381382.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 951,
"cds_start": 2228,
"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": "H",
"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.2228G>A",
"hgvs_p": "p.Arg743His",
"transcript": "NM_001394454.1",
"protein_id": "NP_001381383.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 951,
"cds_start": 2228,
"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": "H",
"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.2225G>A",
"hgvs_p": "p.Arg742His",
"transcript": "NM_001394455.1",
"protein_id": "NP_001381384.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 950,
"cds_start": 2225,
"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": "H",
"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.2225G>A",
"hgvs_p": "p.Arg742His",
"transcript": "NM_001394456.1",
"protein_id": "NP_001381385.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 950,
"cds_start": 2225,
"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": "H",
"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.2180G>A",
"hgvs_p": "p.Arg727His",
"transcript": "NM_001162953.4",
"protein_id": "NP_001156425.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 935,
"cds_start": 2180,
"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": "H",
"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.2180G>A",
"hgvs_p": "p.Arg727His",
"transcript": "ENST00000316356.8",
"protein_id": "ENSP00000318803.4",
"transcript_support_level": 5,
"aa_start": 727,
"aa_end": null,
"aa_length": 935,
"cds_start": 2180,
"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": "H",
"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.2180G>A",
"hgvs_p": "p.Arg727His",
"transcript": "ENST00000897958.1",
"protein_id": "ENSP00000568017.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 935,
"cds_start": 2180,
"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": "H",
"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.2180G>A",
"hgvs_p": "p.Arg727His",
"transcript": "ENST00000897962.1",
"protein_id": "ENSP00000568021.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 935,
"cds_start": 2180,
"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": "H",
"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.Arg726His",
"transcript": "NM_001162951.4",
"protein_id": "NP_001156423.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 934,
"cds_start": 2177,
"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": "H",
"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.2177G>A",
"hgvs_p": "p.Arg726His",
"transcript": "NM_001394457.1",
"protein_id": "NP_001381386.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 934,
"cds_start": 2177,
"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": "H",
"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.Arg726His",
"transcript": "NM_001394458.1",
"protein_id": "NP_001381387.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 934,
"cds_start": 2177,
"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": "H",
"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.Arg726His",
"transcript": "NM_001394459.1",
"protein_id": "NP_001381388.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 934,
"cds_start": 2177,
"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": "H",
"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.2147G>A",
"hgvs_p": "p.Arg716His",
"transcript": "NM_001394460.1",
"protein_id": "NP_001381389.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 924,
"cds_start": 2147,
"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": "H",
"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.2144G>A",
"hgvs_p": "p.Arg715His",
"transcript": "NM_001394461.1",
"protein_id": "NP_001381390.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 923,
"cds_start": 2144,
"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": "H",
"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.2108G>A",
"hgvs_p": "p.Arg703His",
"transcript": "NM_001365826.2",
"protein_id": "NP_001352755.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 911,
"cds_start": 2108,
"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": "H",
"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.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "NM_032943.5",
"protein_id": "NP_116561.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 910,
"cds_start": 2105,
"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": "H",
"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.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "ENST00000524452.5",
"protein_id": "ENSP00000435238.1",
"transcript_support_level": 2,
"aa_start": 702,
"aa_end": null,
"aa_length": 910,
"cds_start": 2105,
"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": "H",
"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.2099G>A",
"hgvs_p": "p.Arg700His",
"transcript": "NM_001394462.1",
"protein_id": "NP_001381391.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 908,
"cds_start": 2099,
"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": "H",
"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.Arg699His",
"transcript": "NM_001394464.1",
"protein_id": "NP_001381393.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 907,
"cds_start": 2096,
"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": "H",
"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.2081G>A",
"hgvs_p": "p.Arg694His",
"transcript": "NM_001289608.2",
"protein_id": "NP_001276537.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 902,
"cds_start": 2081,
"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": "H",
"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.2081G>A",
"hgvs_p": "p.Arg694His",
"transcript": "ENST00000527523.5",
"protein_id": "ENSP00000434010.1",
"transcript_support_level": 2,
"aa_start": 694,
"aa_end": null,
"aa_length": 902,
"cds_start": 2081,
"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": "H",
"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.2033G>A",
"hgvs_p": "p.Arg678His",
"transcript": "NM_001394466.1",
"protein_id": "NP_001381395.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 886,
"cds_start": 2033,
"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": "H",
"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.2027G>A",
"hgvs_p": "p.Arg676His",
"transcript": "NM_001394467.1",
"protein_id": "NP_001381396.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 884,
"cds_start": 2027,
"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": "H",
"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.2024G>A",
"hgvs_p": "p.Arg675His",
"transcript": "NM_001394468.1",
"protein_id": "NP_001381397.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 883,
"cds_start": 2024,
"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": "H",
"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.2003G>A",
"hgvs_p": "p.Arg668His",
"transcript": "NM_001394469.1",
"protein_id": "NP_001381398.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 876,
"cds_start": 2003,
"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": "H",
"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.1982G>A",
"hgvs_p": "p.Arg661His",
"transcript": "NM_001394470.1",
"protein_id": "NP_001381399.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 869,
"cds_start": 1982,
"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": "H",
"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.1961G>A",
"hgvs_p": "p.Arg654His",
"transcript": "NM_001365827.2",
"protein_id": "NP_001352756.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 862,
"cds_start": 1961,
"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": "H",
"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.1328G>A",
"hgvs_p": "p.Arg443His",
"transcript": "ENST00000530351.5",
"protein_id": "ENSP00000488994.1",
"transcript_support_level": 2,
"aa_start": 443,
"aa_end": null,
"aa_length": 651,
"cds_start": 1328,
"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": "H",
"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.662G>A",
"hgvs_p": "p.Arg221His",
"transcript": "NM_001365835.2",
"protein_id": "NP_001352764.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 429,
"cds_start": 662,
"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": "H",
"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.503G>A",
"hgvs_p": "p.Arg168His",
"transcript": "NM_001365828.2",
"protein_id": "NP_001352757.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 376,
"cds_start": 503,
"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": "H",
"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.503G>A",
"hgvs_p": "p.Arg168His",
"transcript": "NM_001365829.2",
"protein_id": "NP_001352758.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 376,
"cds_start": 503,
"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": "H",
"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.503G>A",
"hgvs_p": "p.Arg168His",
"transcript": "NM_001365830.2",
"protein_id": "NP_001352759.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 376,
"cds_start": 503,
"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": "H",
"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.503G>A",
"hgvs_p": "p.Arg168His",
"transcript": "NM_206929.4",
"protein_id": "NP_996812.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 376,
"cds_start": 503,
"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": "H",
"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.503G>A",
"hgvs_p": "p.Arg168His",
"transcript": "ENST00000529581.5",
"protein_id": "ENSP00000435855.1",
"transcript_support_level": 2,
"aa_start": 168,
"aa_end": null,
"aa_length": 376,
"cds_start": 503,
"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": "H",
"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.470G>A",
"hgvs_p": "p.Arg157His",
"transcript": "NM_001365833.2",
"protein_id": "NP_001352762.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 365,
"cds_start": 470,
"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": "H",
"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.470G>A",
"hgvs_p": "p.Arg157His",
"transcript": "NM_206930.4",
"protein_id": "NP_996813.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 365,
"cds_start": 470,
"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": "H",
"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.470G>A",
"hgvs_p": "p.Arg157His",
"transcript": "ENST00000389958.7",
"protein_id": "ENSP00000374608.3",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 365,
"cds_start": 470,
"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": "H",
"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.383G>A",
"hgvs_p": "p.Arg128His",
"transcript": "NM_001162952.3",
"protein_id": "NP_001156424.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 336,
"cds_start": 383,
"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": "H",
"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.383G>A",
"hgvs_p": "p.Arg128His",
"transcript": "NM_001289610.2",
"protein_id": "NP_001276539.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 336,
"cds_start": 383,
"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": "H",
"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.383G>A",
"hgvs_p": "p.Arg128His",
"transcript": "ENST00000533892.5",
"protein_id": "ENSP00000432144.1",
"transcript_support_level": 2,
"aa_start": 128,
"aa_end": null,
"aa_length": 336,
"cds_start": 383,
"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": "H",
"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.350G>A",
"hgvs_p": "p.Arg117His",
"transcript": "NM_001365831.2",
"protein_id": "NP_001352760.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 325,
"cds_start": 350,
"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": "H",
"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.140G>A",
"hgvs_p": "p.Arg47His",
"transcript": "NM_001289609.2",
"protein_id": "NP_001276538.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 255,
"cds_start": 140,
"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": "H",
"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.383G>A",
"hgvs_p": "p.Arg128His",
"transcript": "ENST00000527794.5",
"protein_id": "ENSP00000437005.1",
"transcript_support_level": 3,
"aa_start": 128,
"aa_end": null,
"aa_length": 159,
"cds_start": 383,
"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": "H",
"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.275G>A",
"hgvs_p": "p.Arg92His",
"transcript": "ENST00000533057.6",
"protein_id": "ENSP00000436164.1",
"transcript_support_level": 2,
"aa_start": 92,
"aa_end": null,
"aa_length": 123,
"cds_start": 275,
"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": "H",
"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.6008G>A",
"hgvs_p": "p.Arg2003His",
"transcript": "XM_017017934.2",
"protein_id": "XP_016873423.1",
"transcript_support_level": null,
"aa_start": 2003,
"aa_end": null,
"aa_length": 2211,
"cds_start": 6008,
"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": "H",
"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.5972G>A",
"hgvs_p": "p.Arg1991His",
"transcript": "XM_047427153.1",
"protein_id": "XP_047283109.1",
"transcript_support_level": null,
"aa_start": 1991,
"aa_end": null,
"aa_length": 2199,
"cds_start": 5972,
"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": "H",
"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.5969G>A",
"hgvs_p": "p.Arg1990His",
"transcript": "XM_047427155.1",
"protein_id": "XP_047283111.1",
"transcript_support_level": null,
"aa_start": 1990,
"aa_end": null,
"aa_length": 2198,
"cds_start": 5969,
"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": "H",
"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.5921G>A",
"hgvs_p": "p.Arg1974His",
"transcript": "XM_047427156.1",
"protein_id": "XP_047283112.1",
"transcript_support_level": null,
"aa_start": 1974,
"aa_end": null,
"aa_length": 2182,
"cds_start": 5921,
"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": "H",
"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.5900G>A",
"hgvs_p": "p.Arg1967His",
"transcript": "XM_047427158.1",
"protein_id": "XP_047283114.1",
"transcript_support_level": null,
"aa_start": 1967,
"aa_end": null,
"aa_length": 2175,
"cds_start": 5900,
"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": "H",
"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.2099G>A",
"hgvs_p": "p.Arg700His",
"transcript": "XM_047427161.1",
"protein_id": "XP_047283117.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 908,
"cds_start": 2099,
"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": "H",
"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.2084G>A",
"hgvs_p": "p.Arg695His",
"transcript": "XM_047427162.1",
"protein_id": "XP_047283118.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 903,
"cds_start": 2084,
"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": "H",
"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.2060G>A",
"hgvs_p": "p.Arg687His",
"transcript": "XM_047427163.1",
"protein_id": "XP_047283119.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 895,
"cds_start": 2060,
"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": "H",
"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.2057G>A",
"hgvs_p": "p.Arg686His",
"transcript": "XM_047427164.1",
"protein_id": "XP_047283120.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 894,
"cds_start": 2057,
"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": "H",
"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.2036G>A",
"hgvs_p": "p.Arg679His",
"transcript": "XM_047427166.1",
"protein_id": "XP_047283122.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 887,
"cds_start": 2036,
"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": "H",
"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.2027G>A",
"hgvs_p": "p.Arg676His",
"transcript": "XM_047427167.1",
"protein_id": "XP_047283123.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 884,
"cds_start": 2027,
"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": "H",
"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.2024G>A",
"hgvs_p": "p.Arg675His",
"transcript": "XM_047427168.1",
"protein_id": "XP_047283124.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 883,
"cds_start": 2024,
"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": "H",
"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.1979G>A",
"hgvs_p": "p.Arg660His",
"transcript": "XM_047427171.1",
"protein_id": "XP_047283127.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 868,
"cds_start": 1979,
"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": "H",
"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.710G>A",
"hgvs_p": "p.Arg237His",
"transcript": "XM_017017939.2",
"protein_id": "XP_016873428.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 445,
"cds_start": 710,
"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": "H",
"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.470G>A",
"hgvs_p": "p.Arg157His",
"transcript": "XM_047427176.1",
"protein_id": "XP_047283132.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 365,
"cds_start": 470,
"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": "H",
"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.350G>A",
"hgvs_p": "p.Arg117His",
"transcript": "XM_011545116.3",
"protein_id": "XP_011543418.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 325,
"cds_start": 350,
"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-4362G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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+2474G>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.*798G>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.301G>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.*798G>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.*37G>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": "rs114519485",
"frequency_reference_population": 0.00009791879,
"hom_count_reference_population": 4,
"allele_count_reference_population": 158,
"gnomad_exomes_af": 0.0000992244,
"gnomad_genomes_af": 0.000085387,
"gnomad_exomes_ac": 145,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16887906193733215,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.157,
"revel_prediction": "Benign",
"alphamissense_score": 0.1446,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.889,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_206927.4",
"gene_symbol": "SYTL2",
"hgnc_id": 15585,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6092G>A",
"hgvs_p": "p.Arg2031His"
}
],
"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
}