← 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-225289844-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=225289844&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 225289844,
"ref": "A",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000682510.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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "NM_001367479.1",
"protein_id": "NP_001354408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4617,
"cds_start": -4,
"cds_end": null,
"cds_length": 13854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14065,
"mane_select": "ENST00000682510.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "ENST00000682510.1",
"protein_id": "ENSP00000508305.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4617,
"cds_start": -4,
"cds_end": null,
"cds_length": 13854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14065,
"mane_select": "NM_001367479.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "n.1384-41A>C",
"hgvs_p": null,
"transcript": "ENST00000327794.10",
"protein_id": "ENSP00000328980.6",
"transcript_support_level": 1,
"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": 8488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 84,
"intron_rank": 52,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7993-41A>C",
"hgvs_p": null,
"transcript": "ENST00000430092.5",
"protein_id": "ENSP00000414402.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 4515,
"cds_start": -4,
"cds_end": null,
"cds_length": 13548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 83,
"intron_rank": 51,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7993-41A>C",
"hgvs_p": null,
"transcript": "ENST00000439375.6",
"protein_id": "ENSP00000392061.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 4515,
"cds_start": -4,
"cds_end": null,
"cds_length": 13548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 61,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.6034-41A>C",
"hgvs_p": null,
"transcript": "ENST00000445597.6",
"protein_id": "ENSP00000409472.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 3507,
"cds_start": -4,
"cds_end": null,
"cds_length": 10524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.1384-41A>C",
"hgvs_p": null,
"transcript": "ENST00000638635.1",
"protein_id": "ENSP00000492319.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1475,
"cds_start": -4,
"cds_end": null,
"cds_length": 4429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8269-41A>C",
"hgvs_p": null,
"transcript": "XM_011544058.3",
"protein_id": "XP_011542360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4616,
"cds_start": -4,
"cds_end": null,
"cds_length": 13851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8224-41A>C",
"hgvs_p": null,
"transcript": "XM_011544059.3",
"protein_id": "XP_011542361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4601,
"cds_start": -4,
"cds_end": null,
"cds_length": 13806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8197-41A>C",
"hgvs_p": null,
"transcript": "XM_017000295.2",
"protein_id": "XP_016855784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4592,
"cds_start": -4,
"cds_end": null,
"cds_length": 13779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8179-41A>C",
"hgvs_p": null,
"transcript": "XM_006711735.4",
"protein_id": "XP_006711798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4586,
"cds_start": -4,
"cds_end": null,
"cds_length": 13761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_017000296.2",
"protein_id": "XP_016855785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4584,
"cds_start": -4,
"cds_end": null,
"cds_length": 13755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8167-41A>C",
"hgvs_p": null,
"transcript": "XM_011544061.3",
"protein_id": "XP_011542363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4582,
"cds_start": -4,
"cds_end": null,
"cds_length": 13749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8155-41A>C",
"hgvs_p": null,
"transcript": "XM_017000297.2",
"protein_id": "XP_016855786.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4578,
"cds_start": -4,
"cds_end": null,
"cds_length": 13737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 86,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_011544062.3",
"protein_id": "XP_011542364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4565,
"cds_start": -4,
"cds_end": null,
"cds_length": 13698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8113-41A>C",
"hgvs_p": null,
"transcript": "XM_011544063.3",
"protein_id": "XP_011542365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4564,
"cds_start": -4,
"cds_end": null,
"cds_length": 13695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8104-41A>C",
"hgvs_p": null,
"transcript": "XM_011544064.3",
"protein_id": "XP_011542366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4561,
"cds_start": -4,
"cds_end": null,
"cds_length": 13686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_011544065.3",
"protein_id": "XP_011542367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4553,
"cds_start": -4,
"cds_end": null,
"cds_length": 13662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8056-41A>C",
"hgvs_p": null,
"transcript": "XM_011544066.3",
"protein_id": "XP_011542368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4545,
"cds_start": -4,
"cds_end": null,
"cds_length": 13638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_011544067.3",
"protein_id": "XP_011542369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4541,
"cds_start": -4,
"cds_end": null,
"cds_length": 13626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 85,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_047445624.1",
"protein_id": "XP_047301580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4504,
"cds_start": -4,
"cds_end": null,
"cds_length": 13515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 84,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_011544069.3",
"protein_id": "XP_011542371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4499,
"cds_start": -4,
"cds_end": null,
"cds_length": 13500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 84,
"intron_rank": 52,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7894-41A>C",
"hgvs_p": null,
"transcript": "XM_011544070.3",
"protein_id": "XP_011542372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4491,
"cds_start": -4,
"cds_end": null,
"cds_length": 13476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 83,
"intron_rank": 51,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7744-41A>C",
"hgvs_p": null,
"transcript": "XM_011544071.3",
"protein_id": "XP_011542373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4441,
"cds_start": -4,
"cds_end": null,
"cds_length": 13326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 79,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.6955-41A>C",
"hgvs_p": null,
"transcript": "XM_011544072.3",
"protein_id": "XP_011542374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4178,
"cds_start": -4,
"cds_end": null,
"cds_length": 12537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 73,
"intron_rank": 41,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.6520-41A>C",
"hgvs_p": null,
"transcript": "XM_011544073.3",
"protein_id": "XP_011542375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4033,
"cds_start": -4,
"cds_end": null,
"cds_length": 12102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 74,
"intron_rank": 54,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8272-41A>C",
"hgvs_p": null,
"transcript": "XM_017000298.2",
"protein_id": "XP_016855787.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3888,
"cds_start": -4,
"cds_end": null,
"cds_length": 11667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 70,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.5890-41A>C",
"hgvs_p": null,
"transcript": "XM_011544074.3",
"protein_id": "XP_011542376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3823,
"cds_start": -4,
"cds_end": null,
"cds_length": 11472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 68,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.5119-41A>C",
"hgvs_p": null,
"transcript": "XM_011544076.2",
"protein_id": "XP_011542378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3566,
"cds_start": -4,
"cds_end": null,
"cds_length": 10701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 60,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.3679-41A>C",
"hgvs_p": null,
"transcript": "XM_017000299.2",
"protein_id": "XP_016855788.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3086,
"cds_start": -4,
"cds_end": null,
"cds_length": 9261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 52,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.2830-41A>C",
"hgvs_p": null,
"transcript": "XM_011544081.2",
"protein_id": "XP_011542383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2803,
"cds_start": -4,
"cds_end": null,
"cds_length": 8412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 46,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.1852-41A>C",
"hgvs_p": null,
"transcript": "XM_047445671.1",
"protein_id": "XP_047301627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2477,
"cds_start": -4,
"cds_end": null,
"cds_length": 7434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"dbsnp": "rs12042076",
"frequency_reference_population": 0.35340866,
"hom_count_reference_population": 80775,
"allele_count_reference_population": 441312,
"gnomad_exomes_af": 0.359418,
"gnomad_genomes_af": 0.310054,
"gnomad_exomes_ac": 394182,
"gnomad_genomes_ac": 47130,
"gnomad_exomes_homalt": 72653,
"gnomad_genomes_homalt": 8122,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.334,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000682510.1",
"gene_symbol": "DNAH14",
"hgnc_id": 2945,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.8272-41A>C",
"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
}