← 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-68873882-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=68873882&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 68873882,
"ref": "C",
"alt": "A",
"effect": "downstream_gene_variant",
"transcript": "ENST00000394419.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001130004.2",
"protein_id": "NP_001123476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 914,
"cds_start": -4,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": "ENST00000394419.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "ENST00000394419.9",
"protein_id": "ENSP00000377941.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 914,
"cds_start": -4,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": "NM_001130004.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "ENST00000193403.11",
"protein_id": "ENSP00000193403.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 892,
"cds_start": -4,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424012.1",
"protein_id": "NP_001410941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 935,
"cds_start": -4,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424013.1",
"protein_id": "NP_001410942.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 934,
"cds_start": -4,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424014.1",
"protein_id": "NP_001410943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 930,
"cds_start": -4,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "ENST00000683198.1",
"protein_id": "ENSP00000507889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 922,
"cds_start": -4,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424015.1",
"protein_id": "NP_001410944.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 921,
"cds_start": -4,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424016.1",
"protein_id": "NP_001410945.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001411035.1",
"protein_id": "NP_001397964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": -4,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001102.4",
"protein_id": "NP_001093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 892,
"cds_start": -4,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424017.1",
"protein_id": "NP_001410946.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": -4,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001130005.2",
"protein_id": "NP_001123477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 887,
"cds_start": -4,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424018.1",
"protein_id": "NP_001410947.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424019.1",
"protein_id": "NP_001410948.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": 3602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424020.1",
"protein_id": "NP_001410949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 871,
"cds_start": -4,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424021.1",
"protein_id": "NP_001410950.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 869,
"cds_start": -4,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424022.1",
"protein_id": "NP_001410951.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": -4,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424023.1",
"protein_id": "NP_001410952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": -4,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424024.1",
"protein_id": "NP_001410953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": -4,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424025.1",
"protein_id": "NP_001410954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 831,
"cds_start": -4,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001411036.1",
"protein_id": "NP_001397965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": -4,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424026.1",
"protein_id": "NP_001410955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": -4,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424027.1",
"protein_id": "NP_001410956.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 826,
"cds_start": -4,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424028.1",
"protein_id": "NP_001410957.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"hgvs_p": null,
"transcript": "NM_001424029.1",
"protein_id": "NP_001410958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": -4,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "c.*977G>T",
"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": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.*250G>T",
"hgvs_p": null,
"transcript": "ENST00000682522.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": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.*250G>T",
"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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.*250G>T",
"hgvs_p": null,
"transcript": "ENST00000684287.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": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"hgvs_c": "n.*3000G>T",
"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
}
],
"gene_symbol": "ACTN1",
"gene_hgnc_id": 163,
"dbsnp": "rs181456",
"frequency_reference_population": 0.0000065841455,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000658415,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7300000190734863,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.316,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000394419.9",
"gene_symbol": "ACTN1",
"hgnc_id": 163,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*977G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}