← 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-113457429-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=113457429&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 113457429,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001321571.2",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "NM_001321571.2",
"protein_id": "NP_001308500.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 533,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": "ENST00000511664.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "ENST00000511664.6",
"protein_id": "ENSP00000425824.1",
"transcript_support_level": 2,
"aa_start": 481,
"aa_end": null,
"aa_length": 533,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": "NM_001321571.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "ENST00000394522.7",
"protein_id": "ENSP00000378030.3",
"transcript_support_level": 1,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1876,
"cdna_end": null,
"cdna_length": 2696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1372A>C",
"hgvs_p": "p.Met458Leu",
"transcript": "ENST00000508738.5",
"protein_id": "ENSP00000422566.1",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 489,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 1470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "ENST00000379773.6",
"protein_id": "ENSP00000369098.2",
"transcript_support_level": 1,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1401,
"cdna_end": null,
"cdna_length": 1642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "NM_001321569.2",
"protein_id": "NP_001308498.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 533,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "NM_001321573.2",
"protein_id": "NP_001308502.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 524,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 5758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "ENST00000699048.1",
"protein_id": "ENSP00000514100.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 524,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1617,
"cdna_end": null,
"cdna_length": 5255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1474A>C",
"hgvs_p": "p.Met492Leu",
"transcript": "ENST00000699418.1",
"protein_id": "ENSP00000514376.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 523,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1677,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1474A>C",
"hgvs_p": "p.Met492Leu",
"transcript": "ENST00000706056.1",
"protein_id": "ENSP00000516208.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 523,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 2144,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1399A>C",
"hgvs_p": "p.Met467Leu",
"transcript": "NM_001321580.2",
"protein_id": "NP_001308509.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 519,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 2069,
"cdna_end": null,
"cdna_length": 5743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_001321566.2",
"protein_id": "NP_001308495.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 513,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 5725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_001396964.1",
"protein_id": "NP_001383893.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 513,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 5725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "ENST00000699047.1",
"protein_id": "ENSP00000514099.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 513,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1963,
"cdna_end": null,
"cdna_length": 5601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "ENST00000699381.1",
"protein_id": "ENSP00000514346.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 513,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1598,
"cdna_end": null,
"cdna_length": 5063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "NM_001321567.2",
"protein_id": "NP_001308496.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 512,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "NM_001321570.2",
"protein_id": "NP_001308499.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 512,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "NM_001321572.2",
"protein_id": "NP_001308501.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 512,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "NM_001321579.2",
"protein_id": "NP_001308508.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 512,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "NM_001321588.2",
"protein_id": "NP_001308517.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 512,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 5722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "ENST00000505990.5",
"protein_id": "ENSP00000424245.1",
"transcript_support_level": 5,
"aa_start": 481,
"aa_end": null,
"aa_length": 512,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1556,
"cdna_end": null,
"cdna_length": 1802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1441A>C",
"hgvs_p": "p.Met481Leu",
"transcript": "ENST00000699376.1",
"protein_id": "ENSP00000514341.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 512,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1969,
"cdna_end": null,
"cdna_length": 5534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "ENST00000699379.1",
"protein_id": "ENSP00000514344.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 512,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 5219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "NM_001321586.2",
"protein_id": "NP_001308515.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 511,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 5686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "NM_001399855.1",
"protein_id": "NP_001386784.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 511,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "NM_001399856.1",
"protein_id": "NP_001386785.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 511,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "ENST00000699375.1",
"protein_id": "ENSP00000514340.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 511,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1641,
"cdna_end": null,
"cdna_length": 5206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1372A>C",
"hgvs_p": "p.Met458Leu",
"transcript": "NM_001396965.1",
"protein_id": "NP_001383894.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 510,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 2042,
"cdna_end": null,
"cdna_length": 5716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1372A>C",
"hgvs_p": "p.Met458Leu",
"transcript": "ENST00000515496.5",
"protein_id": "ENSP00000423482.1",
"transcript_support_level": 5,
"aa_start": 458,
"aa_end": null,
"aa_length": 510,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 1533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1369A>C",
"hgvs_p": "p.Met457Leu",
"transcript": "NM_001396966.1",
"protein_id": "NP_001383895.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 509,
"cds_start": 1369,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 5713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "NM_001321568.2",
"protein_id": "NP_001308497.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 503,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "NM_001321587.2",
"protein_id": "NP_001308516.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 503,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "NM_001321591.2",
"protein_id": "NP_001308520.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 503,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 5706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "ENST00000706055.1",
"protein_id": "ENSP00000516207.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 503,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 5706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1414A>C",
"hgvs_p": "p.Met472Leu",
"transcript": "ENST00000706057.1",
"protein_id": "ENSP00000516209.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 503,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1530,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "NM_001221.4",
"protein_id": "NP_001212.2",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 499,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 5683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "ENST00000342666.9",
"protein_id": "ENSP00000339740.5",
"transcript_support_level": 5,
"aa_start": 447,
"aa_end": null,
"aa_length": 499,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1339,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1336A>C",
"hgvs_p": "p.Met446Leu",
"transcript": "NM_001321574.2",
"protein_id": "NP_001308503.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 498,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 2006,
"cdna_end": null,
"cdna_length": 5680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1336A>C",
"hgvs_p": "p.Met446Leu",
"transcript": "ENST00000514328.5",
"protein_id": "ENSP00000423677.1",
"transcript_support_level": 5,
"aa_start": 446,
"aa_end": null,
"aa_length": 498,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1336A>C",
"hgvs_p": "p.Met446Leu",
"transcript": "ENST00000699378.1",
"protein_id": "ENSP00000514343.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 498,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 5177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_001321575.2",
"protein_id": "NP_001308504.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_001321583.2",
"protein_id": "NP_001308512.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_001321589.2",
"protein_id": "NP_001308518.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_001321590.2",
"protein_id": "NP_001308519.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "NM_172114.2",
"protein_id": "NP_742112.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 2292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1381A>C",
"hgvs_p": "p.Met461Leu",
"transcript": "ENST00000699380.1",
"protein_id": "ENSP00000514345.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 492,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1765,
"cdna_end": null,
"cdna_length": 6752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "NM_001321577.2",
"protein_id": "NP_001308506.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 491,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 5626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "NM_001321584.2",
"protein_id": "NP_001308513.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 491,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 5626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "ENST00000699373.1",
"protein_id": "ENSP00000514338.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 491,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 5146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "ENST00000699374.1",
"protein_id": "ENSP00000514339.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 491,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 5146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "ENST00000699382.1",
"protein_id": "ENSP00000514347.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 491,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 4940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1372A>C",
"hgvs_p": "p.Met458Leu",
"transcript": "NM_001321582.2",
"protein_id": "NP_001308511.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 489,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 2042,
"cdna_end": null,
"cdna_length": 5620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1372A>C",
"hgvs_p": "p.Met458Leu",
"transcript": "NM_172129.2",
"protein_id": "NP_742127.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 489,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 2042,
"cdna_end": null,
"cdna_length": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1369A>C",
"hgvs_p": "p.Met457Leu",
"transcript": "NM_001399857.1",
"protein_id": "NP_001386786.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 488,
"cds_start": 1369,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 5617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "NM_001399858.1",
"protein_id": "NP_001386787.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 5587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "NM_172115.3",
"protein_id": "NP_742113.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 2250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "NM_172127.3",
"protein_id": "NP_742125.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 5631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "NM_172128.3",
"protein_id": "NP_742126.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 5587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "ENST00000296402.9",
"protein_id": "ENSP00000296402.5",
"transcript_support_level": 5,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 2198,
"cdna_end": null,
"cdna_length": 5820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "ENST00000394524.7",
"protein_id": "ENSP00000378032.3",
"transcript_support_level": 2,
"aa_start": 447,
"aa_end": null,
"aa_length": 478,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1716,
"cdna_end": null,
"cdna_length": 5294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1336A>C",
"hgvs_p": "p.Met446Leu",
"transcript": "NM_001321576.2",
"protein_id": "NP_001308505.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 477,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 2006,
"cdna_end": null,
"cdna_length": 5584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1336A>C",
"hgvs_p": "p.Met446Leu",
"transcript": "NM_001396967.1",
"protein_id": "NP_001383896.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 477,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 2006,
"cdna_end": null,
"cdna_length": 5628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1336A>C",
"hgvs_p": "p.Met446Leu",
"transcript": "ENST00000699417.1",
"protein_id": "ENSP00000514375.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 477,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 5104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1222A>C",
"hgvs_p": "p.Met408Leu",
"transcript": "NM_001399859.1",
"protein_id": "NP_001386788.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 460,
"cds_start": 1222,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 5784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1264A>C",
"hgvs_p": "p.Met422Leu",
"transcript": "NM_001321581.2",
"protein_id": "NP_001308510.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 453,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 2152,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1222A>C",
"hgvs_p": "p.Met408Leu",
"transcript": "NM_001399860.1",
"protein_id": "NP_001386789.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 439,
"cds_start": 1222,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 5688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1222A>C",
"hgvs_p": "p.Met408Leu",
"transcript": "NM_001399861.1",
"protein_id": "NP_001386790.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 439,
"cds_start": 1222,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 5688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1219A>C",
"hgvs_p": "p.Met407Leu",
"transcript": "NM_001399862.1",
"protein_id": "NP_001386791.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 438,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 2107,
"cdna_end": null,
"cdna_length": 5729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1054A>C",
"hgvs_p": "p.Met352Leu",
"transcript": "NM_001399863.1",
"protein_id": "NP_001386792.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 383,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1152,
"cdna_start": 2184,
"cdna_end": null,
"cdna_length": 5762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.949A>C",
"hgvs_p": "p.Met317Leu",
"transcript": "NM_001399864.1",
"protein_id": "NP_001386793.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 348,
"cds_start": 949,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 2079,
"cdna_end": null,
"cdna_length": 5657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.793A>C",
"hgvs_p": "p.Met265Leu",
"transcript": "NM_001321578.2",
"protein_id": "NP_001308507.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 296,
"cds_start": 793,
"cds_end": null,
"cds_length": 891,
"cdna_start": 1978,
"cdna_end": null,
"cdna_length": 5556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.793A>C",
"hgvs_p": "p.Met265Leu",
"transcript": "NM_001321585.2",
"protein_id": "NP_001308514.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 296,
"cds_start": 793,
"cds_end": null,
"cds_length": 891,
"cdna_start": 2145,
"cdna_end": null,
"cdna_length": 5723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.751A>C",
"hgvs_p": "p.Met251Leu",
"transcript": "NM_001399865.1",
"protein_id": "NP_001386794.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 282,
"cds_start": 751,
"cds_end": null,
"cds_length": 849,
"cdna_start": 2103,
"cdna_end": null,
"cdna_length": 5681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.448A>C",
"hgvs_p": "p.Met150Leu",
"transcript": "ENST00000513132.5",
"protein_id": "ENSP00000424247.1",
"transcript_support_level": 2,
"aa_start": 150,
"aa_end": null,
"aa_length": 181,
"cds_start": 448,
"cds_end": null,
"cds_length": 546,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 2142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "XM_047416220.1",
"protein_id": "XP_047272176.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 532,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 2298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "XM_047416221.1",
"protein_id": "XP_047272177.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 532,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 2298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1378A>C",
"hgvs_p": "p.Met460Leu",
"transcript": "XM_047416222.1",
"protein_id": "XP_047272178.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 512,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1438A>C",
"hgvs_p": "p.Met480Leu",
"transcript": "XM_017008674.3",
"protein_id": "XP_016864163.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 511,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 5686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1372A>C",
"hgvs_p": "p.Met458Leu",
"transcript": "XM_011532295.3",
"protein_id": "XP_011530597.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 510,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 2042,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1339A>C",
"hgvs_p": "p.Met447Leu",
"transcript": "XM_047416223.1",
"protein_id": "XP_047272179.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 499,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 2199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 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.1054A>C",
"hgvs_p": "p.Met352Leu",
"transcript": "XM_011532292.3",
"protein_id": "XP_011530594.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 404,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 1308,
"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": 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.1339A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3106,
"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": 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.*948A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5076,
"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": 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.*2528A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7404,
"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": 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.1200A>C",
"hgvs_p": null,
"transcript": "ENST00000699415.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": 4765,
"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": 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.*1259A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5156,
"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": 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.*365A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3761,
"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": 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.*948A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5076,
"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": 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.*2528A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7404,
"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": 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.*1259A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5156,
"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": 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.*365A>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": null,
"hgvs_c": "n.136-45521T>G",
"hgvs_p": null,
"transcript": "ENST00000835919.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": 489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"dbsnp": "rs547989734",
"frequency_reference_population": 6.8418825e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84188e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.307070791721344,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.15,
"revel_prediction": "Benign",
"alphamissense_score": 0.2449,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.817,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,BP4",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 1,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001321571.2",
"gene_symbol": "CAMK2D",
"hgnc_id": 1462,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1441A>C",
"hgvs_p": "p.Met481Leu"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000835919.1",
"gene_symbol": "ENSG00000308709",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.136-45521T>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}