← 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-85725457-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 85725457,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000359152.10",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "NM_206927.4",
          "protein_id": "NP_996810.2",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 8263,
          "mane_select": "ENST00000359152.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "ENST00000359152.10",
          "protein_id": "ENSP00000352065.7",
          "transcript_support_level": 1,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": 4478,
          "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": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "n.2572A>C",
          "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": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3898A>C",
          "hgvs_p": "p.Met1300Leu",
          "transcript": "NM_001394447.1",
          "protein_id": "NP_001381376.1",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 2238,
          "cds_start": 3898,
          "cds_end": null,
          "cds_length": 6717,
          "cdna_start": 4475,
          "cdna_end": null,
          "cdna_length": 8260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "NM_001394448.1",
          "protein_id": "NP_001381377.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 8215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "NM_001394449.1",
          "protein_id": "NP_001381378.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": 4578,
          "cdna_end": null,
          "cdna_length": 8315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "ENST00000634661.1",
          "protein_id": "ENSP00000489269.1",
          "transcript_support_level": 5,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2223,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6672,
          "cdna_start": 3901,
          "cdna_end": null,
          "cdna_length": 6672,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3898A>C",
          "hgvs_p": "p.Met1300Leu",
          "transcript": "NM_206928.4",
          "protein_id": "NP_996811.2",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 2222,
          "cds_start": 3898,
          "cds_end": null,
          "cds_length": 6669,
          "cdna_start": 4475,
          "cdna_end": null,
          "cdna_length": 8212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3820A>C",
          "hgvs_p": "p.Met1274Leu",
          "transcript": "NM_001394473.1",
          "protein_id": "NP_001381402.1",
          "transcript_support_level": null,
          "aa_start": 1274,
          "aa_end": null,
          "aa_length": 2212,
          "cds_start": 3820,
          "cds_end": null,
          "cds_length": 6639,
          "cdna_start": 4397,
          "cdna_end": null,
          "cdna_length": 8182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3820A>C",
          "hgvs_p": "p.Met1274Leu",
          "transcript": "NM_001394450.1",
          "protein_id": "NP_001381379.1",
          "transcript_support_level": null,
          "aa_start": 1274,
          "aa_end": null,
          "aa_length": 2196,
          "cds_start": 3820,
          "cds_end": null,
          "cds_length": 6591,
          "cdna_start": 4397,
          "cdna_end": null,
          "cdna_length": 8134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3817A>C",
          "hgvs_p": "p.Met1273Leu",
          "transcript": "NM_001394451.1",
          "protein_id": "NP_001381380.1",
          "transcript_support_level": null,
          "aa_start": 1273,
          "aa_end": null,
          "aa_length": 2195,
          "cds_start": 3817,
          "cds_end": null,
          "cds_length": 6588,
          "cdna_start": 4394,
          "cdna_end": null,
          "cdna_length": 8131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "NM_001394452.1",
          "protein_id": "NP_001381381.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2035,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6108,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 7651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3817A>C",
          "hgvs_p": "p.Met1273Leu",
          "transcript": "XM_017017934.2",
          "protein_id": "XP_016873423.1",
          "transcript_support_level": null,
          "aa_start": 1273,
          "aa_end": null,
          "aa_length": 2211,
          "cds_start": 3817,
          "cds_end": null,
          "cds_length": 6636,
          "cdna_start": 4394,
          "cdna_end": null,
          "cdna_length": 8179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "XM_047427153.1",
          "protein_id": "XP_047283109.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2199,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6600,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 8143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3898A>C",
          "hgvs_p": "p.Met1300Leu",
          "transcript": "XM_047427155.1",
          "protein_id": "XP_047283111.1",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 2198,
          "cds_start": 3898,
          "cds_end": null,
          "cds_length": 6597,
          "cdna_start": 4475,
          "cdna_end": null,
          "cdna_length": 8140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3898A>C",
          "hgvs_p": "p.Met1300Leu",
          "transcript": "XM_047427156.1",
          "protein_id": "XP_047283112.1",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 2182,
          "cds_start": 3898,
          "cds_end": null,
          "cds_length": 6549,
          "cdna_start": 4475,
          "cdna_end": null,
          "cdna_length": 8092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "XM_047427157.1",
          "protein_id": "XP_047283113.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 2182,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 6549,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 8092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3757A>C",
          "hgvs_p": "p.Met1253Leu",
          "transcript": "XM_047427158.1",
          "protein_id": "XP_047283114.1",
          "transcript_support_level": null,
          "aa_start": 1253,
          "aa_end": null,
          "aa_length": 2175,
          "cds_start": 3757,
          "cds_end": null,
          "cds_length": 6528,
          "cdna_start": 3988,
          "cdna_end": null,
          "cdna_length": 7725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "XM_047427159.1",
          "protein_id": "XP_047283115.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 6194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu",
          "transcript": "XM_047427160.1",
          "protein_id": "XP_047283116.1",
          "transcript_support_level": null,
          "aa_start": 1301,
          "aa_end": null,
          "aa_length": 1828,
          "cds_start": 3901,
          "cds_end": null,
          "cds_length": 5487,
          "cdna_start": 4478,
          "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": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "n.1012A>C",
          "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": 21,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 9,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1378+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1378+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1315+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1315+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1315+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1310-4498A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1378+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1237+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1315+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 9,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1318+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1318+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1378+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1459+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1462+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1378+2439A>C",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "SYTL2",
          "gene_hgnc_id": 15585,
          "hgvs_c": "c.1381+2439A>C",
          "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
        }
      ],
      "gene_symbol": "SYTL2",
      "gene_hgnc_id": 15585,
      "dbsnp": "rs580459",
      "frequency_reference_population": 6.8409094e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84091e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0418524444103241,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.014,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2026,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.77,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.78,
      "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": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3901A>C",
          "hgvs_p": "p.Met1301Leu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}