← 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: 3-25598320-G-GCAAAATCAACAT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 25598320,
      "ref": "G",
      "alt": "GCAAAATCAACAT",
      "effect": "conservative_inframe_insertion",
      "transcript": "NM_001330700.2",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4856_4867dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1619_Phe1622dup",
          "transcript": "NM_001330700.2",
          "protein_id": "NP_001317629.1",
          "transcript_support_level": null,
          "aa_start": 1623,
          "aa_end": null,
          "aa_length": 1626,
          "cds_start": 4867,
          "cds_end": null,
          "cds_length": 4881,
          "cdna_start": 5477,
          "cdna_end": null,
          "cdna_length": 5814,
          "mane_select": "ENST00000264331.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330700.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4856_4867dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1619_Phe1622dup",
          "transcript": "ENST00000264331.9",
          "protein_id": "ENSP00000264331.4",
          "transcript_support_level": 5,
          "aa_start": 1623,
          "aa_end": null,
          "aa_length": 1626,
          "cds_start": 4867,
          "cds_end": null,
          "cds_length": 4881,
          "cdna_start": 5477,
          "cdna_end": null,
          "cdna_length": 5814,
          "mane_select": "NM_001330700.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264331.9"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4841_4852dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1614_Phe1617dup",
          "transcript": "ENST00000435706.7",
          "protein_id": "ENSP00000396704.2",
          "transcript_support_level": 1,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1621,
          "cds_start": 4852,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": 5528,
          "cdna_end": null,
          "cdna_length": 5863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000435706.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4757_4768dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1586_Phe1589dup",
          "transcript": "ENST00000424225.2",
          "protein_id": "ENSP00000391112.2",
          "transcript_support_level": 1,
          "aa_start": 1590,
          "aa_end": null,
          "aa_length": 1593,
          "cds_start": 4768,
          "cds_end": null,
          "cds_length": 4782,
          "cdna_start": 4843,
          "cdna_end": null,
          "cdna_length": 5160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000424225.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4841_4852dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1614_Phe1617dup",
          "transcript": "NM_001068.3",
          "protein_id": "NP_001059.2",
          "transcript_support_level": null,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1621,
          "cds_start": 4852,
          "cds_end": null,
          "cds_length": 4866,
          "cdna_start": 4927,
          "cdna_end": null,
          "cdna_length": 5343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001068.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4781_4792dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1594_Phe1597dup",
          "transcript": "ENST00000854208.1",
          "protein_id": "ENSP00000524267.1",
          "transcript_support_level": null,
          "aa_start": 1598,
          "aa_end": null,
          "aa_length": 1601,
          "cds_start": 4792,
          "cds_end": null,
          "cds_length": 4806,
          "cdna_start": 5402,
          "cdna_end": null,
          "cdna_length": 5739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854208.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4730_4741dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1577_Phe1580dup",
          "transcript": "ENST00000957358.1",
          "protein_id": "ENSP00000627417.1",
          "transcript_support_level": null,
          "aa_start": 1581,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4741,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 5351,
          "cdna_end": null,
          "cdna_length": 5687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957358.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4718_4729dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1573_Phe1576dup",
          "transcript": "ENST00000957360.1",
          "protein_id": "ENSP00000627419.1",
          "transcript_support_level": null,
          "aa_start": 1577,
          "aa_end": null,
          "aa_length": 1580,
          "cds_start": 4729,
          "cds_end": null,
          "cds_length": 4743,
          "cdna_start": 5339,
          "cdna_end": null,
          "cdna_length": 5659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957360.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4646_4657dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1549_Phe1552dup",
          "transcript": "ENST00000957359.1",
          "protein_id": "ENSP00000627418.1",
          "transcript_support_level": null,
          "aa_start": 1553,
          "aa_end": null,
          "aa_length": 1556,
          "cds_start": 4657,
          "cds_end": null,
          "cds_length": 4671,
          "cdna_start": 5267,
          "cdna_end": null,
          "cdna_length": 5596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957359.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4640_4651dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1547_Phe1550dup",
          "transcript": "ENST00000854207.1",
          "protein_id": "ENSP00000524266.1",
          "transcript_support_level": null,
          "aa_start": 1551,
          "aa_end": null,
          "aa_length": 1554,
          "cds_start": 4651,
          "cds_end": null,
          "cds_length": 4665,
          "cdna_start": 5261,
          "cdna_end": null,
          "cdna_length": 5599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854207.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4745_4756dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1582_Phe1585dup",
          "transcript": "XM_011534057.4",
          "protein_id": "XP_011532359.1",
          "transcript_support_level": null,
          "aa_start": 1586,
          "aa_end": null,
          "aa_length": 1589,
          "cds_start": 4756,
          "cds_end": null,
          "cds_length": 4770,
          "cdna_start": 5366,
          "cdna_end": null,
          "cdna_length": 5782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011534057.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "DVDFA",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "c.4730_4741dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1577_Phe1580dup",
          "transcript": "XM_047448821.1",
          "protein_id": "XP_047304777.1",
          "transcript_support_level": null,
          "aa_start": 1581,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4741,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 5351,
          "cdna_end": null,
          "cdna_length": 5767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448821.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.*1488_*1499dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000413971.5",
          "protein_id": "ENSP00000388216.1",
          "transcript_support_level": 5,
          "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": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000413971.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.3755_3766dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000470132.2",
          "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": 4109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000470132.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.1719_1730dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699028.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699028.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.3786_3797dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699029.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 4140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699029.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.2962_2973dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699030.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 3316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699030.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.5119_5130dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699031.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 5473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699031.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.7494_7505dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699032.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 7848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699032.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.5227_5238dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699033.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 5581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699033.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.1613_1624dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699034.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699034.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.1332_1343dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699035.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699035.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.3484_3495dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699036.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699036.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.*2445_*2456dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699038.2",
          "protein_id": "ENSP00000514097.2",
          "transcript_support_level": null,
          "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": 5893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699038.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.1522_1533dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699039.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699039.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.2326_2337dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699040.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699040.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.3037_3048dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699041.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 3333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699041.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.2395_2406dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699042.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699042.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.*1488_*1499dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000413971.5",
          "protein_id": "ENSP00000388216.1",
          "transcript_support_level": 5,
          "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": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000413971.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TOP2B",
          "gene_hgnc_id": 11990,
          "hgvs_c": "n.*2445_*2456dupATGTTGATTTTG",
          "hgvs_p": null,
          "transcript": "ENST00000699038.2",
          "protein_id": "ENSP00000514097.2",
          "transcript_support_level": null,
          "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": 5893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699038.2"
        }
      ],
      "gene_symbol": "TOP2B",
      "gene_hgnc_id": 11990,
      "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": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 3.467,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "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": "Uncertain_significance",
      "acmg_criteria": "PM4",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001330700.2",
          "gene_symbol": "TOP2B",
          "hgnc_id": 11990,
          "effects": [
            "conservative_inframe_insertion"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4856_4867dupATGTTGATTTTG",
          "hgvs_p": "p.Asp1619_Phe1622dup"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.