← 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-95096508-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=95096508&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 95096508,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000343455.8",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_177438.3",
          "protein_id": "NP_803187.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4757,
          "cdna_end": null,
          "cdna_length": 10384,
          "mane_select": "ENST00000343455.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000343455.8",
          "protein_id": "ENSP00000343745.3",
          "transcript_support_level": 1,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4757,
          "cdna_end": null,
          "cdna_length": 10384,
          "mane_select": "NM_177438.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000393063.6",
          "protein_id": "ENSP00000376783.1",
          "transcript_support_level": 1,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4815,
          "cdna_end": null,
          "cdna_length": 7423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000527414.5",
          "protein_id": "ENSP00000435681.1",
          "transcript_support_level": 1,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4645,
          "cdna_end": null,
          "cdna_length": 6179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000529720.2",
          "protein_id": "ENSP00000433926.2",
          "transcript_support_level": 1,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4747,
          "cdna_end": null,
          "cdna_length": 10374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000531162.7",
          "protein_id": "ENSP00000433060.3",
          "transcript_support_level": 1,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4841,
          "cdna_end": null,
          "cdna_length": 10453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000541352.5",
          "protein_id": "ENSP00000444719.1",
          "transcript_support_level": 1,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1829,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5490,
          "cdna_start": 4421,
          "cdna_end": null,
          "cdna_length": 5621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001271282.3",
          "protein_id": "NP_001258211.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4636,
          "cdna_end": null,
          "cdna_length": 10263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001291628.2",
          "protein_id": "NP_001278557.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4533,
          "cdna_end": null,
          "cdna_length": 10160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395677.1",
          "protein_id": "NP_001382606.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4807,
          "cdna_end": null,
          "cdna_length": 10434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395678.1",
          "protein_id": "NP_001382607.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4596,
          "cdna_end": null,
          "cdna_length": 10223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395679.1",
          "protein_id": "NP_001382608.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4924,
          "cdna_end": null,
          "cdna_length": 10551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395680.1",
          "protein_id": "NP_001382609.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4763,
          "cdna_end": null,
          "cdna_length": 10390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395682.1",
          "protein_id": "NP_001382611.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 5067,
          "cdna_end": null,
          "cdna_length": 10694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395683.1",
          "protein_id": "NP_001382612.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4858,
          "cdna_end": null,
          "cdna_length": 10485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395684.1",
          "protein_id": "NP_001382613.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4900,
          "cdna_end": null,
          "cdna_length": 10527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_030621.4",
          "protein_id": "NP_085124.2",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4704,
          "cdna_end": null,
          "cdna_length": 10331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000526495.6",
          "protein_id": "ENSP00000437256.1",
          "transcript_support_level": 5,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4704,
          "cdna_end": null,
          "cdna_length": 10315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000674628.2",
          "protein_id": "ENSP00000502730.2",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": 4856,
          "cdna_end": null,
          "cdna_length": 10483,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000696736.1",
          "protein_id": "ENSP00000512840.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1868,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5607,
          "cdna_start": 4821,
          "cdna_end": null,
          "cdna_length": 6509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001195573.1",
          "protein_id": "NP_001182502.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1829,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5490,
          "cdna_start": 4457,
          "cdna_end": null,
          "cdna_length": 9921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4130C>T",
          "hgvs_p": "p.Pro1377Leu",
          "transcript": "NM_001395686.1",
          "protein_id": "NP_001382615.1",
          "transcript_support_level": null,
          "aa_start": 1377,
          "aa_end": null,
          "aa_length": 1828,
          "cds_start": 4130,
          "cds_end": null,
          "cds_length": 5487,
          "cdna_start": 4749,
          "cdna_end": null,
          "cdna_length": 10376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4007C>T",
          "hgvs_p": "p.Pro1336Leu",
          "transcript": "NM_001395687.1",
          "protein_id": "NP_001382616.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1787,
          "cds_start": 4007,
          "cds_end": null,
          "cds_length": 5364,
          "cdna_start": 4437,
          "cdna_end": null,
          "cdna_length": 10064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4007C>T",
          "hgvs_p": "p.Pro1336Leu",
          "transcript": "NM_001395688.1",
          "protein_id": "NP_001382617.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1787,
          "cds_start": 4007,
          "cds_end": null,
          "cds_length": 5364,
          "cdna_start": 4793,
          "cdna_end": null,
          "cdna_length": 10420,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4007C>T",
          "hgvs_p": "p.Pro1336Leu",
          "transcript": "NM_001395689.1",
          "protein_id": "NP_001382618.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1787,
          "cds_start": 4007,
          "cds_end": null,
          "cds_length": 5364,
          "cdna_start": 4626,
          "cdna_end": null,
          "cdna_length": 10253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4007C>T",
          "hgvs_p": "p.Pro1336Leu",
          "transcript": "NM_001395690.1",
          "protein_id": "NP_001382619.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1787,
          "cds_start": 4007,
          "cds_end": null,
          "cds_length": 5364,
          "cdna_start": 4632,
          "cdna_end": null,
          "cdna_length": 10259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.3845C>T",
          "hgvs_p": "p.Pro1282Leu",
          "transcript": "NM_001395691.1",
          "protein_id": "NP_001382620.1",
          "transcript_support_level": null,
          "aa_start": 1282,
          "aa_end": null,
          "aa_length": 1733,
          "cds_start": 3845,
          "cds_end": null,
          "cds_length": 5202,
          "cdna_start": 4648,
          "cdna_end": null,
          "cdna_length": 10275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395692.1",
          "protein_id": "NP_001382621.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": 4924,
          "cdna_end": null,
          "cdna_length": 6086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395693.1",
          "protein_id": "NP_001382622.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": 4757,
          "cdna_end": null,
          "cdna_length": 5919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395694.1",
          "protein_id": "NP_001382623.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": 4763,
          "cdna_end": null,
          "cdna_length": 5925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "NM_001395695.1",
          "protein_id": "NP_001382624.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": 4858,
          "cdna_end": null,
          "cdna_length": 6020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000532939.3",
          "protein_id": "ENSP00000452556.2",
          "transcript_support_level": 2,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": 4827,
          "cdna_end": null,
          "cdna_length": 5989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu",
          "transcript": "ENST00000696737.1",
          "protein_id": "ENSP00000512841.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1715,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 5148,
          "cdna_start": 4674,
          "cdna_end": null,
          "cdna_length": 5815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.4007C>T",
          "hgvs_p": "p.Pro1336Leu",
          "transcript": "NM_001395696.1",
          "protein_id": "NP_001382625.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1580,
          "cds_start": 4007,
          "cds_end": null,
          "cds_length": 4743,
          "cdna_start": 4626,
          "cdna_end": null,
          "cdna_length": 5788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "c.2729C>T",
          "hgvs_p": "p.Pro910Leu",
          "transcript": "NM_001395697.1",
          "protein_id": "NP_001382626.1",
          "transcript_support_level": null,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 1361,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 4086,
          "cdna_start": 4809,
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4412C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.*1062C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.*2728C>T",
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4412C>T",
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4412C>T",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.1399C>T",
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4675C>T",
          "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": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.5518C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4821C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4412C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4412C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4821C>T",
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4830C>T",
          "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": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.5014C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4924C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4847C>T",
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4680C>T",
          "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": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.4757C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.*1062C>T",
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DICER1",
          "gene_hgnc_id": 17098,
          "hgvs_c": "n.*2728C>T",
          "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
        }
      ],
      "gene_symbol": "DICER1",
      "gene_hgnc_id": 17098,
      "dbsnp": "rs1060503657",
      "frequency_reference_population": 0.000015490292,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 25,
      "gnomad_exomes_af": 0.0000164185,
      "gnomad_genomes_af": 0.00000657246,
      "gnomad_exomes_ac": 24,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.14434248208999634,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.04,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1292,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.24,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.207,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BS2_Supporting,BP4",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BS2_Supporting",
            "BP4"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000343455.8",
          "gene_symbol": "DICER1",
          "hgnc_id": 17098,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.4412C>T",
          "hgvs_p": "p.Pro1471Leu"
        }
      ],
      "clinvar_disease": " 2, embryonal,DICER1-related tumor predisposition,Euthyroid goiter,Global developmental delay - lung cysts - overgrowth - Wilms tumor syndrome,Hereditary cancer-predisposing syndrome,Pleuropulmonary blastoma,Rhabdomyosarcoma,not provided",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "reviewed by expert panel",
      "clinvar_submissions_summary": "US:7 LB:1",
      "phenotype_combined": "DICER1-related tumor predisposition|Hereditary cancer-predisposing syndrome|not provided|Rhabdomyosarcoma, embryonal, 2;Pleuropulmonary blastoma;Euthyroid goiter;Global developmental delay - lung cysts - overgrowth - Wilms tumor syndrome",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}