← 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-113509643-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=113509643&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 113509643,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001321571.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321571.2",
"protein_id": "NP_001308500.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 533,
"cds_start": 979,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": "ENST00000511664.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000511664.6",
"protein_id": "ENSP00000425824.1",
"transcript_support_level": 2,
"aa_start": 327,
"aa_end": null,
"aa_length": 533,
"cds_start": 979,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": "NM_001321571.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000394522.7",
"protein_id": "ENSP00000378030.3",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1474,
"cdna_end": null,
"cdna_length": 2696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000508738.5",
"protein_id": "ENSP00000422566.1",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 489,
"cds_start": 979,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 1470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000379773.6",
"protein_id": "ENSP00000369098.2",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1041,
"cdna_end": null,
"cdna_length": 1642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321569.2",
"protein_id": "NP_001308498.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 533,
"cds_start": 979,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321573.2",
"protein_id": "NP_001308502.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 524,
"cds_start": 979,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000699048.1",
"protein_id": "ENSP00000514100.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 524,
"cds_start": 979,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1182,
"cdna_end": null,
"cdna_length": 5255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000699418.1",
"protein_id": "ENSP00000514376.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 523,
"cds_start": 979,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1182,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000706056.1",
"protein_id": "ENSP00000516208.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 523,
"cds_start": 979,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321580.2",
"protein_id": "NP_001308509.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 519,
"cds_start": 979,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321566.2",
"protein_id": "NP_001308495.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 513,
"cds_start": 979,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001396964.1",
"protein_id": "NP_001383893.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 513,
"cds_start": 979,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000699047.1",
"protein_id": "ENSP00000514099.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 513,
"cds_start": 979,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1561,
"cdna_end": null,
"cdna_length": 5601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000699381.1",
"protein_id": "ENSP00000514346.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 513,
"cds_start": 979,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 5063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321567.2",
"protein_id": "NP_001308496.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 512,
"cds_start": 979,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321570.2",
"protein_id": "NP_001308499.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 512,
"cds_start": 979,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321572.2",
"protein_id": "NP_001308501.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 512,
"cds_start": 979,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321579.2",
"protein_id": "NP_001308508.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 512,
"cds_start": 979,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001321588.2",
"protein_id": "NP_001308517.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 512,
"cds_start": 976,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000505990.5",
"protein_id": "ENSP00000424245.1",
"transcript_support_level": 5,
"aa_start": 327,
"aa_end": null,
"aa_length": 512,
"cds_start": 979,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 1802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000699376.1",
"protein_id": "ENSP00000514341.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 512,
"cds_start": 979,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 5534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699379.1",
"protein_id": "ENSP00000514344.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 512,
"cds_start": 976,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 5219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001321586.2",
"protein_id": "NP_001308515.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 511,
"cds_start": 976,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001399855.1",
"protein_id": "NP_001386784.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 511,
"cds_start": 976,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001399856.1",
"protein_id": "NP_001386785.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 511,
"cds_start": 976,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699375.1",
"protein_id": "ENSP00000514340.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 511,
"cds_start": 976,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 5206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001396965.1",
"protein_id": "NP_001383894.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 510,
"cds_start": 979,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000515496.5",
"protein_id": "ENSP00000423482.1",
"transcript_support_level": 5,
"aa_start": 327,
"aa_end": null,
"aa_length": 510,
"cds_start": 979,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 1533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001396966.1",
"protein_id": "NP_001383895.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 509,
"cds_start": 976,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321568.2",
"protein_id": "NP_001308497.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 503,
"cds_start": 979,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321587.2",
"protein_id": "NP_001308516.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 503,
"cds_start": 979,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321591.2",
"protein_id": "NP_001308520.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 503,
"cds_start": 979,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000706055.1",
"protein_id": "ENSP00000516207.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 503,
"cds_start": 979,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000706057.1",
"protein_id": "ENSP00000516209.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 503,
"cds_start": 979,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001221.4",
"protein_id": "NP_001212.2",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 499,
"cds_start": 979,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000342666.9",
"protein_id": "ENSP00000339740.5",
"transcript_support_level": 5,
"aa_start": 327,
"aa_end": null,
"aa_length": 499,
"cds_start": 979,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001321574.2",
"protein_id": "NP_001308503.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 498,
"cds_start": 976,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000514328.5",
"protein_id": "ENSP00000423677.1",
"transcript_support_level": 5,
"aa_start": 326,
"aa_end": null,
"aa_length": 498,
"cds_start": 976,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699378.1",
"protein_id": "ENSP00000514343.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 498,
"cds_start": 976,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 5177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321575.2",
"protein_id": "NP_001308504.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321583.2",
"protein_id": "NP_001308512.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321589.2",
"protein_id": "NP_001308518.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321590.2",
"protein_id": "NP_001308519.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_172114.2",
"protein_id": "NP_742112.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000699380.1",
"protein_id": "ENSP00000514345.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 492,
"cds_start": 979,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 6752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001321577.2",
"protein_id": "NP_001308506.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 491,
"cds_start": 976,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001321584.2",
"protein_id": "NP_001308513.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 491,
"cds_start": 976,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699373.1",
"protein_id": "ENSP00000514338.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 491,
"cds_start": 976,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 5146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699374.1",
"protein_id": "ENSP00000514339.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 491,
"cds_start": 976,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 5146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699382.1",
"protein_id": "ENSP00000514347.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 491,
"cds_start": 976,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 4940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001321582.2",
"protein_id": "NP_001308511.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 489,
"cds_start": 979,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_172129.2",
"protein_id": "NP_742127.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 489,
"cds_start": 979,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001399857.1",
"protein_id": "NP_001386786.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 488,
"cds_start": 976,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_001399858.1",
"protein_id": "NP_001386787.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_172115.3",
"protein_id": "NP_742113.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_172127.3",
"protein_id": "NP_742125.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "NM_172128.3",
"protein_id": "NP_742126.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 5587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000296402.9",
"protein_id": "ENSP00000296402.5",
"transcript_support_level": 5,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1838,
"cdna_end": null,
"cdna_length": 5820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "ENST00000394524.7",
"protein_id": "ENSP00000378032.3",
"transcript_support_level": 2,
"aa_start": 327,
"aa_end": null,
"aa_length": 478,
"cds_start": 979,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 5294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001321576.2",
"protein_id": "NP_001308505.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 477,
"cds_start": 976,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "NM_001396967.1",
"protein_id": "NP_001383896.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 477,
"cds_start": 976,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "ENST00000699417.1",
"protein_id": "ENSP00000514375.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 477,
"cds_start": 976,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 5104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.862G>A",
"hgvs_p": "p.Val288Ile",
"transcript": "NM_001399859.1",
"protein_id": "NP_001386788.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 460,
"cds_start": 862,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 5784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.862G>A",
"hgvs_p": "p.Val288Ile",
"transcript": "NM_001321581.2",
"protein_id": "NP_001308510.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 453,
"cds_start": 862,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.862G>A",
"hgvs_p": "p.Val288Ile",
"transcript": "NM_001399860.1",
"protein_id": "NP_001386789.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 439,
"cds_start": 862,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 5688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.862G>A",
"hgvs_p": "p.Val288Ile",
"transcript": "NM_001399861.1",
"protein_id": "NP_001386790.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 439,
"cds_start": 862,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 5688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Val287Ile",
"transcript": "NM_001399862.1",
"protein_id": "NP_001386791.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 438,
"cds_start": 859,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 5729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Val198Ile",
"transcript": "NM_001399863.1",
"protein_id": "NP_001386792.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 383,
"cds_start": 592,
"cds_end": null,
"cds_length": 1152,
"cdna_start": 1722,
"cdna_end": null,
"cdna_length": 5762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Val197Ile",
"transcript": "NM_001399864.1",
"protein_id": "NP_001386793.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 348,
"cds_start": 589,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 1719,
"cdna_end": null,
"cdna_length": 5657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.391G>A",
"hgvs_p": "p.Val131Ile",
"transcript": "NM_001321578.2",
"protein_id": "NP_001308507.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 296,
"cds_start": 391,
"cds_end": null,
"cds_length": 891,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 5556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.391G>A",
"hgvs_p": "p.Val131Ile",
"transcript": "NM_001321585.2",
"protein_id": "NP_001308514.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 296,
"cds_start": 391,
"cds_end": null,
"cds_length": 891,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 5723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.391G>A",
"hgvs_p": "p.Val131Ile",
"transcript": "NM_001399865.1",
"protein_id": "NP_001386794.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 282,
"cds_start": 391,
"cds_end": null,
"cds_length": 849,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 5681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.361G>A",
"hgvs_p": "p.Val121Ile",
"transcript": "ENST00000509594.1",
"protein_id": "ENSP00000423753.1",
"transcript_support_level": 5,
"aa_start": 121,
"aa_end": null,
"aa_length": 193,
"cds_start": 361,
"cds_end": null,
"cds_length": 583,
"cdna_start": 361,
"cdna_end": null,
"cdna_length": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Ile",
"transcript": "ENST00000513132.5",
"protein_id": "ENSP00000424247.1",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 181,
"cds_start": 88,
"cds_end": null,
"cds_length": 546,
"cdna_start": 89,
"cdna_end": null,
"cdna_length": 2142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "XM_047416220.1",
"protein_id": "XP_047272176.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 532,
"cds_start": 976,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 2298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "XM_047416221.1",
"protein_id": "XP_047272177.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 532,
"cds_start": 976,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 2298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "XM_047416222.1",
"protein_id": "XP_047272178.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 512,
"cds_start": 976,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Val326Ile",
"transcript": "XM_017008674.3",
"protein_id": "XP_016864163.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 511,
"cds_start": 976,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 5686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "XM_011532295.3",
"protein_id": "XP_011530597.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 510,
"cds_start": 979,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile",
"transcript": "XM_047416223.1",
"protein_id": "XP_047272179.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 499,
"cds_start": 979,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Val198Ile",
"transcript": "XM_011532292.3",
"protein_id": "XP_011530594.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 404,
"cds_start": 592,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 656,
"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": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.979G>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": -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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*546G>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": -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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*2168G>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": -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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.840G>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": -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": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*857G>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": -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": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.979G>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": -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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.1311G>A",
"hgvs_p": null,
"transcript": "ENST00000699420.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": 3500,
"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": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*329G>A",
"hgvs_p": null,
"transcript": "ENST00000699421.1",
"protein_id": "ENSP00000514378.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": 2912,
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*546G>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": -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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*2168G>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": -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": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*857G>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": -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": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMK2D",
"gene_hgnc_id": 1462,
"hgvs_c": "n.*329G>A",
"hgvs_p": null,
"transcript": "ENST00000699421.1",
"protein_id": "ENSP00000514378.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": 2912,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000308709",
"gene_hgnc_id": null,
"hgvs_c": "n.203+6626C>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": -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": "rs374130979",
"frequency_reference_population": 0.00018455384,
"hom_count_reference_population": 0,
"allele_count_reference_population": 296,
"gnomad_exomes_af": 0.000190125,
"gnomad_genomes_af": 0.000131415,
"gnomad_exomes_ac": 276,
"gnomad_genomes_ac": 20,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17259731888771057,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.158,
"revel_prediction": "Benign",
"alphamissense_score": 0.0814,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.899,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 6,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001321571.2",
"gene_symbol": "CAMK2D",
"hgnc_id": 1462,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Val327Ile"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000835919.1",
"gene_symbol": "ENSG00000308709",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.203+6626C>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
}