← 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: 18-49359073-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=49359073&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 49359073,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000675505.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353214.3",
"protein_id": "NP_001340143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 724,
"cds_start": -4,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10144,
"mane_select": "ENST00000675505.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000675505.1",
"protein_id": "ENSP00000501694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 724,
"cds_start": -4,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10144,
"mane_select": "NM_001353214.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000269445.10",
"protein_id": "ENSP00000269445.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": -4,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374428.1",
"protein_id": "NP_001361357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 724,
"cds_start": -4,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353212.3",
"protein_id": "NP_001340141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 723,
"cds_start": -4,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353213.3",
"protein_id": "NP_001340142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 723,
"cds_start": -4,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374429.1",
"protein_id": "NP_001361358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": -4,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374430.1",
"protein_id": "NP_001361359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 711,
"cds_start": -4,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374431.1",
"protein_id": "NP_001361360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 686,
"cds_start": -4,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374432.1",
"protein_id": "NP_001361361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": -4,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_017653.6",
"protein_id": "NP_060123.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": -4,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353210.3",
"protein_id": "NP_001340139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": -4,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353211.3",
"protein_id": "NP_001340140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": -4,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353215.3",
"protein_id": "NP_001340144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 663,
"cds_start": -4,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374433.1",
"protein_id": "NP_001361362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": -4,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374434.1",
"protein_id": "NP_001361363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 631,
"cds_start": -4,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374435.1",
"protein_id": "NP_001361364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": -4,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374436.1",
"protein_id": "NP_001361365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 627,
"cds_start": -4,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001353216.3",
"protein_id": "NP_001340145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": -4,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374437.1",
"protein_id": "NP_001361366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": -4,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374438.1",
"protein_id": "NP_001361367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 607,
"cds_start": -4,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374439.1",
"protein_id": "NP_001361368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": -4,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.266+4088T>A",
"hgvs_p": null,
"transcript": "NM_001374440.1",
"protein_id": "NP_001361369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": -4,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.193+32520T>A",
"hgvs_p": null,
"transcript": "NM_001374441.1",
"protein_id": "NP_001361370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.193+32520T>A",
"hgvs_p": null,
"transcript": "NM_001374442.1",
"protein_id": "NP_001361371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": -4,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.193+32520T>A",
"hgvs_p": null,
"transcript": "ENST00000442713.6",
"protein_id": "ENSP00000395942.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": -4,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.193+32520T>A",
"hgvs_p": null,
"transcript": "NM_001374443.1",
"protein_id": "NP_001361372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": -4,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.193+32520T>A",
"hgvs_p": null,
"transcript": "NM_001374444.1",
"protein_id": "NP_001361373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": -4,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.29+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000584983.5",
"protein_id": "ENSP00000461989.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": -4,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.29+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000581738.5",
"protein_id": "ENSP00000464183.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": -4,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.29+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000583225.5",
"protein_id": "ENSP00000464653.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 140,
"cds_start": -4,
"cds_end": null,
"cds_length": 424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.29+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000583280.5",
"protein_id": "ENSP00000462466.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": -4,
"cds_end": null,
"cds_length": 418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.29+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000578396.1",
"protein_id": "ENSP00000463892.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 116,
"cds_start": -4,
"cds_end": null,
"cds_length": 351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "n.*96+4088T>A",
"hgvs_p": null,
"transcript": "ENST00000418472.6",
"protein_id": "ENSP00000415292.2",
"transcript_support_level": 5,
"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": 961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "n.124+676T>A",
"hgvs_p": null,
"transcript": "ENST00000580615.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437560.1",
"protein_id": "XP_047293516.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": -4,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_011526036.3",
"protein_id": "XP_011524338.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "XM_011526037.2",
"protein_id": "XP_011524339.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 744,
"cds_start": -4,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_011526038.3",
"protein_id": "XP_011524340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 744,
"cds_start": -4,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "XM_017025795.2",
"protein_id": "XP_016881284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 743,
"cds_start": -4,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_011526039.3",
"protein_id": "XP_011524341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 697,
"cds_start": -4,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_011526041.3",
"protein_id": "XP_011524343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": -4,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9914,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_011526042.3",
"protein_id": "XP_011524344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": -4,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437553.1",
"protein_id": "XP_047293509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437554.1",
"protein_id": "XP_047293510.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": -4,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437555.1",
"protein_id": "XP_047293511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": -4,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437556.1",
"protein_id": "XP_047293512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 607,
"cds_start": -4,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437557.1",
"protein_id": "XP_047293513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": -4,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437558.1",
"protein_id": "XP_047293514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 595,
"cds_start": -4,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.491+4088T>A",
"hgvs_p": null,
"transcript": "XM_047437559.1",
"protein_id": "XP_047293515.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": -4,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null,
"transcript": "XM_006722492.5",
"protein_id": "XP_006722555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 505,
"cds_start": -4,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DYM",
"gene_hgnc_id": 21317,
"dbsnp": "rs7506861",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"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.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.115,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000675505.1",
"gene_symbol": "DYM",
"hgnc_id": 21317,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.494+4088T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}