← 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-225340481-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=225340481&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 225340481,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001367479.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "NM_001367479.1",
"protein_id": "NP_001354408.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 4617,
"cds_start": 10458,
"cds_end": null,
"cds_length": 13854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682510.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367479.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "ENST00000682510.1",
"protein_id": "ENSP00000508305.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 4617,
"cds_start": 10458,
"cds_end": null,
"cds_length": 13854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001367479.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682510.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "n.3354C>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000327794.10"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 67,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10179C>A",
"hgvs_p": "p.Asp3393Glu",
"transcript": "ENST00000430092.5",
"protein_id": "ENSP00000414402.1",
"transcript_support_level": 5,
"aa_start": 3393,
"aa_end": null,
"aa_length": 4515,
"cds_start": 10179,
"cds_end": null,
"cds_length": 13548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430092.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10179C>A",
"hgvs_p": "p.Asp3393Glu",
"transcript": "ENST00000439375.6",
"protein_id": "ENSP00000392061.2",
"transcript_support_level": 5,
"aa_start": 3393,
"aa_end": null,
"aa_length": 4515,
"cds_start": 10179,
"cds_end": null,
"cds_length": 13548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439375.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7770C>A",
"hgvs_p": "p.Asp2590Glu",
"transcript": "ENST00000445597.6",
"protein_id": "ENSP00000409472.2",
"transcript_support_level": 5,
"aa_start": 2590,
"aa_end": null,
"aa_length": 3507,
"cds_start": 7770,
"cds_end": null,
"cds_length": 10524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445597.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.3354C>A",
"hgvs_p": "p.Asp1118Glu",
"transcript": "ENST00000638635.1",
"protein_id": "ENSP00000492319.1",
"transcript_support_level": 5,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1475,
"cds_start": 3354,
"cds_end": null,
"cds_length": 4429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638635.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10455C>A",
"hgvs_p": "p.Asp3485Glu",
"transcript": "XM_011544058.3",
"protein_id": "XP_011542360.1",
"transcript_support_level": null,
"aa_start": 3485,
"aa_end": null,
"aa_length": 4616,
"cds_start": 10455,
"cds_end": null,
"cds_length": 13851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544058.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10410C>A",
"hgvs_p": "p.Asp3470Glu",
"transcript": "XM_011544059.3",
"protein_id": "XP_011542361.1",
"transcript_support_level": null,
"aa_start": 3470,
"aa_end": null,
"aa_length": 4601,
"cds_start": 10410,
"cds_end": null,
"cds_length": 13806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544059.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10383C>A",
"hgvs_p": "p.Asp3461Glu",
"transcript": "XM_017000295.2",
"protein_id": "XP_016855784.1",
"transcript_support_level": null,
"aa_start": 3461,
"aa_end": null,
"aa_length": 4592,
"cds_start": 10383,
"cds_end": null,
"cds_length": 13779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000295.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10365C>A",
"hgvs_p": "p.Asp3455Glu",
"transcript": "XM_006711735.4",
"protein_id": "XP_006711798.1",
"transcript_support_level": null,
"aa_start": 3455,
"aa_end": null,
"aa_length": 4586,
"cds_start": 10365,
"cds_end": null,
"cds_length": 13761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711735.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "XM_017000296.2",
"protein_id": "XP_016855785.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 4584,
"cds_start": 10458,
"cds_end": null,
"cds_length": 13755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000296.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10353C>A",
"hgvs_p": "p.Asp3451Glu",
"transcript": "XM_011544061.3",
"protein_id": "XP_011542363.1",
"transcript_support_level": null,
"aa_start": 3451,
"aa_end": null,
"aa_length": 4582,
"cds_start": 10353,
"cds_end": null,
"cds_length": 13749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544061.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10341C>A",
"hgvs_p": "p.Asp3447Glu",
"transcript": "XM_017000297.2",
"protein_id": "XP_016855786.1",
"transcript_support_level": null,
"aa_start": 3447,
"aa_end": null,
"aa_length": 4578,
"cds_start": 10341,
"cds_end": null,
"cds_length": 13737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000297.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "XM_011544062.3",
"protein_id": "XP_011542364.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 4565,
"cds_start": 10458,
"cds_end": null,
"cds_length": 13698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544062.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10299C>A",
"hgvs_p": "p.Asp3433Glu",
"transcript": "XM_011544063.3",
"protein_id": "XP_011542365.1",
"transcript_support_level": null,
"aa_start": 3433,
"aa_end": null,
"aa_length": 4564,
"cds_start": 10299,
"cds_end": null,
"cds_length": 13695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544063.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10290C>A",
"hgvs_p": "p.Asp3430Glu",
"transcript": "XM_011544064.3",
"protein_id": "XP_011542366.1",
"transcript_support_level": null,
"aa_start": 3430,
"aa_end": null,
"aa_length": 4561,
"cds_start": 10290,
"cds_end": null,
"cds_length": 13686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544064.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10266C>A",
"hgvs_p": "p.Asp3422Glu",
"transcript": "XM_011544065.3",
"protein_id": "XP_011542367.1",
"transcript_support_level": null,
"aa_start": 3422,
"aa_end": null,
"aa_length": 4553,
"cds_start": 10266,
"cds_end": null,
"cds_length": 13662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544065.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10242C>A",
"hgvs_p": "p.Asp3414Glu",
"transcript": "XM_011544066.3",
"protein_id": "XP_011542368.1",
"transcript_support_level": null,
"aa_start": 3414,
"aa_end": null,
"aa_length": 4545,
"cds_start": 10242,
"cds_end": null,
"cds_length": 13638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544066.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "XM_011544067.3",
"protein_id": "XP_011542369.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 4541,
"cds_start": 10458,
"cds_end": null,
"cds_length": 13626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544067.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "XM_047445624.1",
"protein_id": "XP_047301580.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 4504,
"cds_start": 10458,
"cds_end": null,
"cds_length": 13515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445624.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 67,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10104C>A",
"hgvs_p": "p.Asp3368Glu",
"transcript": "XM_011544069.3",
"protein_id": "XP_011542371.1",
"transcript_support_level": null,
"aa_start": 3368,
"aa_end": null,
"aa_length": 4499,
"cds_start": 10104,
"cds_end": null,
"cds_length": 13500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544069.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 67,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10080C>A",
"hgvs_p": "p.Asp3360Glu",
"transcript": "XM_011544070.3",
"protein_id": "XP_011542372.1",
"transcript_support_level": null,
"aa_start": 3360,
"aa_end": null,
"aa_length": 4491,
"cds_start": 10080,
"cds_end": null,
"cds_length": 13476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544070.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.9930C>A",
"hgvs_p": "p.Asp3310Glu",
"transcript": "XM_011544071.3",
"protein_id": "XP_011542373.1",
"transcript_support_level": null,
"aa_start": 3310,
"aa_end": null,
"aa_length": 4441,
"cds_start": 9930,
"cds_end": null,
"cds_length": 13326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544071.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.9141C>A",
"hgvs_p": "p.Asp3047Glu",
"transcript": "XM_011544072.3",
"protein_id": "XP_011542374.1",
"transcript_support_level": null,
"aa_start": 3047,
"aa_end": null,
"aa_length": 4178,
"cds_start": 9141,
"cds_end": null,
"cds_length": 12537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544072.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8706C>A",
"hgvs_p": "p.Asp2902Glu",
"transcript": "XM_011544073.3",
"protein_id": "XP_011542375.1",
"transcript_support_level": null,
"aa_start": 2902,
"aa_end": null,
"aa_length": 4033,
"cds_start": 8706,
"cds_end": null,
"cds_length": 12102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544073.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu",
"transcript": "XM_017000298.2",
"protein_id": "XP_016855787.1",
"transcript_support_level": null,
"aa_start": 3486,
"aa_end": null,
"aa_length": 3888,
"cds_start": 10458,
"cds_end": null,
"cds_length": 11667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000298.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 53,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8076C>A",
"hgvs_p": "p.Asp2692Glu",
"transcript": "XM_011544074.3",
"protein_id": "XP_011542376.1",
"transcript_support_level": null,
"aa_start": 2692,
"aa_end": null,
"aa_length": 3823,
"cds_start": 8076,
"cds_end": null,
"cds_length": 11472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544074.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 51,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7305C>A",
"hgvs_p": "p.Asp2435Glu",
"transcript": "XM_011544076.2",
"protein_id": "XP_011542378.1",
"transcript_support_level": null,
"aa_start": 2435,
"aa_end": null,
"aa_length": 3566,
"cds_start": 7305,
"cds_end": null,
"cds_length": 10701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544076.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.5865C>A",
"hgvs_p": "p.Asp1955Glu",
"transcript": "XM_017000299.2",
"protein_id": "XP_016855788.1",
"transcript_support_level": null,
"aa_start": 1955,
"aa_end": null,
"aa_length": 3086,
"cds_start": 5865,
"cds_end": null,
"cds_length": 9261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000299.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.5016C>A",
"hgvs_p": "p.Asp1672Glu",
"transcript": "XM_011544081.2",
"protein_id": "XP_011542383.1",
"transcript_support_level": null,
"aa_start": 1672,
"aa_end": null,
"aa_length": 2803,
"cds_start": 5016,
"cds_end": null,
"cds_length": 8412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544081.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.4038C>A",
"hgvs_p": "p.Asp1346Glu",
"transcript": "XM_047445671.1",
"protein_id": "XP_047301627.1",
"transcript_support_level": null,
"aa_start": 1346,
"aa_end": null,
"aa_length": 2477,
"cds_start": 4038,
"cds_end": null,
"cds_length": 7434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445671.1"
}
],
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"dbsnp": "rs3856145",
"frequency_reference_population": 0.44492263,
"hom_count_reference_population": 155798,
"allele_count_reference_population": 689041,
"gnomad_exomes_af": 0.440723,
"gnomad_genomes_af": 0.483538,
"gnomad_exomes_ac": 615581,
"gnomad_genomes_ac": 73460,
"gnomad_exomes_homalt": 137395,
"gnomad_genomes_homalt": 18403,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00004276438630768098,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.019,
"revel_prediction": "Benign",
"alphamissense_score": 0.1698,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.346,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001367479.1",
"gene_symbol": "DNAH14",
"hgnc_id": 2945,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.10458C>A",
"hgvs_p": "p.Asp3486Glu"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}