← 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: 1-236749127-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=236749127&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 9,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ACTN2",
"hgnc_id": 164,
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"inheritance_mode": "AD,Unknown",
"pathogenic_score": 0,
"score": -9,
"transcript": "NM_001103.4",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_score": -9,
"allele_count_reference_population": 124,
"alphamissense_prediction": null,
"alphamissense_score": 0.1096,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.42,
"chr": "1",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Cardiovascular phenotype,Dilated cardiomyopathy 1AA,Primary familial hypertrophic cardiomyopathy,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:5",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.024564534425735474,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 894,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4872,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2685,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001103.4",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000366578.6",
"protein_coding": true,
"protein_id": "NP_001094.1",
"strand": true,
"transcript": "NM_001103.4",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 894,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4872,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2685,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000366578.6",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001103.4",
"protein_coding": true,
"protein_id": "ENSP00000355537.4",
"strand": true,
"transcript": "ENST00000366578.6",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 894,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4872,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2685,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000542672.7",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000443495.1",
"strand": true,
"transcript": "ENST00000542672.7",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 931,
"aa_ref": "M",
"aa_start": 544,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3043,
"cdna_start": 1805,
"cds_end": null,
"cds_length": 2796,
"cds_start": 1630,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000879537.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1630A>G",
"hgvs_p": "p.Met544Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549596.1",
"strand": true,
"transcript": "ENST00000879537.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 931,
"aa_ref": "M",
"aa_start": 544,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3023,
"cdna_start": 1804,
"cds_end": null,
"cds_length": 2796,
"cds_start": 1630,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967370.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1630A>G",
"hgvs_p": "p.Met544Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637429.1",
"strand": true,
"transcript": "ENST00000967370.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 928,
"aa_ref": "M",
"aa_start": 541,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3369,
"cdna_start": 1796,
"cds_end": null,
"cds_length": 2787,
"cds_start": 1621,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967362.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1621A>G",
"hgvs_p": "p.Met541Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637421.1",
"strand": true,
"transcript": "ENST00000967362.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 924,
"aa_ref": "M",
"aa_start": 537,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3369,
"cdna_start": 1784,
"cds_end": null,
"cds_length": 2775,
"cds_start": 1609,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000879533.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1609A>G",
"hgvs_p": "p.Met537Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549592.1",
"strand": true,
"transcript": "ENST00000879533.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 909,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2977,
"cdna_start": 1697,
"cds_end": null,
"cds_length": 2730,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967365.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637424.1",
"strand": true,
"transcript": "ENST00000967365.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 907,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3473,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2724,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000879532.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549591.1",
"strand": true,
"transcript": "ENST00000879532.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 905,
"aa_ref": "M",
"aa_start": 518,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3299,
"cdna_start": 1726,
"cds_end": null,
"cds_length": 2718,
"cds_start": 1552,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967363.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1552A>G",
"hgvs_p": "p.Met518Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637422.1",
"strand": true,
"transcript": "ENST00000967363.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 898,
"aa_ref": "M",
"aa_start": 511,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4718,
"cdna_start": 1635,
"cds_end": null,
"cds_length": 2697,
"cds_start": 1531,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967352.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1531A>G",
"hgvs_p": "p.Met511Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637411.1",
"strand": true,
"transcript": "ENST00000967352.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 895,
"aa_ref": "M",
"aa_start": 508,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3280,
"cdna_start": 1700,
"cds_end": null,
"cds_length": 2688,
"cds_start": 1522,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000879534.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1522A>G",
"hgvs_p": "p.Met508Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549593.1",
"strand": true,
"transcript": "ENST00000879534.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 894,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4872,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2685,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001278343.2",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001265272.1",
"strand": true,
"transcript": "NM_001278343.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 893,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2929,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2682,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000879538.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549597.1",
"strand": true,
"transcript": "ENST00000879538.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 892,
"aa_ref": "M",
"aa_start": 505,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4867,
"cdna_start": 1689,
"cds_end": null,
"cds_length": 2679,
"cds_start": 1513,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967348.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1513A>G",
"hgvs_p": "p.Met505Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637407.1",
"strand": true,
"transcript": "ENST00000967348.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 892,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3427,
"cdna_start": 1697,
"cds_end": null,
"cds_length": 2679,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967355.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637414.1",
"strand": true,
"transcript": "ENST00000967355.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 889,
"aa_ref": "M",
"aa_start": 502,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4171,
"cdna_start": 1679,
"cds_end": null,
"cds_length": 2670,
"cds_start": 1504,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967354.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1504A>G",
"hgvs_p": "p.Met502Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637413.1",
"strand": true,
"transcript": "ENST00000967354.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 888,
"aa_ref": "M",
"aa_start": 501,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3412,
"cdna_start": 1676,
"cds_end": null,
"cds_length": 2667,
"cds_start": 1501,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967356.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1501A>G",
"hgvs_p": "p.Met501Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637415.1",
"strand": true,
"transcript": "ENST00000967356.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 887,
"aa_ref": "M",
"aa_start": 500,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3253,
"cdna_start": 1673,
"cds_end": null,
"cds_length": 2664,
"cds_start": 1498,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000879535.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1498A>G",
"hgvs_p": "p.Met500Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549594.1",
"strand": true,
"transcript": "ENST00000879535.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 884,
"aa_ref": "M",
"aa_start": 497,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3398,
"cdna_start": 1642,
"cds_end": null,
"cds_length": 2655,
"cds_start": 1489,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967357.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1489A>G",
"hgvs_p": "p.Met497Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637416.1",
"strand": true,
"transcript": "ENST00000967357.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 881,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3235,
"cdna_start": 1694,
"cds_end": null,
"cds_length": 2646,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000879536.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549595.1",
"strand": true,
"transcript": "ENST00000879536.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 872,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3214,
"cdna_start": 1695,
"cds_end": null,
"cds_length": 2619,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967360.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637419.1",
"strand": true,
"transcript": "ENST00000967360.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 865,
"aa_ref": "M",
"aa_start": 478,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3299,
"cdna_start": 1606,
"cds_end": null,
"cds_length": 2598,
"cds_start": 1432,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000967359.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Met478Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637418.1",
"strand": true,
"transcript": "ENST00000967359.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 863,
"aa_ref": "M",
"aa_start": 476,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4603,
"cdna_start": 1461,
"cds_end": null,
"cds_length": 2592,
"cds_start": 1426,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682015.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1426A>G",
"hgvs_p": "p.Met476Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506961.1",
"strand": true,
"transcript": "ENST00000682015.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 858,
"aa_ref": "M",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3078,
"cdna_start": 1411,
"cds_end": null,
"cds_length": 2577,
"cds_start": 1411,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000651275.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1411A>G",
"hgvs_p": "p.Met471Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498926.1",
"strand": true,
"transcript": "ENST00000651275.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 854,
"aa_ref": "M",
"aa_start": 467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4746,
"cdna_start": 1577,
"cds_end": null,
"cds_length": 2565,
"cds_start": 1399,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000967349.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1399A>G",
"hgvs_p": "p.Met467Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637408.1",
"strand": true,
"transcript": "ENST00000967349.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 838,
"aa_ref": "M",
"aa_start": 451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3296,
"cdna_start": 1529,
"cds_end": null,
"cds_length": 2517,
"cds_start": 1351,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000879531.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1351A>G",
"hgvs_p": "p.Met451Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549590.1",
"strand": true,
"transcript": "ENST00000879531.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 837,
"aa_ref": "M",
"aa_start": 451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2757,
"cdna_start": 1526,
"cds_end": null,
"cds_length": 2514,
"cds_start": 1351,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000967367.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1351A>G",
"hgvs_p": "p.Met451Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637426.1",
"strand": true,
"transcript": "ENST00000967367.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 834,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3096,
"cdna_start": 1696,
"cds_end": null,
"cds_length": 2505,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967361.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637420.1",
"strand": true,
"transcript": "ENST00000967361.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 833,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4598,
"cdna_start": 1695,
"cds_end": null,
"cds_length": 2502,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967351.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637410.1",
"strand": true,
"transcript": "ENST00000967351.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 825,
"aa_ref": "M",
"aa_start": 438,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3984,
"cdna_start": 1490,
"cds_end": null,
"cds_length": 2478,
"cds_start": 1312,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000967353.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1312A>G",
"hgvs_p": "p.Met438Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637412.1",
"strand": true,
"transcript": "ENST00000967353.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 817,
"aa_ref": "M",
"aa_start": 430,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3031,
"cdna_start": 1466,
"cds_end": null,
"cds_length": 2454,
"cds_start": 1288,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000967364.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1288A>G",
"hgvs_p": "p.Met430Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637423.1",
"strand": true,
"transcript": "ENST00000967364.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 811,
"aa_ref": "M",
"aa_start": 424,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2666,
"cdna_start": 1445,
"cds_end": null,
"cds_length": 2436,
"cds_start": 1270,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000967369.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1270A>G",
"hgvs_p": "p.Met424Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637428.1",
"strand": true,
"transcript": "ENST00000967369.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 731,
"aa_ref": "M",
"aa_start": 344,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4372,
"cdna_start": 1205,
"cds_end": null,
"cds_length": 2196,
"cds_start": 1030,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000967350.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Met344Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637409.1",
"strand": true,
"transcript": "ENST00000967350.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 728,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2434,
"cdna_start": 1697,
"cds_end": null,
"cds_length": 2187,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967366.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637425.1",
"strand": true,
"transcript": "ENST00000967366.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 679,
"aa_ref": "M",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2760,
"cdna_start": 1697,
"cds_end": null,
"cds_length": 2040,
"cds_start": 1519,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000967358.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1519A>G",
"hgvs_p": "p.Met507Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637417.1",
"strand": true,
"transcript": "ENST00000967358.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 587,
"aa_ref": "M",
"aa_start": 200,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1994,
"cdna_start": 599,
"cds_end": null,
"cds_length": 1764,
"cds_start": 598,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000651781.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Met200Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498394.1",
"strand": true,
"transcript": "ENST00000651781.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 847,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2786,
"cdna_start": null,
"cds_end": null,
"cds_length": 2544,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000967368.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "c.1515+1352A>G",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637427.1",
"strand": true,
"transcript": "ENST00000967368.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4591,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000492634.7",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.1449A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000492634.7",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2353,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000651091.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*813A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498677.1",
"strand": true,
"transcript": "ENST00000651091.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2716,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000651786.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*891A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498364.1",
"strand": true,
"transcript": "ENST00000651786.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3622,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000652096.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*924A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498896.1",
"strand": true,
"transcript": "ENST00000652096.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5756,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000682692.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.2614A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682692.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 10302,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000682966.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.7160A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682966.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683111.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*805A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507913.1",
"strand": true,
"transcript": "ENST00000683111.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6013,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683322.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.2871A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683322.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 7299,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000684050.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.4157A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684050.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6216,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684286.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.3074A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684286.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5958,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000684502.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.2816A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684502.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5069,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NR_184402.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.1891A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_184402.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2353,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000651091.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*813A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498677.1",
"strand": true,
"transcript": "ENST00000651091.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2716,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000651786.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*891A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498364.1",
"strand": true,
"transcript": "ENST00000651786.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3622,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000652096.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*924A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498896.1",
"strand": true,
"transcript": "ENST00000652096.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683111.1",
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"hgvs_c": "n.*805A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507913.1",
"strand": true,
"transcript": "ENST00000683111.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs144553482",
"effect": "missense_variant",
"frequency_reference_population": 0.00007681862,
"gene_hgnc_id": 164,
"gene_symbol": "ACTN2",
"gnomad_exomes_ac": 56,
"gnomad_exomes_af": 0.0000383076,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 68,
"gnomad_genomes_af": 0.00044637,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|Dilated cardiomyopathy 1AA;Primary familial hypertrophic cardiomyopathy|Dilated cardiomyopathy 1AA|Cardiovascular phenotype|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.476,
"pos": 236749127,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.11,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001103.4"
}
]
}