← 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-85712157-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 85712157,
      "ref": "G",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "ENST00000359152.10",
      "consequences": [
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5626-925C>G",
          "hgvs_p": null,
          "transcript": "NM_206927.4",
          "protein_id": "NP_996810.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8263,
          "mane_select": "ENST00000359152.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5626-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000359152.10",
          "protein_id": "ENSP00000352065.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8263,
          "mane_select": "NM_206927.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1711-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000528231.5",
          "protein_id": "ENSP00000431701.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3536,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1758+2256C>G",
          "hgvs_p": null,
          "transcript": "ENST00000389960.8",
          "protein_id": "ENSP00000374610.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000525702.5",
          "protein_id": "ENSP00000432996.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "n.4249-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000525423.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "n.36+2256C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5623-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394447.1",
          "protein_id": "NP_001381376.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2238,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6717,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5578-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394448.1",
          "protein_id": "NP_001381377.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5578-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394449.1",
          "protein_id": "NP_001381378.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5578-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000634661.1",
          "protein_id": "ENSP00000489269.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6672,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5575-925C>G",
          "hgvs_p": null,
          "transcript": "NM_206928.4",
          "protein_id": "NP_996811.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2222,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5545-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394473.1",
          "protein_id": "NP_001381402.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2212,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5497-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394450.1",
          "protein_id": "NP_001381379.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5494-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394451.1",
          "protein_id": "NP_001381380.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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.5577+2256C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 6108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 21,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1762-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394453.1",
          "protein_id": "NP_001381382.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1762-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394454.1",
          "protein_id": "NP_001381383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 951,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1759-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394455.1",
          "protein_id": "NP_001381384.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1759-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394456.1",
          "protein_id": "NP_001381385.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 950,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2853,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1714-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001162953.4",
          "protein_id": "NP_001156425.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1714-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000316356.8",
          "protein_id": "ENSP00000318803.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1711-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001162951.4",
          "protein_id": "NP_001156423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1711-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394457.1",
          "protein_id": "NP_001381386.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1711-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394458.1",
          "protein_id": "NP_001381387.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1711-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394459.1",
          "protein_id": "NP_001381388.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1681-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394460.1",
          "protein_id": "NP_001381389.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1678-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394461.1",
          "protein_id": "NP_001381390.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1761+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001365826.2",
          "protein_id": "NP_001352755.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 911,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2736,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1758+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_032943.5",
          "protein_id": "NP_116561.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1758+2256C>G",
          "hgvs_p": null,
          "transcript": "ENST00000524452.5",
          "protein_id": "ENSP00000435238.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1633-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394462.1",
          "protein_id": "NP_001381391.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1630-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394464.1",
          "protein_id": "NP_001381393.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1615-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001289608.2",
          "protein_id": "NP_001276537.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1615-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000527523.5",
          "protein_id": "ENSP00000434010.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1759-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1567-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394466.1",
          "protein_id": "NP_001381395.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 886,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2661,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1561-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394467.1",
          "protein_id": "NP_001381396.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1677+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001394468.1",
          "protein_id": "NP_001381397.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1537-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001394469.1",
          "protein_id": "NP_001381398.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1758+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001394470.1",
          "protein_id": "NP_001381399.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1614+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001365827.2",
          "protein_id": "NP_001352756.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1633-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1633-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.981+2256C>G",
          "hgvs_p": null,
          "transcript": "ENST00000530351.5",
          "protein_id": "ENSP00000488994.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.196-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001365835.2",
          "protein_id": "NP_001352764.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001365828.2",
          "protein_id": "NP_001352757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001365829.2",
          "protein_id": "NP_001352758.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001365830.2",
          "protein_id": "NP_001352759.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "NM_206929.4",
          "protein_id": "NP_996812.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000529581.5",
          "protein_id": "ENSP00000435855.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-925C>G",
          "hgvs_p": null,
          "transcript": "NM_001365833.2",
          "protein_id": "NP_001352762.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-925C>G",
          "hgvs_p": null,
          "transcript": "NM_206930.4",
          "protein_id": "NP_996813.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000389958.7",
          "protein_id": "ENSP00000374608.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.36+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001162952.3",
          "protein_id": "NP_001156424.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.36+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001289610.2",
          "protein_id": "NP_001276539.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.36+2256C>G",
          "hgvs_p": null,
          "transcript": "ENST00000533892.5",
          "protein_id": "ENSP00000432144.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-2657C>G",
          "hgvs_p": null,
          "transcript": "NM_001365831.2",
          "protein_id": "NP_001352760.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-2657C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 807,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.-321+2256C>G",
          "hgvs_p": null,
          "transcript": "NM_001289609.2",
          "protein_id": "NP_001276538.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.36+2256C>G",
          "hgvs_p": null,
          "transcript": "ENST00000527794.5",
          "protein_id": "ENSP00000437005.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.51+2256C>G",
          "hgvs_p": null,
          "transcript": "ENST00000533057.6",
          "protein_id": "ENSP00000436164.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 123,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000526999.5",
          "protein_id": "ENSP00000434111.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 310,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000532221.5",
          "protein_id": "ENSP00000431703.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 68,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 209,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.37-925C>G",
          "hgvs_p": null,
          "transcript": "ENST00000524911.5",
          "protein_id": "ENSP00000432116.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 62,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 190,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "n.*332-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5542-925C>G",
          "hgvs_p": null,
          "transcript": "XM_017017934.2",
          "protein_id": "XP_016873423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2211,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5625+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427153.1",
          "protein_id": "XP_047283109.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2199,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6600,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5622+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427155.1",
          "protein_id": "XP_047283111.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2198,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6597,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5574+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427156.1",
          "protein_id": "XP_047283112.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2182,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6549,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5626-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 6549,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5434-925C>G",
          "hgvs_p": null,
          "transcript": "XM_047427158.1",
          "protein_id": "XP_047283114.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2175,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5483-2657C>G",
          "hgvs_p": null,
          "transcript": "XM_047427159.1",
          "protein_id": "XP_047283115.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.5483-925C>G",
          "hgvs_p": null,
          "transcript": "XM_047427160.1",
          "protein_id": "XP_047283116.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1828,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1633-925C>G",
          "hgvs_p": null,
          "transcript": "XM_047427161.1",
          "protein_id": "XP_047283117.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1618-925C>G",
          "hgvs_p": null,
          "transcript": "XM_047427162.1",
          "protein_id": "XP_047283118.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1713+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427163.1",
          "protein_id": "XP_047283119.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1710+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427164.1",
          "protein_id": "XP_047283120.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1762-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1570-925C>G",
          "hgvs_p": null,
          "transcript": "XM_047427166.1",
          "protein_id": "XP_047283122.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1680+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427167.1",
          "protein_id": "XP_047283123.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1677+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427168.1",
          "protein_id": "XP_047283124.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1714-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1711-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1632+2256C>G",
          "hgvs_p": null,
          "transcript": "XM_047427171.1",
          "protein_id": "XP_047283127.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1761+2256C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1633-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1630-925C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1680+2256C>G",
          "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": -4,
          "cds_end": null,
          "cds_length": 2484,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4027,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 12,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.244-925C>G",
          "hgvs_p": null,
          "transcript": "XM_017017939.2",
          "protein_id": "XP_016873428.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-925C>G",
          "hgvs_p": null,
          "transcript": "XM_047427176.1",
          "protein_id": "XP_047283132.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.4-2657C>G",
          "hgvs_p": null,
          "transcript": "XM_011545116.3",
          "protein_id": "XP_011543418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2100,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SYTL2",
      "gene_hgnc_id": 15585,
      "dbsnp": "rs290202",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5699999928474426,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.57,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.904,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000359152.10",
          "gene_symbol": "SYTL2",
          "hgnc_id": 15585,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.5626-925C>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}