← 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-95091075-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=95091075&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 95091075,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000343455.8",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5399G>A",
"hgvs_p": "p.Cys1800Tyr",
"transcript": "ENST00000541352.5",
"protein_id": "ENSP00000444719.1",
"transcript_support_level": 1,
"aa_start": 1800,
"aa_end": null,
"aa_length": 1829,
"cds_start": 5399,
"cds_end": null,
"cds_length": 5490,
"cdna_start": 5408,
"cdna_end": null,
"cdna_length": 5621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_177438.3",
"protein_id": "NP_803187.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5907,
"cdna_end": null,
"cdna_length": 10384,
"mane_select": "ENST00000343455.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000343455.8",
"protein_id": "ENSP00000343745.3",
"transcript_support_level": 1,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5907,
"cdna_end": null,
"cdna_length": 10384,
"mane_select": "NM_177438.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000393063.6",
"protein_id": "ENSP00000376783.1",
"transcript_support_level": 1,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5965,
"cdna_end": null,
"cdna_length": 7423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000527414.5",
"protein_id": "ENSP00000435681.1",
"transcript_support_level": 1,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5795,
"cdna_end": null,
"cdna_length": 6179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000529720.2",
"protein_id": "ENSP00000433926.2",
"transcript_support_level": 1,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5897,
"cdna_end": null,
"cdna_length": 10374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000531162.7",
"protein_id": "ENSP00000433060.3",
"transcript_support_level": 1,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5991,
"cdna_end": null,
"cdna_length": 10453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5399G>A",
"hgvs_p": "p.Cys1800Tyr",
"transcript": "NM_001195573.1",
"protein_id": "NP_001182502.1",
"transcript_support_level": null,
"aa_start": 1800,
"aa_end": null,
"aa_length": 1829,
"cds_start": 5399,
"cds_end": null,
"cds_length": 5490,
"cdna_start": 5444,
"cdna_end": null,
"cdna_length": 9921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001271282.3",
"protein_id": "NP_001258211.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5786,
"cdna_end": null,
"cdna_length": 10263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001291628.2",
"protein_id": "NP_001278557.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5683,
"cdna_end": null,
"cdna_length": 10160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395677.1",
"protein_id": "NP_001382606.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5957,
"cdna_end": null,
"cdna_length": 10434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395678.1",
"protein_id": "NP_001382607.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5746,
"cdna_end": null,
"cdna_length": 10223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395679.1",
"protein_id": "NP_001382608.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 6074,
"cdna_end": null,
"cdna_length": 10551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395680.1",
"protein_id": "NP_001382609.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5913,
"cdna_end": null,
"cdna_length": 10390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395682.1",
"protein_id": "NP_001382611.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 6217,
"cdna_end": null,
"cdna_length": 10694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395683.1",
"protein_id": "NP_001382612.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 6008,
"cdna_end": null,
"cdna_length": 10485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_001395684.1",
"protein_id": "NP_001382613.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 6050,
"cdna_end": null,
"cdna_length": 10527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "NM_030621.4",
"protein_id": "NP_085124.2",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5854,
"cdna_end": null,
"cdna_length": 10331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000526495.6",
"protein_id": "ENSP00000437256.1",
"transcript_support_level": 5,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 5854,
"cdna_end": null,
"cdna_length": 10315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000674628.2",
"protein_id": "ENSP00000502730.2",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1922,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5769,
"cdna_start": 6006,
"cdna_end": null,
"cdna_length": 10483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val",
"transcript": "ENST00000696736.1",
"protein_id": "ENSP00000512840.1",
"transcript_support_level": null,
"aa_start": 1854,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5562,
"cds_end": null,
"cds_length": 5607,
"cdna_start": 5971,
"cdna_end": null,
"cdna_length": 6509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5280G>A",
"hgvs_p": "p.Val1760Val",
"transcript": "NM_001395686.1",
"protein_id": "NP_001382615.1",
"transcript_support_level": null,
"aa_start": 1760,
"aa_end": null,
"aa_length": 1828,
"cds_start": 5280,
"cds_end": null,
"cds_length": 5487,
"cdna_start": 5899,
"cdna_end": null,
"cdna_length": 10376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5157G>A",
"hgvs_p": "p.Val1719Val",
"transcript": "NM_001395687.1",
"protein_id": "NP_001382616.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1787,
"cds_start": 5157,
"cds_end": null,
"cds_length": 5364,
"cdna_start": 5587,
"cdna_end": null,
"cdna_length": 10064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5157G>A",
"hgvs_p": "p.Val1719Val",
"transcript": "NM_001395688.1",
"protein_id": "NP_001382617.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1787,
"cds_start": 5157,
"cds_end": null,
"cds_length": 5364,
"cdna_start": 5943,
"cdna_end": null,
"cdna_length": 10420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5157G>A",
"hgvs_p": "p.Val1719Val",
"transcript": "NM_001395689.1",
"protein_id": "NP_001382618.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1787,
"cds_start": 5157,
"cds_end": null,
"cds_length": 5364,
"cdna_start": 5776,
"cdna_end": null,
"cdna_length": 10253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.5157G>A",
"hgvs_p": "p.Val1719Val",
"transcript": "NM_001395690.1",
"protein_id": "NP_001382619.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1787,
"cds_start": 5157,
"cds_end": null,
"cds_length": 5364,
"cdna_start": 5782,
"cdna_end": null,
"cdna_length": 10259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.4995G>A",
"hgvs_p": "p.Val1665Val",
"transcript": "NM_001395691.1",
"protein_id": "NP_001382620.1",
"transcript_support_level": null,
"aa_start": 1665,
"aa_end": null,
"aa_length": 1733,
"cds_start": 4995,
"cds_end": null,
"cds_length": 5202,
"cdna_start": 5798,
"cdna_end": null,
"cdna_length": 10275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "c.3879G>A",
"hgvs_p": "p.Val1293Val",
"transcript": "NM_001395697.1",
"protein_id": "NP_001382626.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1361,
"cds_start": 3879,
"cds_end": null,
"cds_length": 4086,
"cdna_start": 5959,
"cdna_end": null,
"cdna_length": 10436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.155G>A",
"hgvs_p": null,
"transcript": "ENST00000527416.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.255G>A",
"hgvs_p": null,
"transcript": "ENST00000527554.2",
"protein_id": null,
"transcript_support_level": 2,
"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": 665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*279G>A",
"hgvs_p": null,
"transcript": "ENST00000556045.6",
"protein_id": "ENSP00000451041.2",
"transcript_support_level": 2,
"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": 6161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*2212G>A",
"hgvs_p": null,
"transcript": "ENST00000675540.2",
"protein_id": "ENSP00000501988.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": 10356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*3878G>A",
"hgvs_p": null,
"transcript": "ENST00000675995.1",
"protein_id": "ENSP00000502591.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": 7157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*184G>A",
"hgvs_p": null,
"transcript": "ENST00000696733.1",
"protein_id": "ENSP00000512838.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": 10006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*217G>A",
"hgvs_p": null,
"transcript": "ENST00000696734.1",
"protein_id": "ENSP00000512839.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": 10081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.2549G>A",
"hgvs_p": null,
"transcript": "ENST00000696735.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": 2822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.5825G>A",
"hgvs_p": null,
"transcript": "ENST00000696920.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": 10287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.6668G>A",
"hgvs_p": null,
"transcript": "ENST00000696921.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": 11130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.8493G>A",
"hgvs_p": null,
"transcript": "ENST00000696922.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": 12694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*217G>A",
"hgvs_p": null,
"transcript": "ENST00000696923.1",
"protein_id": "ENSP00000512976.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": 10197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*184G>A",
"hgvs_p": null,
"transcript": "ENST00000696924.1",
"protein_id": "ENSP00000512977.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": 10167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.8493G>A",
"hgvs_p": null,
"transcript": "ENST00000696925.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": 9929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.5980G>A",
"hgvs_p": null,
"transcript": "NR_172715.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": 7334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.6164G>A",
"hgvs_p": null,
"transcript": "NR_172716.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": 10641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.6074G>A",
"hgvs_p": null,
"transcript": "NR_172717.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": 7428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.5997G>A",
"hgvs_p": null,
"transcript": "NR_172718.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": 10474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.5830G>A",
"hgvs_p": null,
"transcript": "NR_172719.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": 10307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.6033G>A",
"hgvs_p": null,
"transcript": "NR_172720.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": 10510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*279G>A",
"hgvs_p": null,
"transcript": "ENST00000556045.6",
"protein_id": "ENSP00000451041.2",
"transcript_support_level": 2,
"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": 6161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*2212G>A",
"hgvs_p": null,
"transcript": "ENST00000675540.2",
"protein_id": "ENSP00000501988.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": 10356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*3878G>A",
"hgvs_p": null,
"transcript": "ENST00000675995.1",
"protein_id": "ENSP00000502591.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": 7157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*184G>A",
"hgvs_p": null,
"transcript": "ENST00000696733.1",
"protein_id": "ENSP00000512838.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": 10006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*217G>A",
"hgvs_p": null,
"transcript": "ENST00000696734.1",
"protein_id": "ENSP00000512839.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": 10081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*217G>A",
"hgvs_p": null,
"transcript": "ENST00000696923.1",
"protein_id": "ENSP00000512976.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": 10197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"hgvs_c": "n.*184G>A",
"hgvs_p": null,
"transcript": "ENST00000696924.1",
"protein_id": "ENSP00000512977.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": 10167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DICER1",
"gene_hgnc_id": 17098,
"dbsnp": "rs1226666951",
"frequency_reference_population": 0.0000065719432,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657194,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20811784267425537,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.049,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.064,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 11,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000343455.8",
"gene_symbol": "DICER1",
"hgnc_id": 17098,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.5562G>A",
"hgvs_p": "p.Val1854Val"
}
],
"clinvar_disease": "DICER1-related tumor predisposition,Hereditary cancer-predisposing syndrome",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "DICER1-related tumor predisposition|Hereditary cancer-predisposing syndrome",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}