← 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: 10-14897157-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 9,
          "criteria": [
            "BP4_Strong",
            "BP7",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "SUV39H2",
          "hgnc_id": 17287,
          "hgvs_c": "c.489G>A",
          "hgvs_p": "p.Glu163Glu",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -9,
          "transcript": "NM_001193424.2",
          "verdict": "Benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "downstream_gene_variant"
          ],
          "gene_symbol": "DCLRE1C",
          "hgnc_id": 17642,
          "hgvs_c": "c.*2093C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001350965.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP7,BS2",
      "acmg_score": -9,
      "allele_count_reference_population": 7,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.4699999988079071,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "E",
          "aa_start": 163,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3059,
          "cdna_start": 512,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 489,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001193424.2",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.489G>A",
          "hgvs_p": "p.Glu163Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000354919.11",
          "protein_coding": true,
          "protein_id": "NP_001180353.1",
          "strand": true,
          "transcript": "NM_001193424.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "E",
          "aa_start": 163,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3059,
          "cdna_start": 512,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 489,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000354919.11",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.489G>A",
          "hgvs_p": "p.Glu163Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001193424.2",
          "protein_coding": true,
          "protein_id": "ENSP00000346997.6",
          "strand": true,
          "transcript": "ENST00000354919.11",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "E",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3087,
          "cdna_start": 540,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 309,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000313519.9",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309G>A",
          "hgvs_p": "p.Glu103Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000319208.5",
          "strand": true,
          "transcript": "ENST00000313519.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1292,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000378325.7",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309+180G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000367576.3",
          "strand": true,
          "transcript": "ENST00000378325.7",
          "transcript_support_level": 1
        },
        {
          "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": 2959,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000378331.5",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "n.*205G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000367582.5",
          "strand": true,
          "transcript": "ENST00000378331.5",
          "transcript_support_level": 1
        },
        {
          "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": 2959,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000378331.5",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "n.*205G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000367582.5",
          "strand": true,
          "transcript": "ENST00000378331.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": "E",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": 380,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": 357,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000876681.1",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.357G>A",
          "hgvs_p": "p.Glu119Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000546740.1",
          "strand": true,
          "transcript": "ENST00000876681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "E",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3100,
          "cdna_start": 553,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 309,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001193425.2",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309G>A",
          "hgvs_p": "p.Glu103Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001180354.1",
          "strand": true,
          "transcript": "NM_001193425.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "E",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3121,
          "cdna_start": 574,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 309,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_024670.4",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309G>A",
          "hgvs_p": "p.Glu103Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_078946.1",
          "strand": true,
          "transcript": "NM_024670.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "E",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 704,
          "cdna_start": 351,
          "cds_end": null,
          "cds_length": 662,
          "cds_start": 309,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000420416.1",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309G>A",
          "hgvs_p": "p.Glu103Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392201.1",
          "strand": true,
          "transcript": "ENST00000420416.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "E",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3640,
          "cdna_start": 1093,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 309,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_011519662.3",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309G>A",
          "hgvs_p": "p.Glu103Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517964.1",
          "strand": true,
          "transcript": "XM_011519662.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "E",
          "aa_start": 103,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3673,
          "cdna_start": 1126,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 309,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047425741.1",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309G>A",
          "hgvs_p": "p.Glu103Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281697.1",
          "strand": true,
          "transcript": "XM_047425741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2519,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001193426.2",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.309+180G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001180355.1",
          "strand": true,
          "transcript": "NM_001193426.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1611,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000358298.6",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.145-2382G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000351046.6",
          "strand": true,
          "transcript": "ENST00000358298.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 170,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2560,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 513,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001193427.2",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.129+180G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001180356.1",
          "strand": true,
          "transcript": "NM_001193427.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 151,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 719,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 457,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000433779.5",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.129+180G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388968.1",
          "strand": true,
          "transcript": "ENST00000433779.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2913,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_034181.2",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "n.366G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_034181.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 434,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3532,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1305,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000378289.8",
          "gene_hgnc_id": 17642,
          "gene_symbol": "DCLRE1C",
          "hgvs_c": "c.*2007C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000367538.4",
          "strand": true,
          "transcript": "ENST00000378289.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3822,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001350965.2",
          "gene_hgnc_id": 17642,
          "gene_symbol": "DCLRE1C",
          "hgvs_c": "c.*2093C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337894.1",
          "strand": true,
          "transcript": "NM_001350965.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3714,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001350966.2",
          "gene_hgnc_id": 17642,
          "gene_symbol": "DCLRE1C",
          "hgvs_c": "c.*2093C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337895.1",
          "strand": true,
          "transcript": "NM_001350966.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3907,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001350967.2",
          "gene_hgnc_id": 17642,
          "gene_symbol": "DCLRE1C",
          "hgvs_c": "c.*2093C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337896.1",
          "strand": true,
          "transcript": "NM_001350967.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 94,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 688,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 287,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000412254.1",
          "gene_hgnc_id": 17287,
          "gene_symbol": "SUV39H2",
          "hgvs_c": "c.*22G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388218.1",
          "strand": true,
          "transcript": "ENST00000412254.1",
          "transcript_support_level": 5
        },
        {
          "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": 3883,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000456122.2",
          "gene_hgnc_id": 17642,
          "gene_symbol": "DCLRE1C",
          "hgvs_c": "n.*3498C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000413180.3",
          "strand": true,
          "transcript": "ENST00000456122.2",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs995497805",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.000004338174,
      "gene_hgnc_id": 17287,
      "gene_symbol": "SUV39H2",
      "gnomad_exomes_ac": 6,
      "gnomad_exomes_af": 0.00000410563,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657142,
      "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": 1.636,
      "pos": 14897157,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001193424.2"
    }
  ]
}
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.