← 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: 12-2679713-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 2679713,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000347598.9",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_000719.7",
          "protein_id": "NP_000710.5",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": "ENST00000399655.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001167623.2",
          "protein_id": "NP_001161095.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": "ENST00000399603.6",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399603.6",
          "protein_id": "ENSP00000382512.1",
          "transcript_support_level": 5,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": "NM_001167623.2",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399655.6",
          "protein_id": "ENSP00000382563.1",
          "transcript_support_level": 1,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": "NM_000719.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5595G>A",
          "hgvs_p": "p.Thr1865Thr",
          "transcript": "ENST00000682544.1",
          "protein_id": "ENSP00000507184.1",
          "transcript_support_level": null,
          "aa_start": 1865,
          "aa_end": null,
          "aa_length": 2251,
          "cds_start": 5595,
          "cds_end": null,
          "cds_length": 6756,
          "cdna_start": 5886,
          "cdna_end": null,
          "cdna_length": 7047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000406454.8",
          "protein_id": "ENSP00000385896.3",
          "transcript_support_level": 5,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2209,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6630,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 8166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5328G>A",
          "hgvs_p": "p.Thr1776Thr",
          "transcript": "ENST00000399634.6",
          "protein_id": "ENSP00000382542.2",
          "transcript_support_level": 5,
          "aa_start": 1776,
          "aa_end": null,
          "aa_length": 2198,
          "cds_start": 5328,
          "cds_end": null,
          "cds_length": 6597,
          "cdna_start": 5904,
          "cdna_end": null,
          "cdna_length": 8133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5526G>A",
          "hgvs_p": "p.Thr1842Thr",
          "transcript": "ENST00000683824.1",
          "protein_id": "ENSP00000507867.1",
          "transcript_support_level": null,
          "aa_start": 1842,
          "aa_end": null,
          "aa_length": 2193,
          "cds_start": 5526,
          "cds_end": null,
          "cds_length": 6582,
          "cdna_start": 5526,
          "cdna_end": null,
          "cdna_length": 6582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5505G>A",
          "hgvs_p": "p.Thr1835Thr",
          "transcript": "ENST00000347598.9",
          "protein_id": "ENSP00000266376.6",
          "transcript_support_level": 1,
          "aa_start": 1835,
          "aa_end": null,
          "aa_length": 2186,
          "cds_start": 5505,
          "cds_end": null,
          "cds_length": 6561,
          "cdna_start": 6081,
          "cdna_end": null,
          "cdna_length": 13888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5484G>A",
          "hgvs_p": "p.Thr1828Thr",
          "transcript": "ENST00000344100.7",
          "protein_id": "ENSP00000341092.3",
          "transcript_support_level": 1,
          "aa_start": 1828,
          "aa_end": null,
          "aa_length": 2179,
          "cds_start": 5484,
          "cds_end": null,
          "cds_length": 6540,
          "cdna_start": 5484,
          "cdna_end": null,
          "cdna_length": 6634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000327702.12",
          "protein_id": "ENSP00000329877.7",
          "transcript_support_level": 1,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2173,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6522,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399617.6",
          "protein_id": "ENSP00000382526.1",
          "transcript_support_level": 5,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2173,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6522,
          "cdna_start": 5598,
          "cdna_end": null,
          "cdna_length": 7719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "ENST00000682462.1",
          "protein_id": "ENSP00000507105.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5639,
          "cdna_end": null,
          "cdna_length": 7059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "ENST00000683781.1",
          "protein_id": "ENSP00000507434.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5639,
          "cdna_end": null,
          "cdna_length": 6750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "ENST00000683840.1",
          "protein_id": "ENSP00000507612.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5467,
          "cdna_end": null,
          "cdna_length": 6553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "ENST00000683956.1",
          "protein_id": "ENSP00000506882.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5467,
          "cdna_end": null,
          "cdna_length": 6553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5445G>A",
          "hgvs_p": "p.Thr1815Thr",
          "transcript": "ENST00000399638.5",
          "protein_id": "ENSP00000382547.1",
          "transcript_support_level": 1,
          "aa_start": 1815,
          "aa_end": null,
          "aa_length": 2166,
          "cds_start": 5445,
          "cds_end": null,
          "cds_length": 6501,
          "cdna_start": 5445,
          "cdna_end": null,
          "cdna_length": 6595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5436G>A",
          "hgvs_p": "p.Thr1812Thr",
          "transcript": "ENST00000335762.10",
          "protein_id": "ENSP00000336982.5",
          "transcript_support_level": 5,
          "aa_start": 1812,
          "aa_end": null,
          "aa_length": 2163,
          "cds_start": 5436,
          "cds_end": null,
          "cds_length": 6492,
          "cdna_start": 5991,
          "cdna_end": null,
          "cdna_length": 7411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5421G>A",
          "hgvs_p": "p.Thr1807Thr",
          "transcript": "ENST00000399606.5",
          "protein_id": "ENSP00000382515.1",
          "transcript_support_level": 1,
          "aa_start": 1807,
          "aa_end": null,
          "aa_length": 2158,
          "cds_start": 5421,
          "cds_end": null,
          "cds_length": 6477,
          "cdna_start": 5421,
          "cdna_end": null,
          "cdna_length": 6571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5418G>A",
          "hgvs_p": "p.Thr1806Thr",
          "transcript": "ENST00000399621.5",
          "protein_id": "ENSP00000382530.1",
          "transcript_support_level": 1,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 2157,
          "cds_start": 5418,
          "cds_end": null,
          "cds_length": 6474,
          "cdna_start": 5418,
          "cdna_end": null,
          "cdna_length": 6568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5418G>A",
          "hgvs_p": "p.Thr1806Thr",
          "transcript": "ENST00000399637.5",
          "protein_id": "ENSP00000382546.1",
          "transcript_support_level": 1,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 2157,
          "cds_start": 5418,
          "cds_end": null,
          "cds_length": 6474,
          "cdna_start": 5418,
          "cdna_end": null,
          "cdna_length": 6568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5418G>A",
          "hgvs_p": "p.Thr1806Thr",
          "transcript": "ENST00000402845.7",
          "protein_id": "ENSP00000385724.3",
          "transcript_support_level": 1,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 2157,
          "cds_start": 5418,
          "cds_end": null,
          "cds_length": 6474,
          "cdna_start": 5418,
          "cdna_end": null,
          "cdna_length": 6568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5412G>A",
          "hgvs_p": "p.Thr1804Thr",
          "transcript": "ENST00000399629.5",
          "protein_id": "ENSP00000382537.1",
          "transcript_support_level": 1,
          "aa_start": 1804,
          "aa_end": null,
          "aa_length": 2155,
          "cds_start": 5412,
          "cds_end": null,
          "cds_length": 6468,
          "cdna_start": 5412,
          "cdna_end": null,
          "cdna_length": 6562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5403G>A",
          "hgvs_p": "p.Thr1801Thr",
          "transcript": "ENST00000682336.1",
          "protein_id": "ENSP00000507898.1",
          "transcript_support_level": null,
          "aa_start": 1801,
          "aa_end": null,
          "aa_length": 2152,
          "cds_start": 5403,
          "cds_end": null,
          "cds_length": 6459,
          "cdna_start": 5403,
          "cdna_end": null,
          "cdna_length": 6459,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5385G>A",
          "hgvs_p": "p.Thr1795Thr",
          "transcript": "ENST00000399591.5",
          "protein_id": "ENSP00000382500.1",
          "transcript_support_level": 1,
          "aa_start": 1795,
          "aa_end": null,
          "aa_length": 2146,
          "cds_start": 5385,
          "cds_end": null,
          "cds_length": 6441,
          "cdna_start": 5385,
          "cdna_end": null,
          "cdna_length": 6535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5385G>A",
          "hgvs_p": "p.Thr1795Thr",
          "transcript": "ENST00000399595.5",
          "protein_id": "ENSP00000382504.1",
          "transcript_support_level": 1,
          "aa_start": 1795,
          "aa_end": null,
          "aa_length": 2146,
          "cds_start": 5385,
          "cds_end": null,
          "cds_length": 6441,
          "cdna_start": 5385,
          "cdna_end": null,
          "cdna_length": 6535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5379G>A",
          "hgvs_p": "p.Thr1793Thr",
          "transcript": "ENST00000399649.5",
          "protein_id": "ENSP00000382557.1",
          "transcript_support_level": 1,
          "aa_start": 1793,
          "aa_end": null,
          "aa_length": 2144,
          "cds_start": 5379,
          "cds_end": null,
          "cds_length": 6435,
          "cdna_start": 5379,
          "cdna_end": null,
          "cdna_length": 6529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399597.5",
          "protein_id": "ENSP00000382506.1",
          "transcript_support_level": 1,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5361,
          "cdna_end": null,
          "cdna_length": 6511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399601.5",
          "protein_id": "ENSP00000382510.1",
          "transcript_support_level": 1,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5361,
          "cdna_end": null,
          "cdna_length": 6511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399641.6",
          "protein_id": "ENSP00000382549.1",
          "transcript_support_level": 1,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000399644.5",
          "protein_id": "ENSP00000382552.1",
          "transcript_support_level": 1,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5361,
          "cdna_end": null,
          "cdna_length": 6511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "ENST00000682835.1",
          "protein_id": "ENSP00000507282.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5908,
          "cdna_end": null,
          "cdna_length": 8541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5352G>A",
          "hgvs_p": "p.Thr1784Thr",
          "transcript": "ENST00000683482.1",
          "protein_id": "ENSP00000507169.1",
          "transcript_support_level": null,
          "aa_start": 1784,
          "aa_end": null,
          "aa_length": 2135,
          "cds_start": 5352,
          "cds_end": null,
          "cds_length": 6408,
          "cdna_start": 5480,
          "cdna_end": null,
          "cdna_length": 6889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5328G>A",
          "hgvs_p": "p.Thr1776Thr",
          "transcript": "ENST00000682686.1",
          "protein_id": "ENSP00000507309.1",
          "transcript_support_level": null,
          "aa_start": 1776,
          "aa_end": null,
          "aa_length": 2127,
          "cds_start": 5328,
          "cds_end": null,
          "cds_length": 6384,
          "cdna_start": 5328,
          "cdna_end": null,
          "cdna_length": 6478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5505G>A",
          "hgvs_p": "p.Thr1835Thr",
          "transcript": "NM_199460.4",
          "protein_id": "NP_955630.3",
          "transcript_support_level": null,
          "aa_start": 1835,
          "aa_end": null,
          "aa_length": 2221,
          "cds_start": 5505,
          "cds_end": null,
          "cds_length": 6666,
          "cdna_start": 6081,
          "cdna_end": null,
          "cdna_length": 13993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5328G>A",
          "hgvs_p": "p.Thr1776Thr",
          "transcript": "NM_001167625.2",
          "protein_id": "NP_001161097.1",
          "transcript_support_level": null,
          "aa_start": 1776,
          "aa_end": null,
          "aa_length": 2198,
          "cds_start": 5328,
          "cds_end": null,
          "cds_length": 6597,
          "cdna_start": 5904,
          "cdna_end": null,
          "cdna_length": 13924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5505G>A",
          "hgvs_p": "p.Thr1835Thr",
          "transcript": "NM_001129827.2",
          "protein_id": "NP_001123299.1",
          "transcript_support_level": null,
          "aa_start": 1835,
          "aa_end": null,
          "aa_length": 2186,
          "cds_start": 5505,
          "cds_end": null,
          "cds_length": 6561,
          "cdna_start": 6081,
          "cdna_end": null,
          "cdna_length": 13888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5484G>A",
          "hgvs_p": "p.Thr1828Thr",
          "transcript": "NM_001129829.2",
          "protein_id": "NP_001123301.1",
          "transcript_support_level": null,
          "aa_start": 1828,
          "aa_end": null,
          "aa_length": 2179,
          "cds_start": 5484,
          "cds_end": null,
          "cds_length": 6540,
          "cdna_start": 6060,
          "cdna_end": null,
          "cdna_length": 13867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001129830.3",
          "protein_id": "NP_001123302.2",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2173,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6522,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001167624.3",
          "protein_id": "NP_001161096.2",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2173,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6522,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5445G>A",
          "hgvs_p": "p.Thr1815Thr",
          "transcript": "NM_001129831.2",
          "protein_id": "NP_001123303.1",
          "transcript_support_level": null,
          "aa_start": 1815,
          "aa_end": null,
          "aa_length": 2166,
          "cds_start": 5445,
          "cds_end": null,
          "cds_length": 6501,
          "cdna_start": 6021,
          "cdna_end": null,
          "cdna_length": 13828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5421G>A",
          "hgvs_p": "p.Thr1807Thr",
          "transcript": "NM_001129832.2",
          "protein_id": "NP_001123304.1",
          "transcript_support_level": null,
          "aa_start": 1807,
          "aa_end": null,
          "aa_length": 2158,
          "cds_start": 5421,
          "cds_end": null,
          "cds_length": 6477,
          "cdna_start": 5997,
          "cdna_end": null,
          "cdna_length": 13804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5418G>A",
          "hgvs_p": "p.Thr1806Thr",
          "transcript": "NM_001129833.2",
          "protein_id": "NP_001123305.1",
          "transcript_support_level": null,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 2157,
          "cds_start": 5418,
          "cds_end": null,
          "cds_length": 6474,
          "cdna_start": 5994,
          "cdna_end": null,
          "cdna_length": 13801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5418G>A",
          "hgvs_p": "p.Thr1806Thr",
          "transcript": "NM_001129834.2",
          "protein_id": "NP_001123306.1",
          "transcript_support_level": null,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 2157,
          "cds_start": 5418,
          "cds_end": null,
          "cds_length": 6474,
          "cdna_start": 5994,
          "cdna_end": null,
          "cdna_length": 13801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5418G>A",
          "hgvs_p": "p.Thr1806Thr",
          "transcript": "NM_001129835.2",
          "protein_id": "NP_001123307.1",
          "transcript_support_level": null,
          "aa_start": 1806,
          "aa_end": null,
          "aa_length": 2157,
          "cds_start": 5418,
          "cds_end": null,
          "cds_length": 6474,
          "cdna_start": 5994,
          "cdna_end": null,
          "cdna_length": 13801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5412G>A",
          "hgvs_p": "p.Thr1804Thr",
          "transcript": "NM_001129836.2",
          "protein_id": "NP_001123308.1",
          "transcript_support_level": null,
          "aa_start": 1804,
          "aa_end": null,
          "aa_length": 2155,
          "cds_start": 5412,
          "cds_end": null,
          "cds_length": 6468,
          "cdna_start": 5988,
          "cdna_end": null,
          "cdna_length": 13795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5385G>A",
          "hgvs_p": "p.Thr1795Thr",
          "transcript": "NM_001129837.2",
          "protein_id": "NP_001123309.1",
          "transcript_support_level": null,
          "aa_start": 1795,
          "aa_end": null,
          "aa_length": 2146,
          "cds_start": 5385,
          "cds_end": null,
          "cds_length": 6441,
          "cdna_start": 5961,
          "cdna_end": null,
          "cdna_length": 13768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5385G>A",
          "hgvs_p": "p.Thr1795Thr",
          "transcript": "NM_001129838.2",
          "protein_id": "NP_001123310.1",
          "transcript_support_level": null,
          "aa_start": 1795,
          "aa_end": null,
          "aa_length": 2146,
          "cds_start": 5385,
          "cds_end": null,
          "cds_length": 6441,
          "cdna_start": 5961,
          "cdna_end": null,
          "cdna_length": 13768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5379G>A",
          "hgvs_p": "p.Thr1793Thr",
          "transcript": "NM_001129839.2",
          "protein_id": "NP_001123311.1",
          "transcript_support_level": null,
          "aa_start": 1793,
          "aa_end": null,
          "aa_length": 2144,
          "cds_start": 5379,
          "cds_end": null,
          "cds_length": 6435,
          "cdna_start": 5955,
          "cdna_end": null,
          "cdna_length": 13762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001129840.2",
          "protein_id": "NP_001123312.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001129841.2",
          "protein_id": "NP_001123313.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001129842.2",
          "protein_id": "NP_001123314.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5361G>A",
          "hgvs_p": "p.Thr1787Thr",
          "transcript": "NM_001129843.2",
          "protein_id": "NP_001123315.1",
          "transcript_support_level": null,
          "aa_start": 1787,
          "aa_end": null,
          "aa_length": 2138,
          "cds_start": 5361,
          "cds_end": null,
          "cds_length": 6417,
          "cdna_start": 5937,
          "cdna_end": null,
          "cdna_length": 13744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5352G>A",
          "hgvs_p": "p.Thr1784Thr",
          "transcript": "NM_001129844.2",
          "protein_id": "NP_001123316.1",
          "transcript_support_level": null,
          "aa_start": 1784,
          "aa_end": null,
          "aa_length": 2135,
          "cds_start": 5352,
          "cds_end": null,
          "cds_length": 6408,
          "cdna_start": 5928,
          "cdna_end": null,
          "cdna_length": 13735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5328G>A",
          "hgvs_p": "p.Thr1776Thr",
          "transcript": "NM_001129846.2",
          "protein_id": "NP_001123318.1",
          "transcript_support_level": null,
          "aa_start": 1776,
          "aa_end": null,
          "aa_length": 2127,
          "cds_start": 5328,
          "cds_end": null,
          "cds_length": 6384,
          "cdna_start": 5904,
          "cdna_end": null,
          "cdna_length": 13711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 53,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5865G>A",
          "hgvs_p": "p.Thr1955Thr",
          "transcript": "XM_017019926.3",
          "protein_id": "XP_016875415.1",
          "transcript_support_level": null,
          "aa_start": 1955,
          "aa_end": null,
          "aa_length": 2412,
          "cds_start": 5865,
          "cds_end": null,
          "cds_length": 7239,
          "cdna_start": 6148,
          "cdna_end": null,
          "cdna_length": 14273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 52,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5865G>A",
          "hgvs_p": "p.Thr1955Thr",
          "transcript": "XM_017019927.3",
          "protein_id": "XP_016875416.1",
          "transcript_support_level": null,
          "aa_start": 1955,
          "aa_end": null,
          "aa_length": 2377,
          "cds_start": 5865,
          "cds_end": null,
          "cds_length": 7134,
          "cdna_start": 6148,
          "cdna_end": null,
          "cdna_length": 14168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 52,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5808G>A",
          "hgvs_p": "p.Thr1936Thr",
          "transcript": "XM_047429513.1",
          "protein_id": "XP_047285469.1",
          "transcript_support_level": null,
          "aa_start": 1936,
          "aa_end": null,
          "aa_length": 2358,
          "cds_start": 5808,
          "cds_end": null,
          "cds_length": 7077,
          "cdna_start": 6091,
          "cdna_end": null,
          "cdna_length": 14111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5865G>A",
          "hgvs_p": "p.Thr1955Thr",
          "transcript": "XM_017019928.3",
          "protein_id": "XP_016875417.1",
          "transcript_support_level": null,
          "aa_start": 1955,
          "aa_end": null,
          "aa_length": 2306,
          "cds_start": 5865,
          "cds_end": null,
          "cds_length": 6921,
          "cdna_start": 6148,
          "cdna_end": null,
          "cdna_length": 13955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5808G>A",
          "hgvs_p": "p.Thr1936Thr",
          "transcript": "XM_017019929.3",
          "protein_id": "XP_016875418.1",
          "transcript_support_level": null,
          "aa_start": 1936,
          "aa_end": null,
          "aa_length": 2287,
          "cds_start": 5808,
          "cds_end": null,
          "cds_length": 6864,
          "cdna_start": 6091,
          "cdna_end": null,
          "cdna_length": 13898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5808G>A",
          "hgvs_p": "p.Thr1936Thr",
          "transcript": "XM_017019930.3",
          "protein_id": "XP_016875419.1",
          "transcript_support_level": null,
          "aa_start": 1936,
          "aa_end": null,
          "aa_length": 2287,
          "cds_start": 5808,
          "cds_end": null,
          "cds_length": 6864,
          "cdna_start": 6091,
          "cdna_end": null,
          "cdna_length": 13898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5802G>A",
          "hgvs_p": "p.Thr1934Thr",
          "transcript": "XM_047429514.1",
          "protein_id": "XP_047285470.1",
          "transcript_support_level": null,
          "aa_start": 1934,
          "aa_end": null,
          "aa_length": 2285,
          "cds_start": 5802,
          "cds_end": null,
          "cds_length": 6858,
          "cdna_start": 6085,
          "cdna_end": null,
          "cdna_length": 13892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5724G>A",
          "hgvs_p": "p.Thr1908Thr",
          "transcript": "XM_017019931.3",
          "protein_id": "XP_016875420.1",
          "transcript_support_level": null,
          "aa_start": 1908,
          "aa_end": null,
          "aa_length": 2259,
          "cds_start": 5724,
          "cds_end": null,
          "cds_length": 6780,
          "cdna_start": 6007,
          "cdna_end": null,
          "cdna_length": 13814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5724G>A",
          "hgvs_p": "p.Thr1908Thr",
          "transcript": "XM_047429515.1",
          "protein_id": "XP_047285471.1",
          "transcript_support_level": null,
          "aa_start": 1908,
          "aa_end": null,
          "aa_length": 2259,
          "cds_start": 5724,
          "cds_end": null,
          "cds_length": 6780,
          "cdna_start": 6007,
          "cdna_end": null,
          "cdna_length": 13814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5724G>A",
          "hgvs_p": "p.Thr1908Thr",
          "transcript": "XM_047429516.1",
          "protein_id": "XP_047285472.1",
          "transcript_support_level": null,
          "aa_start": 1908,
          "aa_end": null,
          "aa_length": 2259,
          "cds_start": 5724,
          "cds_end": null,
          "cds_length": 6780,
          "cdna_start": 6007,
          "cdna_end": null,
          "cdna_length": 13814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5496G>A",
          "hgvs_p": "p.Thr1832Thr",
          "transcript": "XM_017019932.3",
          "protein_id": "XP_016875421.1",
          "transcript_support_level": null,
          "aa_start": 1832,
          "aa_end": null,
          "aa_length": 2254,
          "cds_start": 5496,
          "cds_end": null,
          "cds_length": 6765,
          "cdna_start": 5779,
          "cdna_end": null,
          "cdna_length": 13799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5691G>A",
          "hgvs_p": "p.Thr1897Thr",
          "transcript": "XM_047429517.1",
          "protein_id": "XP_047285473.1",
          "transcript_support_level": null,
          "aa_start": 1897,
          "aa_end": null,
          "aa_length": 2248,
          "cds_start": 5691,
          "cds_end": null,
          "cds_length": 6747,
          "cdna_start": 5974,
          "cdna_end": null,
          "cdna_length": 13781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5691G>A",
          "hgvs_p": "p.Thr1897Thr",
          "transcript": "XM_047429518.1",
          "protein_id": "XP_047285474.1",
          "transcript_support_level": null,
          "aa_start": 1897,
          "aa_end": null,
          "aa_length": 2248,
          "cds_start": 5691,
          "cds_end": null,
          "cds_length": 6747,
          "cdna_start": 5974,
          "cdna_end": null,
          "cdna_length": 13781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5613G>A",
          "hgvs_p": "p.Thr1871Thr",
          "transcript": "XM_017019933.3",
          "protein_id": "XP_016875422.1",
          "transcript_support_level": null,
          "aa_start": 1871,
          "aa_end": null,
          "aa_length": 2222,
          "cds_start": 5613,
          "cds_end": null,
          "cds_length": 6669,
          "cdna_start": 5896,
          "cdna_end": null,
          "cdna_length": 13703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5604G>A",
          "hgvs_p": "p.Thr1868Thr",
          "transcript": "XM_017019934.3",
          "protein_id": "XP_016875423.1",
          "transcript_support_level": null,
          "aa_start": 1868,
          "aa_end": null,
          "aa_length": 2219,
          "cds_start": 5604,
          "cds_end": null,
          "cds_length": 6660,
          "cdna_start": 5887,
          "cdna_end": null,
          "cdna_length": 13694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5604G>A",
          "hgvs_p": "p.Thr1868Thr",
          "transcript": "XM_017019935.3",
          "protein_id": "XP_016875424.1",
          "transcript_support_level": null,
          "aa_start": 1868,
          "aa_end": null,
          "aa_length": 2219,
          "cds_start": 5604,
          "cds_end": null,
          "cds_length": 6660,
          "cdna_start": 5887,
          "cdna_end": null,
          "cdna_length": 13694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5604G>A",
          "hgvs_p": "p.Thr1868Thr",
          "transcript": "XM_017019955.3",
          "protein_id": "XP_016875444.1",
          "transcript_support_level": null,
          "aa_start": 1868,
          "aa_end": null,
          "aa_length": 2219,
          "cds_start": 5604,
          "cds_end": null,
          "cds_length": 6660,
          "cdna_start": 5887,
          "cdna_end": null,
          "cdna_length": 13694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5604G>A",
          "hgvs_p": "p.Thr1868Thr",
          "transcript": "XM_047429519.1",
          "protein_id": "XP_047285475.1",
          "transcript_support_level": null,
          "aa_start": 1868,
          "aa_end": null,
          "aa_length": 2219,
          "cds_start": 5604,
          "cds_end": null,
          "cds_length": 6660,
          "cdna_start": 5887,
          "cdna_end": null,
          "cdna_length": 13694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5580G>A",
          "hgvs_p": "p.Thr1860Thr",
          "transcript": "XM_017019939.3",
          "protein_id": "XP_016875428.1",
          "transcript_support_level": null,
          "aa_start": 1860,
          "aa_end": null,
          "aa_length": 2211,
          "cds_start": 5580,
          "cds_end": null,
          "cds_length": 6636,
          "cdna_start": 5863,
          "cdna_end": null,
          "cdna_length": 13670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019943.3",
          "protein_id": "XP_016875432.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019944.3",
          "protein_id": "XP_016875433.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019945.3",
          "protein_id": "XP_016875434.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019946.3",
          "protein_id": "XP_016875435.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019947.3",
          "protein_id": "XP_016875436.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019948.3",
          "protein_id": "XP_016875437.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5529G>A",
          "hgvs_p": "p.Thr1843Thr",
          "transcript": "XM_017019949.3",
          "protein_id": "XP_016875438.1",
          "transcript_support_level": null,
          "aa_start": 1843,
          "aa_end": null,
          "aa_length": 2194,
          "cds_start": 5529,
          "cds_end": null,
          "cds_length": 6585,
          "cdna_start": 5812,
          "cdna_end": null,
          "cdna_length": 13619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5526G>A",
          "hgvs_p": "p.Thr1842Thr",
          "transcript": "XM_011521020.3",
          "protein_id": "XP_011519322.1",
          "transcript_support_level": null,
          "aa_start": 1842,
          "aa_end": null,
          "aa_length": 2193,
          "cds_start": 5526,
          "cds_end": null,
          "cds_length": 6582,
          "cdna_start": 5809,
          "cdna_end": null,
          "cdna_length": 13616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5523G>A",
          "hgvs_p": "p.Thr1841Thr",
          "transcript": "XM_017019950.3",
          "protein_id": "XP_016875439.1",
          "transcript_support_level": null,
          "aa_start": 1841,
          "aa_end": null,
          "aa_length": 2192,
          "cds_start": 5523,
          "cds_end": null,
          "cds_length": 6579,
          "cdna_start": 5806,
          "cdna_end": null,
          "cdna_length": 13613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "XM_006719017.3",
          "protein_id": "XP_006719080.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5734,
          "cdna_end": null,
          "cdna_length": 13541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "XM_017019953.2",
          "protein_id": "XP_016875442.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5734,
          "cdna_end": null,
          "cdna_length": 13541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5451G>A",
          "hgvs_p": "p.Thr1817Thr",
          "transcript": "XM_017019954.2",
          "protein_id": "XP_016875443.1",
          "transcript_support_level": null,
          "aa_start": 1817,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 5451,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": 5734,
          "cdna_end": null,
          "cdna_length": 13541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.5436G>A",
          "hgvs_p": "p.Thr1812Thr",
          "transcript": "XM_011521023.4",
          "protein_id": "XP_011519325.1",
          "transcript_support_level": null,
          "aa_start": 1812,
          "aa_end": null,
          "aa_length": 2163,
          "cds_start": 5436,
          "cds_end": null,
          "cds_length": 6492,
          "cdna_start": 6012,
          "cdna_end": null,
          "cdna_length": 13819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "c.4524G>A",
          "hgvs_p": "p.Thr1508Thr",
          "transcript": "XM_047429520.1",
          "protein_id": "XP_047285476.1",
          "transcript_support_level": null,
          "aa_start": 1508,
          "aa_end": null,
          "aa_length": 1859,
          "cds_start": 4524,
          "cds_end": null,
          "cds_length": 5580,
          "cdna_start": 7078,
          "cdna_end": null,
          "cdna_length": 14885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "n.1709G>A",
          "hgvs_p": null,
          "transcript": "ENST00000616390.1",
          "protein_id": null,
          "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": 2833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "n.1864G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684467.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 3016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C",
          "gene_hgnc_id": 1390,
          "hgvs_c": "n.491G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684752.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1336,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.295-1816C>T",
          "hgvs_p": null,
          "transcript": "ENST00000501371.5",
          "protein_id": null,
          "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": 2191,
          "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": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.904-7467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000545526.2",
          "protein_id": null,
          "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": 1538,
          "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": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.423-7471C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715729.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1053,
          "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": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.430-1816C>T",
          "hgvs_p": null,
          "transcript": "ENST00000839340.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1247,
          "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": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.203-7467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000839341.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 834,
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.193-7467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000839348.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 820,
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.364-7467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000839357.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 998,
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.272-7467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000839358.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 906,
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ITFG2-AS1",
          "gene_hgnc_id": 53128,
          "hgvs_c": "n.93-7467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000839359.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 724,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CACNA1C-AS1",
          "gene_hgnc_id": 40119,
          "hgvs_c": "n.334-1816C>T",
          "hgvs_p": null,
          "transcript": "NR_045725.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CACNA1C",
      "gene_hgnc_id": 1390,
      "dbsnp": "rs1051375",
      "frequency_reference_population": 0.69409966,
      "hom_count_reference_population": 398256,
      "allele_count_reference_population": 1116469,
      "gnomad_exomes_af": 0.706289,
      "gnomad_genomes_af": 0.577426,
      "gnomad_exomes_ac": 1028616,
      "gnomad_genomes_ac": 87853,
      "gnomad_exomes_homalt": 369370,
      "gnomad_genomes_homalt": 28886,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8600000143051147,
      "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.86,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -3.818,
      "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": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000347598.9",
          "gene_symbol": "CACNA1C",
          "hgnc_id": 1390,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5505G>A",
          "hgvs_p": "p.Thr1835Thr"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000501371.5",
          "gene_symbol": "ITFG2-AS1",
          "hgnc_id": 53128,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.295-1816C>T",
          "hgvs_p": null
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NR_045725.1",
          "gene_symbol": "CACNA1C-AS1",
          "hgnc_id": 40119,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.334-1816C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Cardiovascular phenotype,Long QT syndrome,Timothy syndrome,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:8",
      "phenotype_combined": "not specified|Cardiovascular phenotype|Long QT syndrome|Timothy syndrome|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}