← 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-102001510-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=102001510&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 102001510,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000360184.10",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "NM_001376.5",
"protein_id": "NP_001367.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4646,
"cds_start": -4,
"cds_end": null,
"cds_length": 13941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 19940,
"mane_select": "ENST00000360184.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000360184.10",
"protein_id": "ENSP00000348965.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 4646,
"cds_start": -4,
"cds_end": null,
"cds_length": 13941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 19940,
"mane_select": "NM_001376.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000681574.1",
"protein_id": "ENSP00000505523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4672,
"cds_start": -4,
"cds_end": null,
"cds_length": 14019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000679720.1",
"protein_id": "ENSP00000505938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4637,
"cds_start": -4,
"cds_end": null,
"cds_length": 13914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 19903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000644881.2",
"protein_id": "ENSP00000495022.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4604,
"cds_start": -4,
"cds_end": null,
"cds_length": 13815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000645149.2",
"protein_id": "ENSP00000495944.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4597,
"cds_start": -4,
"cds_end": null,
"cds_length": 13794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000680137.1",
"protein_id": "ENSP00000505294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3668,
"cds_start": -4,
"cds_end": null,
"cds_length": 11007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000643508.2",
"protein_id": "ENSP00000495528.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3641,
"cds_start": -4,
"cds_end": null,
"cds_length": 10926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null,
"transcript": "ENST00000645114.2",
"protein_id": "ENSP00000495884.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2726,
"cds_start": -4,
"cds_end": null,
"cds_length": 8181,
"cdna_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4515-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.*400-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 71,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 65,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.*3905-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 71,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.*919-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.*4127-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DYNC1H1",
"gene_hgnc_id": 2961,
"hgvs_c": "n.4396-25A>G",
"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": "rs2251644",
"frequency_reference_population": 0.14054322,
"hom_count_reference_population": 20358,
"allele_count_reference_population": 226805,
"gnomad_exomes_af": 0.133574,
"gnomad_genomes_af": 0.207551,
"gnomad_exomes_ac": 195251,
"gnomad_genomes_ac": 31554,
"gnomad_exomes_homalt": 15947,
"gnomad_genomes_homalt": 4411,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.949999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.95,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.278,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": "ENST00000360184.10",
"gene_symbol": "DYNC1H1",
"hgnc_id": 2961,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4396-25A>G",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal dominant 13,Autosomal dominant childhood-onset proximal spinal muscular atrophy without contractures,Charcot-Marie-Tooth disease,Charcot-Marie-Tooth disease axonal type 2O,Intellectual disability,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not provided|Charcot-Marie-Tooth disease|Charcot-Marie-Tooth disease axonal type 2O|Intellectual disability, autosomal dominant 13|Autosomal dominant childhood-onset proximal spinal muscular atrophy without contractures",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}