← 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: 14-68921033-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=68921033&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 68921033,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000394419.9",
"consequences": [
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001130004.2",
"protein_id": "NP_001123476.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 914,
"cds_start": 313,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": "ENST00000394419.9",
"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": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000394419.9",
"protein_id": "ENSP00000377941.4",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 914,
"cds_start": 313,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": "NM_001130004.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": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000538545.6",
"protein_id": "ENSP00000439828.2",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 930,
"cds_start": 313,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 333,
"cdna_end": null,
"cdna_length": 2813,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000193403.11",
"protein_id": "ENSP00000193403.6",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 892,
"cds_start": 313,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 697,
"cdna_end": null,
"cdna_length": 3799,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000438964.6",
"protein_id": "ENSP00000414272.2",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 887,
"cds_start": 313,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 3043,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424012.1",
"protein_id": "NP_001410941.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 935,
"cds_start": 313,
"cds_end": null,
"cds_length": 2808,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3785,
"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": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.439G>A",
"hgvs_p": "p.Val147Ile",
"transcript": "NM_001424013.1",
"protein_id": "NP_001410942.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 934,
"cds_start": 439,
"cds_end": null,
"cds_length": 2805,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 3782,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424014.1",
"protein_id": "NP_001410943.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 930,
"cds_start": 313,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3770,
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000683198.1",
"protein_id": "ENSP00000507889.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 922,
"cds_start": 313,
"cds_end": null,
"cds_length": 2769,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 3784,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.400G>A",
"hgvs_p": "p.Val134Ile",
"transcript": "NM_001424015.1",
"protein_id": "NP_001410944.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 921,
"cds_start": 400,
"cds_end": null,
"cds_length": 2766,
"cdna_start": 1188,
"cdna_end": null,
"cdna_length": 4285,
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000682291.1",
"protein_id": "ENSP00000507093.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 913,
"cds_start": 313,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 3756,
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000683342.1",
"protein_id": "ENSP00000508301.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 902,
"cds_start": 313,
"cds_end": null,
"cds_length": 2711,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 2999,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424016.1",
"protein_id": "NP_001410945.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 900,
"cds_start": 313,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3680,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001411035.1",
"protein_id": "NP_001397964.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 895,
"cds_start": 313,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3665,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000679147.1",
"protein_id": "ENSP00000504355.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 895,
"cds_start": 313,
"cds_end": null,
"cds_length": 2688,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 3067,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001102.4",
"protein_id": "NP_001093.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 892,
"cds_start": 313,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3656,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.310G>A",
"hgvs_p": "p.Val104Ile",
"transcript": "NM_001424017.1",
"protein_id": "NP_001410946.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 891,
"cds_start": 310,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 3625,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001130005.2",
"protein_id": "NP_001123477.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 887,
"cds_start": 313,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3641,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000684598.1",
"protein_id": "ENSP00000507785.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 886,
"cds_start": 313,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 3675,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000684713.1",
"protein_id": "ENSP00000507155.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 883,
"cds_start": 313,
"cds_end": null,
"cds_length": 2652,
"cdna_start": 576,
"cdna_end": null,
"cdna_length": 3421,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.250G>A",
"hgvs_p": "p.Val84Ile",
"transcript": "NM_001424018.1",
"protein_id": "NP_001410947.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 879,
"cds_start": 250,
"cds_end": null,
"cds_length": 2640,
"cdna_start": 261,
"cdna_end": null,
"cdna_length": 3382,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424019.1",
"protein_id": "NP_001410948.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 874,
"cds_start": 313,
"cds_end": null,
"cds_length": 2625,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3602,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.250G>A",
"hgvs_p": "p.Val84Ile",
"transcript": "NM_001424020.1",
"protein_id": "NP_001410949.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 871,
"cds_start": 250,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 261,
"cdna_end": null,
"cdna_length": 3358,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.244G>A",
"hgvs_p": "p.Val82Ile",
"transcript": "NM_001424021.1",
"protein_id": "NP_001410950.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 869,
"cds_start": 244,
"cds_end": null,
"cds_length": 2610,
"cdna_start": 462,
"cdna_end": null,
"cdna_length": 3559,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.250G>A",
"hgvs_p": "p.Val84Ile",
"transcript": "NM_001424022.1",
"protein_id": "NP_001410951.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 866,
"cds_start": 250,
"cds_end": null,
"cds_length": 2601,
"cdna_start": 261,
"cdna_end": null,
"cdna_length": 3343,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424023.1",
"protein_id": "NP_001410952.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 865,
"cds_start": 313,
"cds_end": null,
"cds_length": 2598,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3575,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424024.1",
"protein_id": "NP_001410953.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 853,
"cds_start": 313,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3539,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424025.1",
"protein_id": "NP_001410954.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 831,
"cds_start": 313,
"cds_end": null,
"cds_length": 2496,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3473,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "NM_001411036.1",
"protein_id": "NP_001397965.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 827,
"cds_start": 118,
"cds_end": null,
"cds_length": 2484,
"cdna_start": 362,
"cdna_end": null,
"cdna_length": 3459,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "NM_001424026.1",
"protein_id": "NP_001410955.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 827,
"cds_start": 118,
"cds_end": null,
"cds_length": 2484,
"cdna_start": 301,
"cdna_end": null,
"cdna_length": 3398,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000684182.1",
"protein_id": "ENSP00000508177.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 827,
"cds_start": 118,
"cds_end": null,
"cds_length": 2484,
"cdna_start": 413,
"cdna_end": null,
"cdna_length": 3505,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424027.1",
"protein_id": "NP_001410956.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 826,
"cds_start": 313,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3458,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000682331.1",
"protein_id": "ENSP00000508329.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 826,
"cds_start": 313,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 3495,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "NM_001424028.1",
"protein_id": "NP_001410957.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 822,
"cds_start": 118,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 3479,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000376839.7",
"protein_id": "ENSP00000366035.3",
"transcript_support_level": 2,
"aa_start": 40,
"aa_end": null,
"aa_length": 822,
"cds_start": 118,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 2824,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000683225.1",
"protein_id": "ENSP00000506977.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 822,
"cds_start": 118,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 556,
"cdna_end": null,
"cdna_length": 3633,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001424029.1",
"protein_id": "NP_001410958.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 804,
"cds_start": 313,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 3392,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.250G>A",
"hgvs_p": "p.Val84Ile",
"transcript": "ENST00000556433.5",
"protein_id": "ENSP00000450764.1",
"transcript_support_level": 3,
"aa_start": 84,
"aa_end": null,
"aa_length": 259,
"cds_start": 250,
"cds_end": null,
"cds_length": 782,
"cdna_start": 727,
"cdna_end": null,
"cdna_length": 1259,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000555616.5",
"protein_id": "ENSP00000450903.1",
"transcript_support_level": 3,
"aa_start": 40,
"aa_end": null,
"aa_length": 237,
"cds_start": 118,
"cds_end": null,
"cds_length": 716,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 919,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000554508.6",
"protein_id": "ENSP00000507578.1",
"transcript_support_level": 4,
"aa_start": 40,
"aa_end": null,
"aa_length": 209,
"cds_start": 118,
"cds_end": null,
"cds_length": 632,
"cdna_start": 241,
"cdna_end": null,
"cdna_length": 755,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000553370.5",
"protein_id": "ENSP00000450925.1",
"transcript_support_level": 3,
"aa_start": 40,
"aa_end": null,
"aa_length": 143,
"cds_start": 118,
"cds_end": null,
"cds_length": 434,
"cdna_start": 289,
"cdna_end": null,
"cdna_length": 605,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.244G>A",
"hgvs_p": "p.Val82Ile",
"transcript": "ENST00000556571.1",
"protein_id": "ENSP00000452423.1",
"transcript_support_level": 4,
"aa_start": 82,
"aa_end": null,
"aa_length": 125,
"cds_start": 244,
"cds_end": null,
"cds_length": 379,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 568,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.118G>A",
"hgvs_p": "p.Val40Ile",
"transcript": "ENST00000553779.5",
"protein_id": "ENSP00000450618.1",
"transcript_support_level": 4,
"aa_start": 40,
"aa_end": null,
"aa_length": 84,
"cds_start": 118,
"cds_end": null,
"cds_length": 255,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.188G>A",
"hgvs_p": null,
"transcript": "ENST00000554158.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 571,
"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": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000682130.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": 4712,
"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": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000682298.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": 5061,
"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": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000682378.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": 5441,
"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": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000682381.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": 4976,
"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": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.313G>A",
"hgvs_p": null,
"transcript": "ENST00000682559.1",
"protein_id": "ENSP00000507271.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": 2908,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.407G>A",
"hgvs_p": null,
"transcript": "ENST00000682602.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": 565,
"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": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000683069.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": 4807,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000683261.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": 2245,
"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": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.313G>A",
"hgvs_p": null,
"transcript": "ENST00000683267.1",
"protein_id": "ENSP00000508356.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": 3778,
"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": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000683780.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": 4318,
"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": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000684146.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": 4224,
"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": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.601G>A",
"hgvs_p": null,
"transcript": "ENST00000684340.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": 4895,
"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": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.313G>A",
"hgvs_p": null,
"transcript": "ENST00000684638.1",
"protein_id": "ENSP00000507609.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": 3845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.-598G>A",
"hgvs_p": null,
"transcript": "NM_001424030.1",
"protein_id": "NP_001410959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": -4,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.220+4525G>A",
"hgvs_p": null,
"transcript": "ENST00000684639.1",
"protein_id": "ENSP00000507653.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 874,
"cds_start": -4,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"dbsnp": "rs387907345",
"frequency_reference_population": 0.0000013681724,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136817,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8844102621078491,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.445,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6938,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.858,
"phylop100way_prediction": "Pathogenic",
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000394419.9",
"gene_symbol": "ACTN1",
"hgnc_id": 163,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile"
}
],
"clinvar_disease": "Macrothrombocytopenia,Platelet-type bleeding disorder 15,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3 LP:1",
"phenotype_combined": "Platelet-type bleeding disorder 15|Macrothrombocytopenia|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}