← 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: 4-113457398-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=113457398&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 113457398,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001321569.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "NM_001321571.2",
"protein_id": "NP_001308500.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 533,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000511664.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321571.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "ENST00000511664.6",
"protein_id": "ENSP00000425824.1",
"transcript_support_level": 2,
"aa_start": 491,
"aa_end": null,
"aa_length": 533,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001321571.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511664.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "ENST00000394522.7",
"protein_id": "ENSP00000378030.3",
"transcript_support_level": 1,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394522.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1403G>A",
"hgvs_p": "p.Arg468His",
"transcript": "ENST00000508738.5",
"protein_id": "ENSP00000422566.1",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 489,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508738.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000379773.6",
"protein_id": "ENSP00000369098.2",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379773.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502His",
"transcript": "ENST00000867801.1",
"protein_id": "ENSP00000537860.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 544,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867801.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "NM_001321569.2",
"protein_id": "NP_001308498.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 533,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321569.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "ENST00000867799.1",
"protein_id": "ENSP00000537858.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 533,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867799.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "ENST00000947057.1",
"protein_id": "ENSP00000617116.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 532,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947057.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "NM_001321573.2",
"protein_id": "NP_001308502.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 524,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321573.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "ENST00000699048.1",
"protein_id": "ENSP00000514100.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 524,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699048.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502His",
"transcript": "ENST00000699418.1",
"protein_id": "ENSP00000514376.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 523,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699418.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502His",
"transcript": "ENST00000706056.1",
"protein_id": "ENSP00000516208.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 523,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706056.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1442G>A",
"hgvs_p": "p.Arg481His",
"transcript": "ENST00000947053.1",
"protein_id": "ENSP00000617112.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 523,
"cds_start": 1442,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947053.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1430G>A",
"hgvs_p": "p.Arg477His",
"transcript": "NM_001321580.2",
"protein_id": "NP_001308509.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 519,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321580.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_001321566.2",
"protein_id": "NP_001308495.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 513,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321566.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_001396964.1",
"protein_id": "NP_001383893.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 513,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001396964.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "ENST00000699047.1",
"protein_id": "ENSP00000514099.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 513,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699047.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "ENST00000699381.1",
"protein_id": "ENSP00000514346.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 513,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699381.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "ENST00000867802.1",
"protein_id": "ENSP00000537861.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 513,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867802.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "NM_001321567.2",
"protein_id": "NP_001308496.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 512,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321567.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "NM_001321570.2",
"protein_id": "NP_001308499.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 512,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321570.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "NM_001321572.2",
"protein_id": "NP_001308501.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 512,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321572.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "NM_001321579.2",
"protein_id": "NP_001308508.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 512,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321579.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "NM_001321588.2",
"protein_id": "NP_001308517.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 512,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321588.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "ENST00000505990.5",
"protein_id": "ENSP00000424245.1",
"transcript_support_level": 5,
"aa_start": 491,
"aa_end": null,
"aa_length": 512,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505990.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His",
"transcript": "ENST00000699376.1",
"protein_id": "ENSP00000514341.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 512,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699376.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000699379.1",
"protein_id": "ENSP00000514344.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 512,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699379.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000947047.1",
"protein_id": "ENSP00000617106.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 512,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947047.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000947048.1",
"protein_id": "ENSP00000617107.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 512,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947048.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000947051.1",
"protein_id": "ENSP00000617110.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 512,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947051.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "NM_001321586.2",
"protein_id": "NP_001308515.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 511,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321586.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "NM_001399855.1",
"protein_id": "NP_001386784.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 511,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399855.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "NM_001399856.1",
"protein_id": "NP_001386785.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 511,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399856.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "ENST00000699375.1",
"protein_id": "ENSP00000514340.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 511,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699375.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1406G>A",
"hgvs_p": "p.Arg469His",
"transcript": "ENST00000947061.1",
"protein_id": "ENSP00000617120.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 511,
"cds_start": 1406,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947061.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1403G>A",
"hgvs_p": "p.Arg468His",
"transcript": "NM_001396965.1",
"protein_id": "NP_001383894.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 510,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001396965.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1403G>A",
"hgvs_p": "p.Arg468His",
"transcript": "ENST00000515496.5",
"protein_id": "ENSP00000423482.1",
"transcript_support_level": 5,
"aa_start": 468,
"aa_end": null,
"aa_length": 510,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515496.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1400G>A",
"hgvs_p": "p.Arg467His",
"transcript": "NM_001396966.1",
"protein_id": "NP_001383895.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 509,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001396966.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1400G>A",
"hgvs_p": "p.Arg467His",
"transcript": "ENST00000867798.1",
"protein_id": "ENSP00000537857.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 509,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867798.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1400G>A",
"hgvs_p": "p.Arg467His",
"transcript": "ENST00000867803.1",
"protein_id": "ENSP00000537862.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 509,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867803.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1400G>A",
"hgvs_p": "p.Arg467His",
"transcript": "ENST00000947055.1",
"protein_id": "ENSP00000617114.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 509,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947055.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "NM_001321568.2",
"protein_id": "NP_001308497.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 503,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321568.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "NM_001321587.2",
"protein_id": "NP_001308516.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 503,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321587.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "NM_001321591.2",
"protein_id": "NP_001308520.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 503,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321591.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "ENST00000706055.1",
"protein_id": "ENSP00000516207.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 503,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706055.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482His",
"transcript": "ENST00000706057.1",
"protein_id": "ENSP00000516209.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 503,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706057.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "NM_001221.4",
"protein_id": "NP_001212.2",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 499,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001221.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000342666.9",
"protein_id": "ENSP00000339740.5",
"transcript_support_level": 5,
"aa_start": 457,
"aa_end": null,
"aa_length": 499,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342666.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000947049.1",
"protein_id": "ENSP00000617108.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 499,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947049.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000947050.1",
"protein_id": "ENSP00000617109.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 499,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947050.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456His",
"transcript": "NM_001321574.2",
"protein_id": "NP_001308503.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 498,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321574.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456His",
"transcript": "ENST00000514328.5",
"protein_id": "ENSP00000423677.1",
"transcript_support_level": 5,
"aa_start": 456,
"aa_end": null,
"aa_length": 498,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514328.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456His",
"transcript": "ENST00000699378.1",
"protein_id": "ENSP00000514343.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 498,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699378.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1364G>A",
"hgvs_p": "p.Arg455His",
"transcript": "ENST00000947063.1",
"protein_id": "ENSP00000617122.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 497,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947063.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1352G>A",
"hgvs_p": "p.Arg451His",
"transcript": "ENST00000947054.1",
"protein_id": "ENSP00000617113.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 493,
"cds_start": 1352,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947054.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_001321575.2",
"protein_id": "NP_001308504.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321575.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_001321583.2",
"protein_id": "NP_001308512.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321583.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_001321589.2",
"protein_id": "NP_001308518.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321589.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_001321590.2",
"protein_id": "NP_001308519.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321590.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "NM_172114.2",
"protein_id": "NP_742112.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172114.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "ENST00000699380.1",
"protein_id": "ENSP00000514345.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 492,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699380.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "NM_001321577.2",
"protein_id": "NP_001308506.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 491,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321577.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "NM_001321584.2",
"protein_id": "NP_001308513.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 491,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321584.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000699373.1",
"protein_id": "ENSP00000514338.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 491,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699373.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000699374.1",
"protein_id": "ENSP00000514339.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 491,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699374.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000699382.1",
"protein_id": "ENSP00000514347.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 491,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699382.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448His",
"transcript": "ENST00000947056.1",
"protein_id": "ENSP00000617115.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 490,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947056.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1403G>A",
"hgvs_p": "p.Arg468His",
"transcript": "NM_001321582.2",
"protein_id": "NP_001308511.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 489,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321582.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1403G>A",
"hgvs_p": "p.Arg468His",
"transcript": "NM_172129.2",
"protein_id": "NP_742127.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 489,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172129.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447His",
"transcript": "ENST00000867800.1",
"protein_id": "ENSP00000537859.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 489,
"cds_start": 1340,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867800.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447His",
"transcript": "ENST00000947065.1",
"protein_id": "ENSP00000617124.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 489,
"cds_start": 1340,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947065.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1400G>A",
"hgvs_p": "p.Arg467His",
"transcript": "NM_001399857.1",
"protein_id": "NP_001386786.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 488,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399857.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444His",
"transcript": "ENST00000947060.1",
"protein_id": "ENSP00000617119.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 486,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947060.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1313G>A",
"hgvs_p": "p.Arg438His",
"transcript": "ENST00000947062.1",
"protein_id": "ENSP00000617121.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 480,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947062.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1310G>A",
"hgvs_p": "p.Arg437His",
"transcript": "ENST00000947059.1",
"protein_id": "ENSP00000617118.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 479,
"cds_start": 1310,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947059.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "NM_001399858.1",
"protein_id": "NP_001386787.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399858.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "NM_172115.3",
"protein_id": "NP_742113.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172115.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "NM_172127.3",
"protein_id": "NP_742125.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172127.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "NM_172128.3",
"protein_id": "NP_742126.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172128.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000296402.9",
"protein_id": "ENSP00000296402.5",
"transcript_support_level": 5,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296402.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000394524.7",
"protein_id": "ENSP00000378032.3",
"transcript_support_level": 2,
"aa_start": 457,
"aa_end": null,
"aa_length": 478,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394524.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1307G>A",
"hgvs_p": "p.Arg436His",
"transcript": "ENST00000947064.1",
"protein_id": "ENSP00000617123.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 478,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947064.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456His",
"transcript": "NM_001321576.2",
"protein_id": "NP_001308505.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 477,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321576.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456His",
"transcript": "NM_001396967.1",
"protein_id": "NP_001383896.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 477,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001396967.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456His",
"transcript": "ENST00000699417.1",
"protein_id": "ENSP00000514375.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 477,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699417.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1301G>A",
"hgvs_p": "p.Arg434His",
"transcript": "ENST00000947058.1",
"protein_id": "ENSP00000617117.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 476,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947058.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Arg433His",
"transcript": "ENST00000947052.1",
"protein_id": "ENSP00000617111.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 475,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947052.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1253G>A",
"hgvs_p": "p.Arg418His",
"transcript": "NM_001399859.1",
"protein_id": "NP_001386788.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 460,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399859.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1295G>A",
"hgvs_p": "p.Arg432His",
"transcript": "NM_001321581.2",
"protein_id": "NP_001308510.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 453,
"cds_start": 1295,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321581.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1253G>A",
"hgvs_p": "p.Arg418His",
"transcript": "NM_001399860.1",
"protein_id": "NP_001386789.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 439,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399860.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1253G>A",
"hgvs_p": "p.Arg418His",
"transcript": "NM_001399861.1",
"protein_id": "NP_001386790.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 439,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399861.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1250G>A",
"hgvs_p": "p.Arg417His",
"transcript": "NM_001399862.1",
"protein_id": "NP_001386791.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 438,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399862.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362His",
"transcript": "NM_001399863.1",
"protein_id": "NP_001386792.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 383,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399863.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.980G>A",
"hgvs_p": "p.Arg327His",
"transcript": "NM_001399864.1",
"protein_id": "NP_001386793.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 348,
"cds_start": 980,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399864.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"transcript": "NM_001321578.2",
"protein_id": "NP_001308507.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 296,
"cds_start": 824,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321578.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275His",
"transcript": "NM_001321585.2",
"protein_id": "NP_001308514.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 296,
"cds_start": 824,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321585.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.782G>A",
"hgvs_p": "p.Arg261His",
"transcript": "NM_001399865.1",
"protein_id": "NP_001386794.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 282,
"cds_start": 782,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399865.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.479G>A",
"hgvs_p": "p.Arg160His",
"transcript": "ENST00000513132.5",
"protein_id": "ENSP00000424247.1",
"transcript_support_level": 2,
"aa_start": 160,
"aa_end": null,
"aa_length": 181,
"cds_start": 479,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513132.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "XM_047416220.1",
"protein_id": "XP_047272176.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 532,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416220.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "XM_047416221.1",
"protein_id": "XP_047272177.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 532,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416221.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "XM_047416222.1",
"protein_id": "XP_047272178.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 512,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416222.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "XM_017008674.3",
"protein_id": "XP_016864163.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 511,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008674.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1403G>A",
"hgvs_p": "p.Arg468His",
"transcript": "XM_011532295.3",
"protein_id": "XP_011530597.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 510,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532295.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "XM_047416223.1",
"protein_id": "XP_047272179.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 499,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416223.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362His",
"transcript": "XM_011532292.3",
"protein_id": "XP_011530594.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 404,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532292.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.1370G>A",
"hgvs_p": null,
"transcript": "ENST00000683023.1",
"protein_id": "ENSP00000507073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683023.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*979G>A",
"hgvs_p": null,
"transcript": "ENST00000699372.1",
"protein_id": "ENSP00000514337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*2559G>A",
"hgvs_p": null,
"transcript": "ENST00000699377.1",
"protein_id": "ENSP00000514342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699377.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.1231G>A",
"hgvs_p": null,
"transcript": "ENST00000699415.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000699415.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*1290G>A",
"hgvs_p": null,
"transcript": "ENST00000699416.1",
"protein_id": "ENSP00000514374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*396G>A",
"hgvs_p": null,
"transcript": "ENST00000699419.1",
"protein_id": "ENSP00000514377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*979G>A",
"hgvs_p": null,
"transcript": "ENST00000699372.1",
"protein_id": "ENSP00000514337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*2559G>A",
"hgvs_p": null,
"transcript": "ENST00000699377.1",
"protein_id": "ENSP00000514342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699377.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*1290G>A",
"hgvs_p": null,
"transcript": "ENST00000699416.1",
"protein_id": "ENSP00000514374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*396G>A",
"hgvs_p": null,
"transcript": "ENST00000699419.1",
"protein_id": "ENSP00000514377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000699419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000308709",
"gene_hgnc_id": 58873,
"hgvs_c": "n.136-45552C>T",
"hgvs_p": null,
"transcript": "ENST00000835919.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000835919.1"
}
],
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"dbsnp": "rs369980399",
"frequency_reference_population": 0.00002912637,
"hom_count_reference_population": 1,
"allele_count_reference_population": 47,
"gnomad_exomes_af": 0.0000266849,
"gnomad_genomes_af": 0.0000525769,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6634422540664673,
"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.549,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4535,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.518,
"phylop100way_prediction": "Uncertain_significance",
"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": "Likely_benign",
"acmg_criteria": "PP2,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001321569.2",
"gene_symbol": "CAMK2D",
"hgnc_id": 1462,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1472G>A",
"hgvs_p": "p.Arg491His"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000835919.1",
"gene_symbol": "ENSG00000308709",
"hgnc_id": 58873,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.136-45552C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}