← 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: 10-73873002-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 19,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "CAMK2G",
          "hgnc_id": 1463,
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -19,
          "transcript": "NM_001320898.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
      "acmg_score": -19,
      "allele_count_reference_population": 806021,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.31,
      "chr": "10",
      "clinvar_classification": "Benign",
      "clinvar_disease": "Intellectual developmental disorder 59,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.3100000023841858,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367534.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000423381.6",
          "protein_coding": true,
          "protein_id": "NP_001354463.1",
          "strand": false,
          "transcript": "NM_001367534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000423381.6",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001367534.1",
          "protein_coding": true,
          "protein_id": "ENSP00000410298.3",
          "strand": false,
          "transcript": "ENST00000423381.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3720,
          "cdna_start": 266,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000322635.7",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000315599.3",
          "strand": false,
          "transcript": "ENST00000322635.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1893,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000394762.7",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-607G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000378243.4",
          "strand": false,
          "transcript": "ENST00000394762.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 592,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2715,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1779,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001320898.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307827.1",
          "strand": false,
          "transcript": "NM_001320898.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2423,
          "cdna_start": 205,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000441192.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405561.2",
          "strand": false,
          "transcript": "ENST00000441192.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3845,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367544.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354473.1",
          "strand": false,
          "transcript": "NM_001367544.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2112,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864120.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534179.1",
          "strand": false,
          "transcript": "ENST00000864120.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2534,
          "cdna_start": 212,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864141.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534200.1",
          "strand": false,
          "transcript": "ENST00000864141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2032,
          "cdna_start": 216,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964836.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634895.1",
          "strand": false,
          "transcript": "ENST00000964836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 575,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2664,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1728,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367514.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354443.1",
          "strand": false,
          "transcript": "NM_001367514.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 575,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2004,
          "cdna_start": 205,
          "cds_end": null,
          "cds_length": 1728,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964847.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634906.1",
          "strand": false,
          "transcript": "ENST00000964847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 574,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3836,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1725,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367548.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354477.1",
          "strand": false,
          "transcript": "NM_001367548.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 574,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2059,
          "cdna_start": 243,
          "cds_end": null,
          "cds_length": 1725,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864128.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534187.1",
          "strand": false,
          "transcript": "ENST00000864128.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 571,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2652,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1716,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367522.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354451.1",
          "strand": false,
          "transcript": "NM_001367522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2646,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367520.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354449.1",
          "strand": false,
          "transcript": "NM_001367520.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2031,
          "cdna_start": 188,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864137.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534196.1",
          "strand": false,
          "transcript": "ENST00000864137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2503,
          "cdna_start": 181,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864143.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534202.1",
          "strand": false,
          "transcript": "ENST00000864143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3842,
          "cdna_start": 271,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864109.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534168.1",
          "strand": false,
          "transcript": "ENST00000864109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 566,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2637,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1701,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367521.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354450.1",
          "strand": false,
          "transcript": "NM_001367521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 566,
          "aa_ref": "K",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1994,
          "cdna_start": 274,
          "cds_end": null,
          "cds_length": 1701,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000964841.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.219G>A",
          "hgvs_p": "p.Lys73Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634900.1",
          "strand": false,
          "transcript": "ENST00000964841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 565,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3809,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1698,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367546.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354475.1",
          "strand": false,
          "transcript": "NM_001367546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 565,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3809,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1698,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367547.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354476.1",
          "strand": false,
          "transcript": "NM_001367547.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 565,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3845,
          "cdna_start": 277,
          "cds_end": null,
          "cds_length": 1698,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864107.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534166.1",
          "strand": false,
          "transcript": "ENST00000864107.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 565,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2494,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1698,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864142.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534201.1",
          "strand": false,
          "transcript": "ENST00000864142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 560,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2619,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1683,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367528.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354457.1",
          "strand": false,
          "transcript": "NM_001367528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2014,
          "cdna_start": 219,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864129.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534188.1",
          "strand": false,
          "transcript": "ENST00000864129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 556,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3782,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1671,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_172171.3",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_751911.1",
          "strand": false,
          "transcript": "NM_172171.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 556,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3818,
          "cdna_start": 277,
          "cds_end": null,
          "cds_length": 1671,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000322680.7",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000319060.3",
          "strand": false,
          "transcript": "ENST00000322680.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 556,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2072,
          "cdna_start": 301,
          "cds_end": null,
          "cds_length": 1671,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864113.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534172.1",
          "strand": false,
          "transcript": "ENST00000864113.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 556,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2478,
          "cdna_start": 219,
          "cds_end": null,
          "cds_length": 1671,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864139.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534198.1",
          "strand": false,
          "transcript": "ENST00000864139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2601,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367523.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354452.1",
          "strand": false,
          "transcript": "NM_001367523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3776,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367527.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354456.1",
          "strand": false,
          "transcript": "NM_001367527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2011,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864126.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534185.1",
          "strand": false,
          "transcript": "ENST00000864126.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1943,
          "cdna_start": 216,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964844.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634903.1",
          "strand": false,
          "transcript": "ENST00000964844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1994,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864132.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534191.1",
          "strand": false,
          "transcript": "ENST00000864132.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3764,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367543.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354472.1",
          "strand": false,
          "transcript": "NM_001367543.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2043,
          "cdna_start": 280,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864115.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534174.1",
          "strand": false,
          "transcript": "ENST00000864115.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3802,
          "cdna_start": 280,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964824.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634883.1",
          "strand": false,
          "transcript": "ENST00000964824.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1950,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964838.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634897.1",
          "strand": false,
          "transcript": "ENST00000964838.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 548,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3758,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1647,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367525.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354454.1",
          "strand": false,
          "transcript": "NM_001367525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 548,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2034,
          "cdna_start": 253,
          "cds_end": null,
          "cds_length": 1647,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864116.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534175.1",
          "strand": false,
          "transcript": "ENST00000864116.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 548,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1923,
          "cdna_start": 193,
          "cds_end": null,
          "cds_length": 1647,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864145.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534204.1",
          "strand": false,
          "transcript": "ENST00000864145.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 548,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2386,
          "cdna_start": 147,
          "cds_end": null,
          "cds_length": 1647,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964850.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634909.1",
          "strand": false,
          "transcript": "ENST00000964850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 546,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1944,
          "cdna_start": 213,
          "cds_end": null,
          "cds_length": 1641,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964840.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634899.1",
          "strand": false,
          "transcript": "ENST00000964840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 545,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2574,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1638,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367529.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354458.1",
          "strand": false,
          "transcript": "NM_001367529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3746,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367518.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354447.1",
          "strand": false,
          "transcript": "NM_001367518.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2013,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864121.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534180.1",
          "strand": false,
          "transcript": "ENST00000864121.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2479,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864125.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534184.1",
          "strand": false,
          "transcript": "ENST00000864125.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1963,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864127.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534186.1",
          "strand": false,
          "transcript": "ENST00000864127.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 542,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3740,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1629,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367533.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354462.1",
          "strand": false,
          "transcript": "NM_001367533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 542,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3767,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 1629,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864108.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534167.1",
          "strand": false,
          "transcript": "ENST00000864108.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3731,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001204492.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001191421.1",
          "strand": false,
          "transcript": "NM_001204492.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1750,
          "cdna_start": 277,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000680035.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505103.1",
          "strand": false,
          "transcript": "ENST00000680035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2006,
          "cdna_start": 277,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864117.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534176.1",
          "strand": false,
          "transcript": "ENST00000864117.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3719,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367536.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354465.1",
          "strand": false,
          "transcript": "NM_001367536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 534,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1874,
          "cdna_start": 178,
          "cds_end": null,
          "cds_length": 1605,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964849.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634908.1",
          "strand": false,
          "transcript": "ENST00000964849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2538,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367519.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354448.1",
          "strand": false,
          "transcript": "NM_001367519.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3713,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367545.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354474.1",
          "strand": false,
          "transcript": "NM_001367545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1980,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864119.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534178.1",
          "strand": false,
          "transcript": "ENST00000864119.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2407,
          "cdna_start": 240,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964834.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634893.1",
          "strand": false,
          "transcript": "ENST00000964834.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3701,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367531.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354460.1",
          "strand": false,
          "transcript": "NM_001367531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1820,
          "cdna_start": 147,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000305762.11",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000307082.7",
          "strand": false,
          "transcript": "ENST00000305762.11",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1977,
          "cdna_start": 319,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964830.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634889.1",
          "strand": false,
          "transcript": "ENST00000964830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1889,
          "cdna_start": 239,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964832.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634891.1",
          "strand": false,
          "transcript": "ENST00000964832.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3695,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_172169.3",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_751909.1",
          "strand": false,
          "transcript": "NM_172169.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1909,
          "cdna_start": 243,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864130.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534189.1",
          "strand": false,
          "transcript": "ENST00000864130.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2414,
          "cdna_start": 224,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864131.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534190.1",
          "strand": false,
          "transcript": "ENST00000864131.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 525,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3713,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 1578,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864110.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534169.1",
          "strand": false,
          "transcript": "ENST00000864110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 525,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1900,
          "cdna_start": 188,
          "cds_end": null,
          "cds_length": 1578,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864136.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534195.1",
          "strand": false,
          "transcript": "ENST00000864136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 525,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1874,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1578,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964839.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634898.1",
          "strand": false,
          "transcript": "ENST00000964839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1633,
          "cdna_start": 205,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000700396.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514974.1",
          "strand": false,
          "transcript": "ENST00000700396.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3660,
          "cdna_start": 215,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964827.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634886.1",
          "strand": false,
          "transcript": "ENST00000964827.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 522,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2505,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1569,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367541.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354470.1",
          "strand": false,
          "transcript": "NM_001367541.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3685,
          "cdna_start": 225,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964825.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634884.1",
          "strand": false,
          "transcript": "ENST00000964825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 520,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3605,
          "cdna_start": 174,
          "cds_end": null,
          "cds_length": 1563,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000936901.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606960.1",
          "strand": false,
          "transcript": "ENST00000936901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3597,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367516.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354445.1",
          "strand": false,
          "transcript": "NM_001367516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3654,
          "cdna_start": 200,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864111.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534170.1",
          "strand": false,
          "transcript": "ENST00000864111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2334,
          "cdna_start": 184,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964845.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634904.1",
          "strand": false,
          "transcript": "ENST00000964845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3659,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367517.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354446.1",
          "strand": false,
          "transcript": "NM_001367517.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3668,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_172170.5",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_751910.1",
          "strand": false,
          "transcript": "NM_172170.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2444,
          "cdna_start": 280,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864114.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534173.1",
          "strand": false,
          "transcript": "ENST00000864114.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1876,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864133.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534192.1",
          "strand": false,
          "transcript": "ENST00000864133.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1850,
          "cdna_start": 202,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864144.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534203.1",
          "strand": false,
          "transcript": "ENST00000864144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2497,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964829.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634888.1",
          "strand": false,
          "transcript": "ENST00000964829.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1841,
          "cdna_start": 192,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964842.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634901.1",
          "strand": false,
          "transcript": "ENST00000964842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1822,
          "cdna_start": 188,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000372765.5",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000361851.1",
          "strand": false,
          "transcript": "ENST00000372765.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1821,
          "cdna_start": 202,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864148.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534207.1",
          "strand": false,
          "transcript": "ENST00000864148.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2356,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964833.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634892.1",
          "strand": false,
          "transcript": "ENST00000964833.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1849,
          "cdna_start": 216,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964837.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634896.1",
          "strand": false,
          "transcript": "ENST00000964837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 512,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1850,
          "cdna_start": 202,
          "cds_end": null,
          "cds_length": 1539,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864138.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534197.1",
          "strand": false,
          "transcript": "ENST00000864138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 510,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3644,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1533,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367532.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354461.1",
          "strand": false,
          "transcript": "NM_001367532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 508,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1897,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1527,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864123.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534182.1",
          "strand": false,
          "transcript": "ENST00000864123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 508,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3601,
          "cdna_start": 191,
          "cds_end": null,
          "cds_length": 1527,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000936899.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606958.1",
          "strand": false,
          "transcript": "ENST00000936899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3632,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367530.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354459.1",
          "strand": false,
          "transcript": "NM_001367530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1955,
          "cdna_start": 324,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864112.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534171.1",
          "strand": false,
          "transcript": "ENST00000864112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2377,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864124.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534183.1",
          "strand": false,
          "transcript": "ENST00000864124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3598,
          "cdna_start": 216,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964826.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634885.1",
          "strand": false,
          "transcript": "ENST00000964826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3626,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_172173.3",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_751913.1",
          "strand": false,
          "transcript": "NM_172173.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1888,
          "cdna_start": 263,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864122.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534181.1",
          "strand": false,
          "transcript": "ENST00000864122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2288,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864147.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534206.1",
          "strand": false,
          "transcript": "ENST00000864147.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3586,
          "cdna_start": 211,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000936900.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606959.1",
          "strand": false,
          "transcript": "ENST00000936900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3587,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964828.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634887.1",
          "strand": false,
          "transcript": "ENST00000964828.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1770,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964848.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634907.1",
          "strand": false,
          "transcript": "ENST00000964848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1822,
          "cdna_start": 192,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864135.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534194.1",
          "strand": false,
          "transcript": "ENST00000864135.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2303,
          "cdna_start": 214,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964831.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634890.1",
          "strand": false,
          "transcript": "ENST00000964831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1798,
          "cdna_start": 192,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864140.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534199.1",
          "strand": false,
          "transcript": "ENST00000864140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3599,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001222.4",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001213.2",
          "strand": false,
          "transcript": "NM_001222.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3563,
          "cdna_start": 205,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000351293.7",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000277853.5",
          "strand": false,
          "transcript": "ENST00000351293.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1805,
          "cdna_start": 216,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864134.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534193.1",
          "strand": false,
          "transcript": "ENST00000864134.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2264,
          "cdna_start": 212,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864146.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534205.1",
          "strand": false,
          "transcript": "ENST00000864146.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1784,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964835.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634894.1",
          "strand": false,
          "transcript": "ENST00000964835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 483,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2327,
          "cdna_start": 244,
          "cds_end": null,
          "cds_length": 1452,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864118.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534177.1",
          "strand": false,
          "transcript": "ENST00000864118.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1886,
          "cdna_start": 327,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000936902.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606961.1",
          "strand": false,
          "transcript": "ENST00000936902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1713,
          "cdna_start": 202,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000864149.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534208.1",
          "strand": false,
          "transcript": "ENST00000864149.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2217,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964846.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634905.1",
          "strand": false,
          "transcript": "ENST00000964846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 479,
          "aa_ref": "K",
          "aa_start": 28,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1485,
          "cdna_start": 127,
          "cds_end": null,
          "cds_length": 1442,
          "cds_start": 84,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000700395.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.84G>A",
          "hgvs_p": "p.Lys28Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514973.1",
          "strand": false,
          "transcript": "ENST00000700395.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2747,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367526.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354455.1",
          "strand": false,
          "transcript": "NM_001367526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 425,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2660,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1278,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367535.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354464.1",
          "strand": false,
          "transcript": "NM_001367535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1371,
          "cdna_start": 208,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000964843.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634902.1",
          "strand": false,
          "transcript": "ENST00000964843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 580,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3854,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1743,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425797.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281753.1",
          "strand": false,
          "transcript": "XM_047425797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3815,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_006717996.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718059.1",
          "strand": false,
          "transcript": "XM_006717996.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "K",
          "aa_start": 28,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5074,
          "cdna_start": 1437,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 84,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425798.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.84G>A",
          "hgvs_p": "p.Lys28Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281754.1",
          "strand": false,
          "transcript": "XM_047425798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 563,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3803,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1692,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_005270198.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005270255.1",
          "strand": false,
          "transcript": "XM_005270198.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3791,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425799.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281755.1",
          "strand": false,
          "transcript": "XM_047425799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3722,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_006717998.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718061.1",
          "strand": false,
          "transcript": "XM_006717998.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 531,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3707,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1596,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425800.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281756.1",
          "strand": false,
          "transcript": "XM_047425800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 525,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3689,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1578,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425801.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281757.1",
          "strand": false,
          "transcript": "XM_047425801.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3671,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_024448218.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024303986.1",
          "strand": false,
          "transcript": "XM_024448218.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3662,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_005270205.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005270262.1",
          "strand": false,
          "transcript": "XM_005270205.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": "K",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3659,
          "cdna_start": 241,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_017016730.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.147G>A",
          "hgvs_p": "p.Lys49Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016872219.1",
          "strand": false,
          "transcript": "XM_017016730.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3602,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425802.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281758.1",
          "strand": false,
          "transcript": "XM_047425802.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "K",
          "aa_start": 41,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3575,
          "cdna_start": 217,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 123,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425803.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.123G>A",
          "hgvs_p": "p.Lys41Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281759.1",
          "strand": false,
          "transcript": "XM_047425803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 510,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2660,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1533,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367524.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354453.1",
          "strand": false,
          "transcript": "NM_001367524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3727,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367539.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354468.1",
          "strand": false,
          "transcript": "NM_001367539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3592,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 18,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367537.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354466.1",
          "strand": false,
          "transcript": "NM_001367537.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2384,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367538.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354467.1",
          "strand": false,
          "transcript": "NM_001367538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001367542.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-607G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354471.1",
          "strand": false,
          "transcript": "NM_001367542.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 300,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2410,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 903,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001367540.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-425G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354469.1",
          "strand": false,
          "transcript": "NM_001367540.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3601,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047425804.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281760.1",
          "strand": false,
          "transcript": "XM_047425804.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3454,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 18,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047425805.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-45G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281761.1",
          "strand": false,
          "transcript": "XM_047425805.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 244,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 735,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000700392.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "c.-594+1395G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514971.1",
          "strand": false,
          "transcript": "ENST00000700392.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2629,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000472912.5",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.374G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000472912.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2681,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000700397.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.198G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000700397.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000700398.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.147G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000514976.1",
          "strand": false,
          "transcript": "ENST00000700398.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2066,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000700399.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.59G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000700399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1110,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000700402.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.400G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000700402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4469,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_160040.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3610,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_160041.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.217G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3735,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_160042.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3727,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_160044.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.237G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4112,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_160046.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3870,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_160047.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.371G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4545,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_160263.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.375G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160263.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3817,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_001747218.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001747218.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3790,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061990.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061990.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3748,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061991.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061991.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2220,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061992.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061992.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2187,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061993.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061993.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3703,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061994.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061994.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3697,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061995.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.217G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061995.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3676,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061996.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061996.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2151,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061997.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061997.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3652,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061998.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.217G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061998.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3634,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007061999.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007061999.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3607,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007062000.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007062000.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3886,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_945821.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_945821.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3772,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_945822.2",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.241G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_945822.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3504,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_160045.1",
          "gene_hgnc_id": 1463,
          "gene_symbol": "CAMK2G",
          "hgvs_c": "n.159+1395G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_160045.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs2675671",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.5019404,
      "gene_hgnc_id": 1463,
      "gene_symbol": "CAMK2G",
      "gnomad_exomes_ac": 740398,
      "gnomad_exomes_af": 0.509153,
      "gnomad_exomes_homalt": 198287,
      "gnomad_genomes_ac": 65623,
      "gnomad_genomes_af": 0.432772,
      "gnomad_genomes_homalt": 15804,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 214091,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "Intellectual developmental disorder 59|not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.982,
      "pos": 73873002,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001320898.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.