← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-101964717-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=101964717&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 101964717,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001376.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "NM_001376.5",
"protein_id": "NP_001367.2",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 4646,
"cds_start": 26,
"cds_end": null,
"cds_length": 13941,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 19940,
"mane_select": "ENST00000360184.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000360184.10",
"protein_id": "ENSP00000348965.4",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 4646,
"cds_start": 26,
"cds_end": null,
"cds_length": 13941,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 19940,
"mane_select": "NM_001376.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000681574.1",
"protein_id": "ENSP00000505523.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 4672,
"cds_start": 26,
"cds_end": null,
"cds_length": 14019,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 14519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000679720.1",
"protein_id": "ENSP00000505938.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 4637,
"cds_start": 26,
"cds_end": null,
"cds_length": 13914,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 19903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000644881.2",
"protein_id": "ENSP00000495022.2",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 4604,
"cds_start": 26,
"cds_end": null,
"cds_length": 13815,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 14291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000645149.2",
"protein_id": "ENSP00000495944.2",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 4597,
"cds_start": 26,
"cds_end": null,
"cds_length": 13794,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 14134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000680137.1",
"protein_id": "ENSP00000505294.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 3668,
"cds_start": 26,
"cds_end": null,
"cds_length": 11007,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 11328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000643508.2",
"protein_id": "ENSP00000495528.2",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 3641,
"cds_start": 26,
"cds_end": null,
"cds_length": 10926,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 11802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp",
"transcript": "ENST00000645114.2",
"protein_id": "ENSP00000495884.2",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 2726,
"cds_start": 26,
"cds_end": null,
"cds_length": 8181,
"cdna_start": 134,
"cdna_end": null,
"cdna_length": 8400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.145G>A",
"hgvs_p": null,
"transcript": "ENST00000643684.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000643958.2",
"protein_id": "ENSP00000505734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000645039.2",
"protein_id": "ENSP00000495220.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 71,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000679486.1",
"protein_id": "ENSP00000506688.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000679629.1",
"protein_id": "ENSP00000505589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000679910.1",
"protein_id": "ENSP00000506521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680001.1",
"protein_id": "ENSP00000506351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680120.1",
"protein_id": "ENSP00000504863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680200.1",
"protein_id": "ENSP00000506166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680313.1",
"protein_id": "ENSP00000506208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 20066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680423.1",
"protein_id": "ENSP00000505483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680715.1",
"protein_id": "ENSP00000505332.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680808.1",
"protein_id": "ENSP00000506446.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000680874.1",
"protein_id": "ENSP00000504911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 71,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681010.1",
"protein_id": "ENSP00000505201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681066.1",
"protein_id": "ENSP00000506344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681123.1",
"protein_id": "ENSP00000506124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681283.1",
"protein_id": "ENSP00000505667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681311.1",
"protein_id": "ENSP00000505519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681536.1",
"protein_id": "ENSP00000505821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681668.1",
"protein_id": "ENSP00000506420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681751.1",
"protein_id": "ENSP00000506637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681822.1",
"protein_id": "ENSP00000505744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000681859.1",
"protein_id": "ENSP00000505467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.26G>A",
"hgvs_p": null,
"transcript": "ENST00000684561.1",
"protein_id": "ENSP00000506816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 20045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17658308148384094,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.077,
"revel_prediction": "Benign",
"alphamissense_score": 0.1405,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.061,
"phylop100way_prediction": "Uncertain_significance",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001376.5",
"gene_symbol": "DYNC1H1",
"hgnc_id": 2961,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.26G>A",
"hgvs_p": "p.Gly9Asp"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease axonal type 2O",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Charcot-Marie-Tooth disease axonal type 2O",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}