← 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: 6-31954568-C-CTCTCGG (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=31954568&ref=C&alt=CTCTCGG&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP3"
          ],
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "gene_symbol": "NELFE",
          "hgnc_id": 13974,
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_002904.6",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP3",
      "acmg_score": 1,
      "allele_count_reference_population": 117,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CTCTCGG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "6",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "E",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1445,
          "cdna_start": 816,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 728,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_002904.6",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000375429.8",
          "protein_coding": true,
          "protein_id": "NP_002895.3",
          "strand": false,
          "transcript": "NM_002904.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "E",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1445,
          "cdna_start": 816,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 728,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000375429.8",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002904.6",
          "protein_coding": true,
          "protein_id": "ENSP00000364578.3",
          "strand": false,
          "transcript": "ENST00000375429.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 387,
          "aa_ref": "E",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1405,
          "cdna_start": 918,
          "cds_end": null,
          "cds_length": 1164,
          "cds_start": 749,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000375425.9",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.744_749dupCCGAGA",
          "hgvs_p": "p.Asp248_Arg249dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364574.5",
          "strand": false,
          "transcript": "ENST00000375425.9",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 386,
          "aa_ref": "E",
          "aa_start": 249,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1459,
          "cdna_start": 833,
          "cds_end": null,
          "cds_length": 1161,
          "cds_start": 746,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 12,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948308.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.741_746dupCCGAGA",
          "hgvs_p": "p.Asp247_Arg248dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618367.1",
          "strand": false,
          "transcript": "ENST00000948308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 385,
          "aa_ref": "E",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1463,
          "cdna_start": 836,
          "cds_end": null,
          "cds_length": 1158,
          "cds_start": 743,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882598.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.738_743dupCCGAGA",
          "hgvs_p": "p.Asp246_Arg247dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552657.1",
          "strand": false,
          "transcript": "ENST00000882598.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "E",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1444,
          "cdna_start": 815,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 728,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882599.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552658.1",
          "strand": false,
          "transcript": "ENST00000882599.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": "E",
          "aa_start": 241,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1301,
          "cdna_start": 815,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": 722,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882601.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.717_722dupCCGAGA",
          "hgvs_p": "p.Asp239_Arg240dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552660.1",
          "strand": false,
          "transcript": "ENST00000882601.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1438,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 719,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000937367.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.714_719dupCCGAGA",
          "hgvs_p": "p.Asp238_Arg239dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607426.1",
          "strand": false,
          "transcript": "ENST00000937367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1297,
          "cdna_start": 803,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882600.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552659.1",
          "strand": false,
          "transcript": "ENST00000882600.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1315,
          "cdna_start": 828,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882602.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552661.1",
          "strand": false,
          "transcript": "ENST00000882602.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1530,
          "cdna_start": 1046,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000948309.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618368.1",
          "strand": false,
          "transcript": "ENST00000948309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 370,
          "aa_ref": "E",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1248,
          "cdna_start": 760,
          "cds_end": null,
          "cds_length": 1113,
          "cds_start": 698,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882603.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.693_698dupCCGAGA",
          "hgvs_p": "p.Asp231_Arg232dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552662.1",
          "strand": false,
          "transcript": "ENST00000882603.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "E",
          "aa_start": 213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1202,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 638,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000444811.6",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.633_638dupCCGAGA",
          "hgvs_p": "p.Asp211_Arg212dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388400.2",
          "strand": false,
          "transcript": "ENST00000444811.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 332,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1075,
          "cdna_start": 787,
          "cds_end": null,
          "cds_length": 1001,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000441998.5",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000397914.1",
          "strand": false,
          "transcript": "ENST00000441998.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 292,
          "aa_ref": "E",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 914,
          "cdna_start": 761,
          "cds_end": null,
          "cds_length": 881,
          "cds_start": 728,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000454913.5",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000409389.1",
          "strand": false,
          "transcript": "ENST00000454913.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 259,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 906,
          "cdna_start": 838,
          "cds_end": null,
          "cds_length": 781,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000436289.6",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000414029.2",
          "strand": false,
          "transcript": "ENST00000436289.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "E",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1472,
          "cdna_start": 843,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 728,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047419354.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275310.1",
          "strand": false,
          "transcript": "XM_047419354.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "E",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1784,
          "cdna_start": 1155,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 728,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047419355.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.723_728dupCCGAGA",
          "hgvs_p": "p.Asp241_Arg242dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275311.1",
          "strand": false,
          "transcript": "XM_047419355.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1430,
          "cdna_start": 801,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_006715205.4",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006715268.1",
          "strand": false,
          "transcript": "XM_006715205.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": "E",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1457,
          "cdna_start": 828,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": 713,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047419356.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.708_713dupCCGAGA",
          "hgvs_p": "p.Asp236_Arg237dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275312.1",
          "strand": false,
          "transcript": "XM_047419356.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "DRE",
          "aa_end": null,
          "aa_length": 325,
          "aa_ref": "E",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1419,
          "cdna_start": 790,
          "cds_end": null,
          "cds_length": 978,
          "cds_start": 563,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011514913.4",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.558_563dupCCGAGA",
          "hgvs_p": "p.Asp186_Arg187dup",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011513215.1",
          "strand": false,
          "transcript": "XM_011514913.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 291,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1169,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937368.1",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "c.476-132_476-127dupCCGAGA",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607427.1",
          "strand": false,
          "transcript": "ENST00000937368.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1543,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000481121.5",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "n.802_807dupCCGAGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000481121.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1855,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000488426.5",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "n.1362_1367dupCCGAGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000488426.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1786,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000492185.5",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "n.1044_1049dupCCGAGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000492185.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 583,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000492539.5",
          "gene_hgnc_id": 13974,
          "gene_symbol": "NELFE",
          "hgvs_c": "n.*523_*528dupCCGAGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000419183.1",
          "strand": true,
          "transcript": "ENST00000492539.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs139983860",
      "effect": "disruptive_inframe_insertion",
      "frequency_reference_population": 0.00007278093,
      "gene_hgnc_id": 13974,
      "gene_symbol": "NELFE",
      "gnomad_exomes_ac": 109,
      "gnomad_exomes_af": 0.0000748927,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 8,
      "gnomad_genomes_af": 0.0000525804,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.594,
      "pos": 31954568,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_002904.6"
    }
  ]
}
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.