← 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: 5-31405732-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 31405732,
      "ref": "T",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_013235.5",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "NM_001382508.1",
          "protein_id": "NP_001369437.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000344624.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382508.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000344624.8",
          "protein_id": "ENSP00000339845.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001382508.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000344624.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000511367.6",
          "protein_id": "ENSP00000425979.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000511367.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000513349.5",
          "protein_id": "ENSP00000424161.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000513349.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3990-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866948.1",
          "protein_id": "ENSP00000537007.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1388,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866948.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3990-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926014.1",
          "protein_id": "ENSP00000596073.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1388,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926014.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3966-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926025.1",
          "protein_id": "ENSP00000596084.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1380,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4143,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926025.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "NM_013235.5",
          "protein_id": "NP_037367.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_013235.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866937.1",
          "protein_id": "ENSP00000536996.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866937.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866943.1",
          "protein_id": "ENSP00000537002.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866943.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926013.1",
          "protein_id": "ENSP00000596072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926013.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926021.1",
          "protein_id": "ENSP00000596080.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926021.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926027.1",
          "protein_id": "ENSP00000596086.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1374,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926027.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3945-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866947.1",
          "protein_id": "ENSP00000537006.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1373,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866947.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3924-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866936.1",
          "protein_id": "ENSP00000536995.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1366,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4101,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866936.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3924-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866941.1",
          "protein_id": "ENSP00000537000.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1366,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4101,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866941.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3924-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926022.1",
          "protein_id": "ENSP00000596081.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1366,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4101,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926022.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3921-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926019.1",
          "protein_id": "ENSP00000596078.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1365,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926019.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3879-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926020.1",
          "protein_id": "ENSP00000596079.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926020.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3861-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926017.1",
          "protein_id": "ENSP00000596076.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926017.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "NM_001100412.2",
          "protein_id": "NP_001093882.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001100412.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866938.1",
          "protein_id": "ENSP00000536997.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866938.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866942.1",
          "protein_id": "ENSP00000537001.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866942.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866944.1",
          "protein_id": "ENSP00000537003.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866944.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926015.1",
          "protein_id": "ENSP00000596074.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926015.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3837-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000944647.1",
          "protein_id": "ENSP00000614706.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944647.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3834-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866946.1",
          "protein_id": "ENSP00000537005.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866946.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3825-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926018.1",
          "protein_id": "ENSP00000596077.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1333,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4002,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926018.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3813-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866939.1",
          "protein_id": "ENSP00000536998.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866939.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3813-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866940.1",
          "protein_id": "ENSP00000536999.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866940.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3813-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926023.1",
          "protein_id": "ENSP00000596082.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926023.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3813-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926024.1",
          "protein_id": "ENSP00000596083.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926024.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3750-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000866945.1",
          "protein_id": "ENSP00000537004.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1308,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866945.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3741-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926016.1",
          "protein_id": "ENSP00000596075.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926016.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "c.3042-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000926026.1",
          "protein_id": "ENSP00000596085.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926026.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "n.1064-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000511778.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000511778.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "n.199-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000512166.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000512166.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DROSHA",
          "gene_hgnc_id": 17904,
          "hgvs_c": "n.105-9A>C",
          "hgvs_p": null,
          "transcript": "ENST00000514927.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000514927.6"
        }
      ],
      "gene_symbol": "DROSHA",
      "gene_hgnc_id": 17904,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3700000047683716,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.024000000208616257,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.37,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.033,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.0000691773312981939,
      "dbscsnv_ada_prediction": "Benign",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP6",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 3,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_013235.5",
          "gene_symbol": "DROSHA",
          "hgnc_id": 17904,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3948-9A>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "DROSHA-related disorder",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "DROSHA-related disorder",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}