← 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-102042685-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=102042685&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 14,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BS1",
"BS2"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "DYNC1H1",
"hgnc_id": 2961,
"hgvs_c": "c.12450G>A",
"hgvs_p": "p.Pro4150Pro",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -14,
"transcript": "NM_001376.5",
"verdict": "Benign"
},
{
"benign_score": 5,
"criteria": [
"BP4_Strong",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000293472",
"hgnc_id": null,
"hgvs_c": "n.347-5916C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -5,
"transcript": "ENST00000553701.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BS1,BS2",
"acmg_score": -14,
"allele_count_reference_population": 20,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.72,
"chr": "14",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Charcot-Marie-Tooth disease axonal type 2O,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.7200000286102295,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4646,
"aa_ref": "P",
"aa_start": 4150,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 19940,
"cdna_start": 12569,
"cds_end": null,
"cds_length": 13941,
"cds_start": 12450,
"consequences": [
"synonymous_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "NM_001376.5",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.12450G>A",
"hgvs_p": "p.Pro4150Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000360184.10",
"protein_coding": true,
"protein_id": "NP_001367.2",
"strand": true,
"transcript": "NM_001376.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4646,
"aa_ref": "P",
"aa_start": 4150,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 19940,
"cdna_start": 12569,
"cds_end": null,
"cds_length": 13941,
"cds_start": 12450,
"consequences": [
"synonymous_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000360184.10",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.12450G>A",
"hgvs_p": "p.Pro4150Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001376.5",
"protein_coding": true,
"protein_id": "ENSP00000348965.4",
"strand": true,
"transcript": "ENST00000360184.10",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4672,
"aa_ref": "P",
"aa_start": 4150,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14519,
"cdna_start": 12569,
"cds_end": null,
"cds_length": 14019,
"cds_start": 12450,
"consequences": [
"synonymous_variant"
],
"exon_count": 77,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000681574.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.12450G>A",
"hgvs_p": "p.Pro4150Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505523.1",
"strand": true,
"transcript": "ENST00000681574.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4637,
"aa_ref": "P",
"aa_start": 4150,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 19903,
"cdna_start": 12569,
"cds_end": null,
"cds_length": 13914,
"cds_start": 12450,
"consequences": [
"synonymous_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000679720.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.12450G>A",
"hgvs_p": "p.Pro4150Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505938.1",
"strand": true,
"transcript": "ENST00000679720.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4604,
"aa_ref": "P",
"aa_start": 4150,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14291,
"cdna_start": 12569,
"cds_end": null,
"cds_length": 13815,
"cds_start": 12450,
"consequences": [
"synonymous_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000644881.2",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.12450G>A",
"hgvs_p": "p.Pro4150Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495022.2",
"strand": true,
"transcript": "ENST00000644881.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4597,
"aa_ref": "P",
"aa_start": 4101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14134,
"cdna_start": 12422,
"cds_end": null,
"cds_length": 13794,
"cds_start": 12303,
"consequences": [
"synonymous_variant"
],
"exon_count": 77,
"exon_rank": 68,
"exon_rank_end": null,
"feature": "ENST00000645149.2",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.12303G>A",
"hgvs_p": "p.Pro4101Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495944.2",
"strand": true,
"transcript": "ENST00000645149.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 4493,
"aa_ref": "P",
"aa_start": 3997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 19477,
"cdna_start": 12108,
"cds_end": null,
"cds_length": 13482,
"cds_start": 11991,
"consequences": [
"synonymous_variant"
],
"exon_count": 76,
"exon_rank": 67,
"exon_rank_end": null,
"feature": "ENST00000919473.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "c.11991G>A",
"hgvs_p": "p.Pro3997Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000589532.1",
"strand": true,
"transcript": "ENST00000919473.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4773,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 26,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000643437.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.2404G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643437.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2950,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000643591.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.243G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643591.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4050,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 25,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000643829.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.2406G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643829.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2298,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000644239.2",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.586G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644239.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4842,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000644794.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.2569G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644794.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 968,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000644888.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.923G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644888.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14031,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 76,
"exon_rank": 67,
"exon_rank_end": null,
"feature": "ENST00000645039.2",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*301G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495220.2",
"strand": true,
"transcript": "ENST00000645039.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2397,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000645085.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.696G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645085.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3547,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000645697.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.3113G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645697.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4235,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000647204.2",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.1786G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647204.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 7322,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 44,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000647366.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.6004G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647366.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 13534,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 71,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000679486.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.12450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506688.1",
"strand": true,
"transcript": "ENST00000679486.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14277,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000679910.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*3532G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506521.1",
"strand": true,
"transcript": "ENST00000679910.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14261,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680120.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.12450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504863.1",
"strand": true,
"transcript": "ENST00000680120.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14266,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680200.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*1709G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506166.1",
"strand": true,
"transcript": "ENST00000680200.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 20066,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 79,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680313.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.12450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506208.1",
"strand": true,
"transcript": "ENST00000680313.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14201,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680423.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*4181G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505483.1",
"strand": true,
"transcript": "ENST00000680423.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14289,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680715.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.12450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505332.1",
"strand": true,
"transcript": "ENST00000680715.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 13244,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 71,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000681010.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.12450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505201.1",
"strand": true,
"transcript": "ENST00000681010.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14194,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 77,
"exon_rank": 68,
"exon_rank_end": null,
"feature": "ENST00000681066.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*473G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506344.1",
"strand": true,
"transcript": "ENST00000681066.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14278,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000681283.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*1162G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505667.1",
"strand": true,
"transcript": "ENST00000681283.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 79,
"exon_rank": 70,
"exon_rank_end": null,
"feature": "ENST00000681536.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*5649G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505821.1",
"strand": true,
"transcript": "ENST00000681536.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14315,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000681822.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.12450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505744.1",
"strand": true,
"transcript": "ENST00000681822.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 20045,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 79,
"exon_rank": 70,
"exon_rank_end": null,
"feature": "ENST00000684561.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*3909G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506816.1",
"strand": true,
"transcript": "ENST00000684561.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14031,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 76,
"exon_rank": 67,
"exon_rank_end": null,
"feature": "ENST00000645039.2",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*301G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495220.2",
"strand": true,
"transcript": "ENST00000645039.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14277,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000679910.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*3532G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506521.1",
"strand": true,
"transcript": "ENST00000679910.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14266,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680200.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*1709G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506166.1",
"strand": true,
"transcript": "ENST00000680200.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14201,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000680423.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*4181G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505483.1",
"strand": true,
"transcript": "ENST00000680423.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14194,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 77,
"exon_rank": 68,
"exon_rank_end": null,
"feature": "ENST00000681066.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*473G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506344.1",
"strand": true,
"transcript": "ENST00000681066.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14278,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 78,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000681283.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*1162G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505667.1",
"strand": true,
"transcript": "ENST00000681283.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 14488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 79,
"exon_rank": 70,
"exon_rank_end": null,
"feature": "ENST00000681536.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*5649G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505821.1",
"strand": true,
"transcript": "ENST00000681536.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 20045,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 79,
"exon_rank": 70,
"exon_rank_end": null,
"feature": "ENST00000684561.1",
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"hgvs_c": "n.*3909G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506816.1",
"strand": true,
"transcript": "ENST00000684561.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 447,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000553701.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000293472",
"hgvs_c": "n.347-5916C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000553701.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 451,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000557242.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000293472",
"hgvs_c": "n.329-5916C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000557242.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 566,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000557551.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000293472",
"hgvs_c": "n.111+1608C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000557551.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 991,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000762207.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000293472",
"hgvs_c": "n.382-3575C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000762207.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 657,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000762208.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000293472",
"hgvs_c": "n.203-5916C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000762208.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs749647281",
"effect": "synonymous_variant",
"frequency_reference_population": 0.000012391051,
"gene_hgnc_id": 2961,
"gene_symbol": "DYNC1H1",
"gnomad_exomes_ac": 17,
"gnomad_exomes_af": 0.0000116289,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.0000197114,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|not provided|Charcot-Marie-Tooth disease axonal type 2O",
"phylop100way_prediction": "Benign",
"phylop100way_score": -2.268,
"pos": 102042685,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001376.5"
}
]
}