← 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-85704895-T-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=85704895&ref=T&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 85704895,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_206927.4",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6152A>T",
          "hgvs_p": "p.Gln2051Leu",
          "transcript": "NM_206927.4",
          "protein_id": "NP_996810.2",
          "transcript_support_level": null,
          "aa_start": 2051,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": 6152,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": 6729,
          "cdna_end": null,
          "cdna_length": 8263,
          "mane_select": "ENST00000359152.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206927.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6152A>T",
          "hgvs_p": "p.Gln2051Leu",
          "transcript": "ENST00000359152.10",
          "protein_id": "ENSP00000352065.7",
          "transcript_support_level": 1,
          "aa_start": 2051,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": 6152,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": 6729,
          "cdna_end": null,
          "cdna_length": 8263,
          "mane_select": "NM_206927.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359152.10"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2237A>T",
          "hgvs_p": "p.Gln746Leu",
          "transcript": "ENST00000528231.5",
          "protein_id": "ENSP00000431701.1",
          "transcript_support_level": 1,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2237,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2515,
          "cdna_end": null,
          "cdna_length": 3536,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528231.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2165A>T",
          "hgvs_p": "p.Gln722Leu",
          "transcript": "ENST00000389960.8",
          "protein_id": "ENSP00000374610.4",
          "transcript_support_level": 1,
          "aa_start": 722,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 2165,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": 2760,
          "cdna_end": null,
          "cdna_length": 4299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389960.8"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.563A>T",
          "hgvs_p": "p.Gln188Leu",
          "transcript": "ENST00000525702.5",
          "protein_id": "ENSP00000432996.1",
          "transcript_support_level": 1,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1252,
          "cdna_end": null,
          "cdna_length": 2727,
          "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.4775A>T",
          "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": 6250,
          "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.*253A>T",
          "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": 2437,
          "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.*253A>T",
          "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": 2437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000532995.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6149A>T",
          "hgvs_p": "p.Gln2050Leu",
          "transcript": "NM_001394447.1",
          "protein_id": "NP_001381376.1",
          "transcript_support_level": null,
          "aa_start": 2050,
          "aa_end": null,
          "aa_length": 2238,
          "cds_start": 6149,
          "cds_end": null,
          "cds_length": 6717,
          "cdna_start": 6726,
          "cdna_end": null,
          "cdna_length": 8260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394447.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6104A>T",
          "hgvs_p": "p.Gln2035Leu",
          "transcript": "NM_001394448.1",
          "protein_id": "NP_001381377.1",
          "transcript_support_level": null,
          "aa_start": 2035,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": 6104,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": 6681,
          "cdna_end": null,
          "cdna_length": 8215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394448.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6104A>T",
          "hgvs_p": "p.Gln2035Leu",
          "transcript": "NM_001394449.1",
          "protein_id": "NP_001381378.1",
          "transcript_support_level": null,
          "aa_start": 2035,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": 6104,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": 6781,
          "cdna_end": null,
          "cdna_length": 8315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394449.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6104A>T",
          "hgvs_p": "p.Gln2035Leu",
          "transcript": "ENST00000634661.1",
          "protein_id": "ENSP00000489269.1",
          "transcript_support_level": 5,
          "aa_start": 2035,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": 6104,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": 6104,
          "cdna_end": null,
          "cdna_length": 6672,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000634661.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6101A>T",
          "hgvs_p": "p.Gln2034Leu",
          "transcript": "NM_206928.4",
          "protein_id": "NP_996811.2",
          "transcript_support_level": null,
          "aa_start": 2034,
          "aa_end": null,
          "aa_length": 2222,
          "cds_start": 6101,
          "cds_end": null,
          "cds_length": 6669,
          "cdna_start": 6678,
          "cdna_end": null,
          "cdna_length": 8212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206928.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6071A>T",
          "hgvs_p": "p.Gln2024Leu",
          "transcript": "NM_001394473.1",
          "protein_id": "NP_001381402.1",
          "transcript_support_level": null,
          "aa_start": 2024,
          "aa_end": null,
          "aa_length": 2212,
          "cds_start": 6071,
          "cds_end": null,
          "cds_length": 6639,
          "cdna_start": 6648,
          "cdna_end": null,
          "cdna_length": 8182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394473.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6023A>T",
          "hgvs_p": "p.Gln2008Leu",
          "transcript": "NM_001394450.1",
          "protein_id": "NP_001381379.1",
          "transcript_support_level": null,
          "aa_start": 2008,
          "aa_end": null,
          "aa_length": 2196,
          "cds_start": 6023,
          "cds_end": null,
          "cds_length": 6591,
          "cdna_start": 6600,
          "cdna_end": null,
          "cdna_length": 8134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394450.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6020A>T",
          "hgvs_p": "p.Gln2007Leu",
          "transcript": "NM_001394451.1",
          "protein_id": "NP_001381380.1",
          "transcript_support_level": null,
          "aa_start": 2007,
          "aa_end": null,
          "aa_length": 2195,
          "cds_start": 6020,
          "cds_end": null,
          "cds_length": 6588,
          "cdna_start": 6597,
          "cdna_end": null,
          "cdna_length": 8131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394451.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2288A>T",
          "hgvs_p": "p.Gln763Leu",
          "transcript": "NM_001394453.1",
          "protein_id": "NP_001381382.1",
          "transcript_support_level": null,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": 2288,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": 3183,
          "cdna_end": null,
          "cdna_length": 4717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394453.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2288A>T",
          "hgvs_p": "p.Gln763Leu",
          "transcript": "NM_001394454.1",
          "protein_id": "NP_001381383.1",
          "transcript_support_level": null,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": 2288,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": 2865,
          "cdna_end": null,
          "cdna_length": 4399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394454.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2285A>T",
          "hgvs_p": "p.Gln762Leu",
          "transcript": "NM_001394455.1",
          "protein_id": "NP_001381384.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": 2285,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": 2862,
          "cdna_end": null,
          "cdna_length": 4396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394455.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2285A>T",
          "hgvs_p": "p.Gln762Leu",
          "transcript": "NM_001394456.1",
          "protein_id": "NP_001381385.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": 2285,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": 2817,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394456.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2240A>T",
          "hgvs_p": "p.Gln747Leu",
          "transcript": "NM_001162953.4",
          "protein_id": "NP_001156425.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 2240,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": 2817,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001162953.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2240A>T",
          "hgvs_p": "p.Gln747Leu",
          "transcript": "ENST00000316356.8",
          "protein_id": "ENSP00000318803.4",
          "transcript_support_level": 5,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 2240,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": 2805,
          "cdna_end": null,
          "cdna_length": 4293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000316356.8"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2240A>T",
          "hgvs_p": "p.Gln747Leu",
          "transcript": "ENST00000897958.1",
          "protein_id": "ENSP00000568017.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 2240,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": 3098,
          "cdna_end": null,
          "cdna_length": 4632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897958.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2240A>T",
          "hgvs_p": "p.Gln747Leu",
          "transcript": "ENST00000897962.1",
          "protein_id": "ENSP00000568021.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 2240,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": 3008,
          "cdna_end": null,
          "cdna_length": 4056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897962.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2237A>T",
          "hgvs_p": "p.Gln746Leu",
          "transcript": "NM_001162951.4",
          "protein_id": "NP_001156423.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2237,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2814,
          "cdna_end": null,
          "cdna_length": 4348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001162951.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2237A>T",
          "hgvs_p": "p.Gln746Leu",
          "transcript": "NM_001394457.1",
          "protein_id": "NP_001381386.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2237,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 3054,
          "cdna_end": null,
          "cdna_length": 4588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394457.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2237A>T",
          "hgvs_p": "p.Gln746Leu",
          "transcript": "NM_001394458.1",
          "protein_id": "NP_001381387.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2237,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2801,
          "cdna_end": null,
          "cdna_length": 4335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394458.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2237A>T",
          "hgvs_p": "p.Gln746Leu",
          "transcript": "NM_001394459.1",
          "protein_id": "NP_001381388.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 2237,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 2769,
          "cdna_end": null,
          "cdna_length": 4303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394459.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2207A>T",
          "hgvs_p": "p.Gln736Leu",
          "transcript": "NM_001394460.1",
          "protein_id": "NP_001381389.1",
          "transcript_support_level": null,
          "aa_start": 736,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2207,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 2784,
          "cdna_end": null,
          "cdna_length": 4318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394460.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2204A>T",
          "hgvs_p": "p.Gln735Leu",
          "transcript": "NM_001394461.1",
          "protein_id": "NP_001381390.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2204,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 2781,
          "cdna_end": null,
          "cdna_length": 4315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394461.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2168A>T",
          "hgvs_p": "p.Gln723Leu",
          "transcript": "NM_001365826.2",
          "protein_id": "NP_001352755.1",
          "transcript_support_level": null,
          "aa_start": 723,
          "aa_end": null,
          "aa_length": 911,
          "cds_start": 2168,
          "cds_end": null,
          "cds_length": 2736,
          "cdna_start": 2745,
          "cdna_end": null,
          "cdna_length": 4279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365826.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2165A>T",
          "hgvs_p": "p.Gln722Leu",
          "transcript": "NM_032943.5",
          "protein_id": "NP_116561.1",
          "transcript_support_level": null,
          "aa_start": 722,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 2165,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": 2742,
          "cdna_end": null,
          "cdna_length": 4276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032943.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2165A>T",
          "hgvs_p": "p.Gln722Leu",
          "transcript": "ENST00000524452.5",
          "protein_id": "ENSP00000435238.1",
          "transcript_support_level": 2,
          "aa_start": 722,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 2165,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 2733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524452.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2159A>T",
          "hgvs_p": "p.Gln720Leu",
          "transcript": "NM_001394462.1",
          "protein_id": "NP_001381391.1",
          "transcript_support_level": null,
          "aa_start": 720,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": 2159,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": 2723,
          "cdna_end": null,
          "cdna_length": 4257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394462.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2156A>T",
          "hgvs_p": "p.Gln719Leu",
          "transcript": "NM_001394464.1",
          "protein_id": "NP_001381393.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": 2156,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": 2733,
          "cdna_end": null,
          "cdna_length": 4267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394464.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2141A>T",
          "hgvs_p": "p.Gln714Leu",
          "transcript": "NM_001289608.2",
          "protein_id": "NP_001276537.1",
          "transcript_support_level": null,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 2141,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": 2372,
          "cdna_end": null,
          "cdna_length": 3906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289608.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2141A>T",
          "hgvs_p": "p.Gln714Leu",
          "transcript": "ENST00000527523.5",
          "protein_id": "ENSP00000434010.1",
          "transcript_support_level": 2,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 2141,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": 2372,
          "cdna_end": null,
          "cdna_length": 3049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000527523.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2093A>T",
          "hgvs_p": "p.Gln698Leu",
          "transcript": "NM_001394466.1",
          "protein_id": "NP_001381395.1",
          "transcript_support_level": null,
          "aa_start": 698,
          "aa_end": null,
          "aa_length": 886,
          "cds_start": 2093,
          "cds_end": null,
          "cds_length": 2661,
          "cdna_start": 2324,
          "cdna_end": null,
          "cdna_length": 3858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394466.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2087A>T",
          "hgvs_p": "p.Gln696Leu",
          "transcript": "NM_001394467.1",
          "protein_id": "NP_001381396.1",
          "transcript_support_level": null,
          "aa_start": 696,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 2087,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 2664,
          "cdna_end": null,
          "cdna_length": 4198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394467.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2084A>T",
          "hgvs_p": "p.Gln695Leu",
          "transcript": "NM_001394468.1",
          "protein_id": "NP_001381397.1",
          "transcript_support_level": null,
          "aa_start": 695,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 2084,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 2648,
          "cdna_end": null,
          "cdna_length": 4182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394468.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2063A>T",
          "hgvs_p": "p.Gln688Leu",
          "transcript": "NM_001394469.1",
          "protein_id": "NP_001381398.1",
          "transcript_support_level": null,
          "aa_start": 688,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 2063,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 2294,
          "cdna_end": null,
          "cdna_length": 3828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394469.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2042A>T",
          "hgvs_p": "p.Gln681Leu",
          "transcript": "NM_001394470.1",
          "protein_id": "NP_001381399.1",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 2042,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": 2619,
          "cdna_end": null,
          "cdna_length": 4153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394470.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2021A>T",
          "hgvs_p": "p.Gln674Leu",
          "transcript": "NM_001365827.2",
          "protein_id": "NP_001352756.1",
          "transcript_support_level": null,
          "aa_start": 674,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 2021,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": 2252,
          "cdna_end": null,
          "cdna_length": 3786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365827.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.1388A>T",
          "hgvs_p": "p.Gln463Leu",
          "transcript": "ENST00000530351.5",
          "protein_id": "ENSP00000488994.1",
          "transcript_support_level": 2,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 1388,
          "cdna_end": null,
          "cdna_length": 2425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000530351.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.722A>T",
          "hgvs_p": "p.Gln241Leu",
          "transcript": "NM_001365835.2",
          "protein_id": "NP_001352764.1",
          "transcript_support_level": null,
          "aa_start": 241,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 722,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 777,
          "cdna_end": null,
          "cdna_length": 2311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365835.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.563A>T",
          "hgvs_p": "p.Gln188Leu",
          "transcript": "NM_001365828.2",
          "protein_id": "NP_001352757.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 2461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365828.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.563A>T",
          "hgvs_p": "p.Gln188Leu",
          "transcript": "NM_001365829.2",
          "protein_id": "NP_001352758.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 781,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365829.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.563A>T",
          "hgvs_p": "p.Gln188Leu",
          "transcript": "NM_001365830.2",
          "protein_id": "NP_001352759.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 975,
          "cdna_end": null,
          "cdna_length": 2509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365830.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.563A>T",
          "hgvs_p": "p.Gln188Leu",
          "transcript": "NM_206929.4",
          "protein_id": "NP_996812.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 829,
          "cdna_end": null,
          "cdna_length": 2363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206929.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.563A>T",
          "hgvs_p": "p.Gln188Leu",
          "transcript": "ENST00000529581.5",
          "protein_id": "ENSP00000435855.1",
          "transcript_support_level": 2,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 873,
          "cdna_end": null,
          "cdna_length": 1910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529581.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.530A>T",
          "hgvs_p": "p.Gln177Leu",
          "transcript": "NM_001365833.2",
          "protein_id": "NP_001352762.1",
          "transcript_support_level": null,
          "aa_start": 177,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 530,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 686,
          "cdna_end": null,
          "cdna_length": 2220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365833.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.530A>T",
          "hgvs_p": "p.Gln177Leu",
          "transcript": "NM_206930.4",
          "protein_id": "NP_996813.1",
          "transcript_support_level": null,
          "aa_start": 177,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 530,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 832,
          "cdna_end": null,
          "cdna_length": 2366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206930.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.530A>T",
          "hgvs_p": "p.Gln177Leu",
          "transcript": "ENST00000389958.7",
          "protein_id": "ENSP00000374608.3",
          "transcript_support_level": 2,
          "aa_start": 177,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 530,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 906,
          "cdna_end": null,
          "cdna_length": 1943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389958.7"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.443A>T",
          "hgvs_p": "p.Gln148Leu",
          "transcript": "NM_001162952.3",
          "protein_id": "NP_001156424.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 855,
          "cdna_end": null,
          "cdna_length": 2389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001162952.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.443A>T",
          "hgvs_p": "p.Gln148Leu",
          "transcript": "NM_001289610.2",
          "protein_id": "NP_001276539.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 709,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289610.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.443A>T",
          "hgvs_p": "p.Gln148Leu",
          "transcript": "ENST00000533892.5",
          "protein_id": "ENSP00000432144.1",
          "transcript_support_level": 2,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 713,
          "cdna_end": null,
          "cdna_length": 1441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533892.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.410A>T",
          "hgvs_p": "p.Gln137Leu",
          "transcript": "NM_001365831.2",
          "protein_id": "NP_001352760.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 410,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 712,
          "cdna_end": null,
          "cdna_length": 2246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365831.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.200A>T",
          "hgvs_p": "p.Gln67Leu",
          "transcript": "NM_001289609.2",
          "protein_id": "NP_001276538.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 200,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": 968,
          "cdna_end": null,
          "cdna_length": 2502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289609.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.443A>T",
          "hgvs_p": "p.Gln148Leu",
          "transcript": "ENST00000527794.5",
          "protein_id": "ENSP00000437005.1",
          "transcript_support_level": 3,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": 443,
          "cds_end": null,
          "cds_length": 480,
          "cdna_start": 646,
          "cdna_end": null,
          "cdna_length": 683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000527794.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.335A>T",
          "hgvs_p": "p.Gln112Leu",
          "transcript": "ENST00000533057.6",
          "protein_id": "ENSP00000436164.1",
          "transcript_support_level": 2,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 123,
          "cds_start": 335,
          "cds_end": null,
          "cds_length": 372,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533057.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6068A>T",
          "hgvs_p": "p.Gln2023Leu",
          "transcript": "XM_017017934.2",
          "protein_id": "XP_016873423.1",
          "transcript_support_level": null,
          "aa_start": 2023,
          "aa_end": null,
          "aa_length": 2211,
          "cds_start": 6068,
          "cds_end": null,
          "cds_length": 6636,
          "cdna_start": 6645,
          "cdna_end": null,
          "cdna_length": 8179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017934.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6032A>T",
          "hgvs_p": "p.Gln2011Leu",
          "transcript": "XM_047427153.1",
          "protein_id": "XP_047283109.1",
          "transcript_support_level": null,
          "aa_start": 2011,
          "aa_end": null,
          "aa_length": 2199,
          "cds_start": 6032,
          "cds_end": null,
          "cds_length": 6600,
          "cdna_start": 6609,
          "cdna_end": null,
          "cdna_length": 8143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427153.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.6029A>T",
          "hgvs_p": "p.Gln2010Leu",
          "transcript": "XM_047427155.1",
          "protein_id": "XP_047283111.1",
          "transcript_support_level": null,
          "aa_start": 2010,
          "aa_end": null,
          "aa_length": 2198,
          "cds_start": 6029,
          "cds_end": null,
          "cds_length": 6597,
          "cdna_start": 6606,
          "cdna_end": null,
          "cdna_length": 8140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427155.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.5981A>T",
          "hgvs_p": "p.Gln1994Leu",
          "transcript": "XM_047427156.1",
          "protein_id": "XP_047283112.1",
          "transcript_support_level": null,
          "aa_start": 1994,
          "aa_end": null,
          "aa_length": 2182,
          "cds_start": 5981,
          "cds_end": null,
          "cds_length": 6549,
          "cdna_start": 6558,
          "cdna_end": null,
          "cdna_length": 8092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427156.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.5960A>T",
          "hgvs_p": "p.Gln1987Leu",
          "transcript": "XM_047427158.1",
          "protein_id": "XP_047283114.1",
          "transcript_support_level": null,
          "aa_start": 1987,
          "aa_end": null,
          "aa_length": 2175,
          "cds_start": 5960,
          "cds_end": null,
          "cds_length": 6528,
          "cdna_start": 6191,
          "cdna_end": null,
          "cdna_length": 7725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427158.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2159A>T",
          "hgvs_p": "p.Gln720Leu",
          "transcript": "XM_047427161.1",
          "protein_id": "XP_047283117.1",
          "transcript_support_level": null,
          "aa_start": 720,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": 2159,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": 2736,
          "cdna_end": null,
          "cdna_length": 4270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427161.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2144A>T",
          "hgvs_p": "p.Gln715Leu",
          "transcript": "XM_047427162.1",
          "protein_id": "XP_047283118.1",
          "transcript_support_level": null,
          "aa_start": 715,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 2144,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": 2375,
          "cdna_end": null,
          "cdna_length": 3909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427162.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2120A>T",
          "hgvs_p": "p.Gln707Leu",
          "transcript": "XM_047427163.1",
          "protein_id": "XP_047283119.1",
          "transcript_support_level": null,
          "aa_start": 707,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2120,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 2697,
          "cdna_end": null,
          "cdna_length": 4231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427163.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2117A>T",
          "hgvs_p": "p.Gln706Leu",
          "transcript": "XM_047427164.1",
          "protein_id": "XP_047283120.1",
          "transcript_support_level": null,
          "aa_start": 706,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 2117,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": 2694,
          "cdna_end": null,
          "cdna_length": 4228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427164.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2096A>T",
          "hgvs_p": "p.Gln699Leu",
          "transcript": "XM_047427166.1",
          "protein_id": "XP_047283122.1",
          "transcript_support_level": null,
          "aa_start": 699,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2096,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 2327,
          "cdna_end": null,
          "cdna_length": 3861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427166.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2087A>T",
          "hgvs_p": "p.Gln696Leu",
          "transcript": "XM_047427167.1",
          "protein_id": "XP_047283123.1",
          "transcript_support_level": null,
          "aa_start": 696,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 2087,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 2664,
          "cdna_end": null,
          "cdna_length": 4198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427167.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2084A>T",
          "hgvs_p": "p.Gln695Leu",
          "transcript": "XM_047427168.1",
          "protein_id": "XP_047283124.1",
          "transcript_support_level": null,
          "aa_start": 695,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 2084,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": 2661,
          "cdna_end": null,
          "cdna_length": 4195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427168.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.2039A>T",
          "hgvs_p": "p.Gln680Leu",
          "transcript": "XM_047427171.1",
          "protein_id": "XP_047283127.1",
          "transcript_support_level": null,
          "aa_start": 680,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 2039,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 2616,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427171.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.770A>T",
          "hgvs_p": "p.Gln257Leu",
          "transcript": "XM_017017939.2",
          "protein_id": "XP_016873428.1",
          "transcript_support_level": null,
          "aa_start": 257,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 770,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017939.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.530A>T",
          "hgvs_p": "p.Gln177Leu",
          "transcript": "XM_047427176.1",
          "protein_id": "XP_047283132.1",
          "transcript_support_level": null,
          "aa_start": 177,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 530,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 682,
          "cdna_end": null,
          "cdna_length": 2216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427176.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "L",
          "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.410A>T",
          "hgvs_p": "p.Gln137Leu",
          "transcript": "XM_011545116.3",
          "protein_id": "XP_011543418.1",
          "transcript_support_level": null,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 410,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 2100,
          "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-4302A>T",
          "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": 7651,
          "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+2534A>T",
          "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": 4225,
          "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+2534A>T",
          "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": 3687,
          "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+2534A>T",
          "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": 4209,
          "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+2534A>T",
          "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": 3685,
          "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+2534A>T",
          "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": 4019,
          "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+2534A>T",
          "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": 4086,
          "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+2534A>T",
          "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": 4417,
          "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+2534A>T",
          "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": 3541,
          "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+2534A>T",
          "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": 2195,
          "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+2534A>T",
          "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": 2075,
          "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+2534A>T",
          "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": 8092,
          "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+2534A>T",
          "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": 4228,
          "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+2534A>T",
          "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": 4180,
          "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+2534A>T",
          "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": 4177,
          "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+2534A>T",
          "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": 4108,
          "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+2534A>T",
          "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": 4099,
          "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+2534A>T",
          "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": 4096,
          "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+2534A>T",
          "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": 4027,
          "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.*858A>T",
          "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": 4931,
          "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.361A>T",
          "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": 783,
          "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.*858A>T",
          "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": 4931,
          "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.*97A>T",
          "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": 711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529534.5"
        }
      ],
      "gene_symbol": "SYTL2",
      "gene_hgnc_id": 15585,
      "dbsnp": "rs527932341",
      "frequency_reference_population": 0.0000043374484,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 7,
      "gnomad_exomes_af": 0.00000410524,
      "gnomad_genomes_af": 0.00000656573,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1654878854751587,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.151,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1643,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.052,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_206927.4",
          "gene_symbol": "SYTL2",
          "hgnc_id": 15585,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.6152A>T",
          "hgvs_p": "p.Gln2051Leu"
        }
      ],
      "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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.