← 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-225346029-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=225346029&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 225346029,
"ref": "T",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001367479.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "NM_001367479.1",
"protein_id": "NP_001354408.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 4617,
"cds_start": 10746,
"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": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "ENST00000682510.1",
"protein_id": "ENSP00000508305.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 4617,
"cds_start": 10746,
"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": 26,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "n.3642T>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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10467T>A",
"hgvs_p": "p.Ile3489Ile",
"transcript": "ENST00000430092.5",
"protein_id": "ENSP00000414402.1",
"transcript_support_level": 5,
"aa_start": 3489,
"aa_end": null,
"aa_length": 4515,
"cds_start": 10467,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 67,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10467T>A",
"hgvs_p": "p.Ile3489Ile",
"transcript": "ENST00000439375.6",
"protein_id": "ENSP00000392061.2",
"transcript_support_level": 5,
"aa_start": 3489,
"aa_end": null,
"aa_length": 4515,
"cds_start": 10467,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8058T>A",
"hgvs_p": "p.Ile2686Ile",
"transcript": "ENST00000445597.6",
"protein_id": "ENSP00000409472.2",
"transcript_support_level": 5,
"aa_start": 2686,
"aa_end": null,
"aa_length": 3507,
"cds_start": 8058,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.3642T>A",
"hgvs_p": "p.Ile1214Ile",
"transcript": "ENST00000638635.1",
"protein_id": "ENSP00000492319.1",
"transcript_support_level": 5,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1475,
"cds_start": 3642,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10743T>A",
"hgvs_p": "p.Ile3581Ile",
"transcript": "XM_011544058.3",
"protein_id": "XP_011542360.1",
"transcript_support_level": null,
"aa_start": 3581,
"aa_end": null,
"aa_length": 4616,
"cds_start": 10743,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10698T>A",
"hgvs_p": "p.Ile3566Ile",
"transcript": "XM_011544059.3",
"protein_id": "XP_011542361.1",
"transcript_support_level": null,
"aa_start": 3566,
"aa_end": null,
"aa_length": 4601,
"cds_start": 10698,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10671T>A",
"hgvs_p": "p.Ile3557Ile",
"transcript": "XM_017000295.2",
"protein_id": "XP_016855784.1",
"transcript_support_level": null,
"aa_start": 3557,
"aa_end": null,
"aa_length": 4592,
"cds_start": 10671,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10653T>A",
"hgvs_p": "p.Ile3551Ile",
"transcript": "XM_006711735.4",
"protein_id": "XP_006711798.1",
"transcript_support_level": null,
"aa_start": 3551,
"aa_end": null,
"aa_length": 4586,
"cds_start": 10653,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "XM_017000296.2",
"protein_id": "XP_016855785.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 4584,
"cds_start": 10746,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10641T>A",
"hgvs_p": "p.Ile3547Ile",
"transcript": "XM_011544061.3",
"protein_id": "XP_011542363.1",
"transcript_support_level": null,
"aa_start": 3547,
"aa_end": null,
"aa_length": 4582,
"cds_start": 10641,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10629T>A",
"hgvs_p": "p.Ile3543Ile",
"transcript": "XM_017000297.2",
"protein_id": "XP_016855786.1",
"transcript_support_level": null,
"aa_start": 3543,
"aa_end": null,
"aa_length": 4578,
"cds_start": 10629,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "XM_011544062.3",
"protein_id": "XP_011542364.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 4565,
"cds_start": 10746,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10587T>A",
"hgvs_p": "p.Ile3529Ile",
"transcript": "XM_011544063.3",
"protein_id": "XP_011542365.1",
"transcript_support_level": null,
"aa_start": 3529,
"aa_end": null,
"aa_length": 4564,
"cds_start": 10587,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10578T>A",
"hgvs_p": "p.Ile3526Ile",
"transcript": "XM_011544064.3",
"protein_id": "XP_011542366.1",
"transcript_support_level": null,
"aa_start": 3526,
"aa_end": null,
"aa_length": 4561,
"cds_start": 10578,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10554T>A",
"hgvs_p": "p.Ile3518Ile",
"transcript": "XM_011544065.3",
"protein_id": "XP_011542367.1",
"transcript_support_level": null,
"aa_start": 3518,
"aa_end": null,
"aa_length": 4553,
"cds_start": 10554,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.10530T>A",
"hgvs_p": "p.Ile3510Ile",
"transcript": "XM_011544066.3",
"protein_id": "XP_011542368.1",
"transcript_support_level": null,
"aa_start": 3510,
"aa_end": null,
"aa_length": 4545,
"cds_start": 10530,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "XM_011544067.3",
"protein_id": "XP_011542369.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 4541,
"cds_start": 10746,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "XM_047445624.1",
"protein_id": "XP_047301580.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 4504,
"cds_start": 10746,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10392T>A",
"hgvs_p": "p.Ile3464Ile",
"transcript": "XM_011544069.3",
"protein_id": "XP_011542371.1",
"transcript_support_level": null,
"aa_start": 3464,
"aa_end": null,
"aa_length": 4499,
"cds_start": 10392,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10368T>A",
"hgvs_p": "p.Ile3456Ile",
"transcript": "XM_011544070.3",
"protein_id": "XP_011542372.1",
"transcript_support_level": null,
"aa_start": 3456,
"aa_end": null,
"aa_length": 4491,
"cds_start": 10368,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 67,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10218T>A",
"hgvs_p": "p.Ile3406Ile",
"transcript": "XM_011544071.3",
"protein_id": "XP_011542373.1",
"transcript_support_level": null,
"aa_start": 3406,
"aa_end": null,
"aa_length": 4441,
"cds_start": 10218,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.9429T>A",
"hgvs_p": "p.Ile3143Ile",
"transcript": "XM_011544072.3",
"protein_id": "XP_011542374.1",
"transcript_support_level": null,
"aa_start": 3143,
"aa_end": null,
"aa_length": 4178,
"cds_start": 9429,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8994T>A",
"hgvs_p": "p.Ile2998Ile",
"transcript": "XM_011544073.3",
"protein_id": "XP_011542375.1",
"transcript_support_level": null,
"aa_start": 2998,
"aa_end": null,
"aa_length": 4033,
"cds_start": 8994,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile",
"transcript": "XM_017000298.2",
"protein_id": "XP_016855787.1",
"transcript_support_level": null,
"aa_start": 3582,
"aa_end": null,
"aa_length": 3888,
"cds_start": 10746,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.8364T>A",
"hgvs_p": "p.Ile2788Ile",
"transcript": "XM_011544074.3",
"protein_id": "XP_011542376.1",
"transcript_support_level": null,
"aa_start": 2788,
"aa_end": null,
"aa_length": 3823,
"cds_start": 8364,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.7593T>A",
"hgvs_p": "p.Ile2531Ile",
"transcript": "XM_011544076.2",
"protein_id": "XP_011542378.1",
"transcript_support_level": null,
"aa_start": 2531,
"aa_end": null,
"aa_length": 3566,
"cds_start": 7593,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.6153T>A",
"hgvs_p": "p.Ile2051Ile",
"transcript": "XM_017000299.2",
"protein_id": "XP_016855788.1",
"transcript_support_level": null,
"aa_start": 2051,
"aa_end": null,
"aa_length": 3086,
"cds_start": 6153,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.5304T>A",
"hgvs_p": "p.Ile1768Ile",
"transcript": "XM_011544081.2",
"protein_id": "XP_011542383.1",
"transcript_support_level": null,
"aa_start": 1768,
"aa_end": null,
"aa_length": 2803,
"cds_start": 5304,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH14",
"gene_hgnc_id": 2945,
"hgvs_c": "c.4326T>A",
"hgvs_p": "p.Ile1442Ile",
"transcript": "XM_047445671.1",
"protein_id": "XP_047301627.1",
"transcript_support_level": null,
"aa_start": 1442,
"aa_end": null,
"aa_length": 2477,
"cds_start": 4326,
"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": "rs12742757",
"frequency_reference_population": 0.08760136,
"hom_count_reference_population": 7724,
"allele_count_reference_population": 135903,
"gnomad_exomes_af": 0.0847757,
"gnomad_genomes_af": 0.113603,
"gnomad_exomes_ac": 118628,
"gnomad_genomes_ac": 17275,
"gnomad_exomes_homalt": 6551,
"gnomad_genomes_homalt": 1173,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4099999964237213,
"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.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.813,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 19,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001367479.1",
"gene_symbol": "DNAH14",
"hgnc_id": 2945,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.10746T>A",
"hgvs_p": "p.Ile3582Ile"
}
],
"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
}