← 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: 19-38647923-GC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=38647923&ref=GC&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 38647923,
"ref": "GC",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001440296.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+18delC",
"hgvs_p": null,
"transcript": "NM_004924.6",
"protein_id": "NP_004915.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": null,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252699.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004924.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000252699.7",
"protein_id": "ENSP00000252699.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": null,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004924.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252699.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000424234.7",
"protein_id": "ENSP00000411187.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": null,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424234.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000390009.7",
"protein_id": "ENSP00000439497.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 692,
"cds_start": null,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000390009.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "n.259+17delC",
"hgvs_p": null,
"transcript": "ENST00000588618.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000588618.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871334.1",
"protein_id": "ENSP00000541393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 962,
"cds_start": null,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871334.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871336.1",
"protein_id": "ENSP00000541395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 951,
"cds_start": null,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871336.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871329.1",
"protein_id": "ENSP00000541388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 936,
"cds_start": null,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871329.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871331.1",
"protein_id": "ENSP00000541390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 936,
"cds_start": null,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+18delC",
"hgvs_p": null,
"transcript": "NM_001440296.1",
"protein_id": "NP_001427225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": null,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440296.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+18delC",
"hgvs_p": null,
"transcript": "NM_001440300.1",
"protein_id": "NP_001427229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": null,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871326.1",
"protein_id": "ENSP00000541385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": null,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871326.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000924369.1",
"protein_id": "ENSP00000594428.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": null,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871335.1",
"protein_id": "ENSP00000541394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": null,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871335.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+18delC",
"hgvs_p": null,
"transcript": "NM_001411143.1",
"protein_id": "NP_001398072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": null,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411143.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000924368.1",
"protein_id": "ENSP00000594427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 910,
"cds_start": null,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924368.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871327.1",
"protein_id": "ENSP00000541386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 909,
"cds_start": null,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871327.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871325.1",
"protein_id": "ENSP00000541384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 908,
"cds_start": null,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871325.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871328.1",
"protein_id": "ENSP00000541387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 908,
"cds_start": null,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871328.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+18delC",
"hgvs_p": null,
"transcript": "NM_001322033.2",
"protein_id": "NP_001308962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322033.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+18delC",
"hgvs_p": null,
"transcript": "NM_001440298.1",
"protein_id": "NP_001427227.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440298.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000440400.3",
"protein_id": "ENSP00000398393.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440400.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871324.1",
"protein_id": "ENSP00000541383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871324.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871333.1",
"protein_id": "ENSP00000541392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 892,
"cds_start": null,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871333.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000924370.1",
"protein_id": "ENSP00000594429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 884,
"cds_start": null,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924370.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871332.1",
"protein_id": "ENSP00000541391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 882,
"cds_start": null,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871332.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000924371.1",
"protein_id": "ENSP00000594430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": null,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871330.1",
"protein_id": "ENSP00000541389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": null,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.162+17delC",
"hgvs_p": null,
"transcript": "ENST00000871337.1",
"protein_id": "ENSP00000541396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 533,
"cds_start": null,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871337.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.168+17delC",
"hgvs_p": null,
"transcript": "ENST00000589528.1",
"protein_id": "ENSP00000467190.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": null,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589528.1"
}
],
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"dbsnp": "rs1568666913",
"frequency_reference_population": 0.0000203256,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000203256,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.904,
"phylop100way_prediction": "Benign",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001440296.1",
"gene_symbol": "ACTN4",
"hgnc_id": 166,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.162+18delC",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}