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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 44241751,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000395749.7",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_001220.5",
          "protein_id": "NP_001211.3",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4545,
          "mane_select": "ENST00000395749.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000395749.7",
          "protein_id": "ENSP00000379098.2",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4545,
          "mane_select": "NM_001220.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000440254.6",
          "protein_id": "ENSP00000397937.2",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 542,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1629,
          "cdna_start": 1087,
          "cdna_end": null,
          "cdna_length": 2097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000395747.6",
          "protein_id": "ENSP00000379096.2",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 852,
          "cdna_end": null,
          "cdna_length": 1557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000258682.10",
          "protein_id": "ENSP00000258682.6",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 855,
          "cdna_end": null,
          "cdna_length": 1652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000358707.7",
          "protein_id": "ENSP00000351542.3",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 1895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000347193.8",
          "protein_id": "ENSP00000326544.6",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 855,
          "cdna_end": null,
          "cdna_length": 1577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000353625.8",
          "protein_id": "ENSP00000326427.5",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": 862,
          "cdna_end": null,
          "cdna_length": 1624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000346990.8",
          "protein_id": "ENSP00000326518.5",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": 855,
          "cdna_end": null,
          "cdna_length": 1448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000700235.1",
          "protein_id": "ENSP00000514874.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 880,
          "cdna_end": null,
          "cdna_length": 1845,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.750A>T",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000700287.1",
          "protein_id": "ENSP00000514919.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 750,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 751,
          "cdna_end": null,
          "cdna_length": 1749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_001293170.2",
          "protein_id": "NP_001280099.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 542,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1629,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 2386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172078.3",
          "protein_id": "NP_742075.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 542,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1629,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000350811.7",
          "protein_id": "ENSP00000326375.5",
          "transcript_support_level": 2,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 542,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1629,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000700285.1",
          "protein_id": "ENSP00000514918.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 542,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1629,
          "cdna_start": 902,
          "cdna_end": null,
          "cdna_length": 2249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172079.3",
          "protein_id": "NP_742076.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172080.3",
          "protein_id": "NP_742077.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "ENST00000700233.1",
          "protein_id": "ENSP00000514871.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 908,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172081.3",
          "protein_id": "NP_742078.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172082.3",
          "protein_id": "NP_742079.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172083.3",
          "protein_id": "NP_742080.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 3984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "NM_172084.3",
          "protein_id": "NP_742081.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 3894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000470984.6",
          "protein_id": "ENSP00000514879.1",
          "transcript_support_level": 4,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 1020,
          "cdna_end": null,
          "cdna_length": 1892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000497584.5",
          "protein_id": "ENSP00000514873.1",
          "transcript_support_level": 5,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 1103,
          "cdna_end": null,
          "cdna_length": 2134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000700237.1",
          "protein_id": "ENSP00000514876.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 1697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000700240.1",
          "protein_id": "ENSP00000514880.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 1824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000700238.1",
          "protein_id": "ENSP00000514877.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 893,
          "cdna_end": null,
          "cdna_length": 1707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000700290.1",
          "protein_id": "ENSP00000514921.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 1641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.462A>T",
          "hgvs_p": "p.Arg154Ser",
          "transcript": "ENST00000700288.1",
          "protein_id": "ENSP00000514920.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 462,
          "cds_end": null,
          "cds_length": 1118,
          "cdna_start": 462,
          "cdna_end": null,
          "cdna_length": 1118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.120A>T",
          "hgvs_p": "p.Arg40Ser",
          "transcript": "ENST00000433930.2",
          "protein_id": "ENSP00000388951.2",
          "transcript_support_level": 4,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 120,
          "cds_end": null,
          "cds_length": 935,
          "cdna_start": 122,
          "cdna_end": null,
          "cdna_length": 937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000495819.6",
          "protein_id": "ENSP00000514882.1",
          "transcript_support_level": 4,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 863,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 1349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000700243.1",
          "protein_id": "ENSP00000514883.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": 940,
          "cdna_end": null,
          "cdna_length": 1291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.234A>T",
          "hgvs_p": "p.Arg78Ser",
          "transcript": "ENST00000700292.1",
          "protein_id": "ENSP00000514923.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": 234,
          "cds_end": null,
          "cds_length": 660,
          "cdna_start": 234,
          "cdna_end": null,
          "cdna_length": 660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "ENST00000700246.1",
          "protein_id": "ENSP00000514885.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 532,
          "cdna_start": 926,
          "cdna_end": null,
          "cdna_length": 993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515547.2",
          "protein_id": "XP_011513849.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515549.2",
          "protein_id": "XP_011513851.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4629,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515550.2",
          "protein_id": "XP_011513852.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515551.2",
          "protein_id": "XP_011513853.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515552.2",
          "protein_id": "XP_011513854.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515553.2",
          "protein_id": "XP_011513855.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_017012660.2",
          "protein_id": "XP_016868149.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 670,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2013,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515554.2",
          "protein_id": "XP_011513856.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515555.2",
          "protein_id": "XP_011513857.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515556.2",
          "protein_id": "XP_011513858.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515557.2",
          "protein_id": "XP_011513859.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_017012661.2",
          "protein_id": "XP_016868150.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_047420880.1",
          "protein_id": "XP_047276836.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 642,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1929,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_024446945.2",
          "protein_id": "XP_024302713.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 628,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1887,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_047420881.1",
          "protein_id": "XP_047276837.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_006715781.3",
          "protein_id": "XP_006715844.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_011515558.3",
          "protein_id": "XP_011513860.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 2104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_017012662.2",
          "protein_id": "XP_016868151.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 603,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1812,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_047420882.1",
          "protein_id": "XP_047276838.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.465A>T",
          "hgvs_p": "p.Arg155Ser",
          "transcript": "XM_011515559.3",
          "protein_id": "XP_011513861.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": 866,
          "cdna_end": null,
          "cdna_length": 4515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_005249862.4",
          "protein_id": "XP_005249919.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_006715784.3",
          "protein_id": "XP_006715847.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_017012664.2",
          "protein_id": "XP_016868153.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 502,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1509,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4053,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_005249864.4",
          "protein_id": "XP_005249921.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_017012665.2",
          "protein_id": "XP_016868154.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 4026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser",
          "transcript": "XM_047420883.1",
          "protein_id": "XP_047276839.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 852,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1025,
          "cdna_end": null,
          "cdna_length": 1478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.852A>T",
          "hgvs_p": null,
          "transcript": "ENST00000353185.7",
          "protein_id": "ENSP00000326600.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.925A>T",
          "hgvs_p": null,
          "transcript": "ENST00000484972.6",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*392A>T",
          "hgvs_p": null,
          "transcript": "ENST00000523845.5",
          "protein_id": "ENSP00000428912.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.132A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700236.1",
          "protein_id": "ENSP00000514875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*297A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700239.1",
          "protein_id": "ENSP00000514878.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*553A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700241.1",
          "protein_id": "ENSP00000514881.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.913A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700242.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.809A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700244.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.732A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700283.1",
          "protein_id": "ENSP00000514916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*1081A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700284.1",
          "protein_id": "ENSP00000514917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.1353A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700286.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.597A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700289.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.744A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700291.1",
          "protein_id": "ENSP00000514922.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*392A>T",
          "hgvs_p": null,
          "transcript": "ENST00000523845.5",
          "protein_id": "ENSP00000428912.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*297A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700239.1",
          "protein_id": "ENSP00000514878.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*553A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700241.1",
          "protein_id": "ENSP00000514881.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.*1081A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700284.1",
          "protein_id": "ENSP00000514917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CAMK2B",
          "gene_hgnc_id": 1461,
          "hgvs_c": "n.-13A>T",
          "hgvs_p": null,
          "transcript": "ENST00000700234.1",
          "protein_id": "ENSP00000514872.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CAMK2B",
      "gene_hgnc_id": 1461,
      "dbsnp": "rs1554385203",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6399065256118774,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.342,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9989,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.06,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": -0.269,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000395749.7",
          "gene_symbol": "CAMK2B",
          "hgnc_id": 1461,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.852A>T",
          "hgvs_p": "p.Arg284Ser"
        }
      ],
      "clinvar_disease": " autosomal dominant 54,Intellectual disability",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Intellectual disability, autosomal dominant 54",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}