← 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: 11-112056843-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "DLAT",
          "hgnc_id": 2896,
          "hgvs_c": "c.1533-3060T>A",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001372031.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "PIH1D2",
          "hgnc_id": 25210,
          "hgvs_c": "c.814-4156A>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001439210.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.91,
      "chr": "11",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.9100000262260437,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 647,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1944,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001931.5",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1515-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000280346.11",
          "protein_coding": true,
          "protein_id": "NP_001922.2",
          "strand": true,
          "transcript": "NM_001931.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 647,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1944,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000280346.11",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1515-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001931.5",
          "protein_coding": true,
          "protein_id": "ENSP00000280346.7",
          "strand": true,
          "transcript": "ENST00000280346.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3896,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372031.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1533-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358960.1",
          "strand": true,
          "transcript": "NM_001372031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3146,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915657.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1533-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585716.1",
          "strand": true,
          "transcript": "ENST00000915657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 647,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3465,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1944,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000713569.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1515-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518862.1",
          "strand": true,
          "transcript": "ENST00000713569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 645,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3872,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1938,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372032.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1509-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358961.1",
          "strand": true,
          "transcript": "NM_001372032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 645,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3825,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1938,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681316.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1509-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506560.1",
          "strand": true,
          "transcript": "ENST00000681316.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 643,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2089,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1932,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915658.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1503-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585717.1",
          "strand": true,
          "transcript": "ENST00000915658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 640,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3857,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1923,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372033.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1515-3081T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358962.1",
          "strand": true,
          "transcript": "NM_001372033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 640,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3810,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1923,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681328.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1515-3081T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506355.1",
          "strand": true,
          "transcript": "ENST00000681328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 636,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3845,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1911,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372034.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1482-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358963.1",
          "strand": true,
          "transcript": "NM_001372034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 636,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3830,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1911,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679878.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1482-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505567.1",
          "strand": true,
          "transcript": "ENST00000679878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3636,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000873897.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1422-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543956.1",
          "strand": true,
          "transcript": "ENST00000873897.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3770,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372035.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1407-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358964.1",
          "strand": true,
          "transcript": "NM_001372035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3723,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681339.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1407-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506167.1",
          "strand": true,
          "transcript": "ENST00000681339.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 605,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3793,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1818,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372036.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1389-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358965.1",
          "strand": true,
          "transcript": "NM_001372036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 591,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3751,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1776,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372037.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1347-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358966.1",
          "strand": true,
          "transcript": "NM_001372037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 562,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3740,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1689,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680411.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1260-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505915.1",
          "strand": true,
          "transcript": "ENST00000680411.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3599,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372038.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1236-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358967.1",
          "strand": true,
          "transcript": "NM_001372038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680331.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1236-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506707.1",
          "strand": true,
          "transcript": "ENST00000680331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 545,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1795,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1638,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915659.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1209-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585718.1",
          "strand": true,
          "transcript": "ENST00000915659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 542,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3563,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1629,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372039.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1200-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358968.1",
          "strand": true,
          "transcript": "NM_001372039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 542,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3517,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1629,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000393051.5",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1200-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376771.1",
          "strand": true,
          "transcript": "ENST00000393051.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2994,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915655.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1173-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585714.1",
          "strand": true,
          "transcript": "ENST00000915655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 520,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3497,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1563,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372040.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1134-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358969.1",
          "strand": true,
          "transcript": "NM_001372040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 520,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1931,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1563,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000531306.2",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1134-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433432.2",
          "strand": true,
          "transcript": "ENST00000531306.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3442,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915654.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1128-3060T>A",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585713.1",
          "strand": true,
          "transcript": "ENST00000915654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3455,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372041.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1092-3060T>A",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358970.1",
          "strand": true,
          "transcript": "NM_001372041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2920,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000873898.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1092-3060T>A",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000543957.1",
          "strand": true,
          "transcript": "ENST00000873898.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3882,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001372042.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.1053-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001358971.1",
          "strand": true,
          "transcript": "NM_001372042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 457,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3292,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1374,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915653.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.945-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585712.1",
          "strand": true,
          "transcript": "ENST00000915653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 446,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2487,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1341,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679614.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.912-3060T>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506007.1",
          "strand": true,
          "transcript": "ENST00000679614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915656.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.837-3060T>A",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585715.1",
          "strand": true,
          "transcript": "ENST00000915656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1085,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001439210.1",
          "gene_hgnc_id": 25210,
          "gene_symbol": "PIH1D2",
          "hgvs_c": "c.814-4156A>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001426139.1",
          "strand": false,
          "transcript": "NM_001439210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 140,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 542,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 423,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915660.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "c.382-5651T>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585719.1",
          "strand": true,
          "transcript": "ENST00000915660.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1027,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017017204.3",
          "gene_hgnc_id": 25210,
          "gene_symbol": "PIH1D2",
          "hgvs_c": "c.814-1092A>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016872693.1",
          "strand": false,
          "transcript": "XM_017017204.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1135,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426368.1",
          "gene_hgnc_id": 25210,
          "gene_symbol": "PIH1D2",
          "hgvs_c": "c.814-4156A>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282324.1",
          "strand": false,
          "transcript": "XM_047426368.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": 4927,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000527231.2",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.1562-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000527231.2",
          "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": 2118,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000533297.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.*1190-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435374.1",
          "strand": true,
          "transcript": "ENST00000533297.1",
          "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": 3638,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679368.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.*442-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505314.1",
          "strand": true,
          "transcript": "ENST00000679368.1",
          "transcript_support_level": null
        },
        {
          "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": 3960,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679815.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.*948-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504880.1",
          "strand": true,
          "transcript": "ENST00000679815.1",
          "transcript_support_level": null
        },
        {
          "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": 3704,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680010.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.*656-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505768.1",
          "strand": true,
          "transcript": "ENST00000680010.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": 3115,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680154.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.846-3060T>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000680154.1",
          "transcript_support_level": null
        },
        {
          "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": 3871,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681638.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.*868-3060T>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506090.1",
          "strand": true,
          "transcript": "ENST00000681638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3690,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_164072.1",
          "gene_hgnc_id": 2896,
          "gene_symbol": "DLAT",
          "hgvs_c": "n.1392-3060T>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_164072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1242,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007062450.1",
          "gene_hgnc_id": 25210,
          "gene_symbol": "PIH1D2",
          "hgvs_c": "n.883-1063A>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007062450.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "intron_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 2896,
      "gene_symbol": "DLAT",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "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": 0.742,
      "pos": 112056843,
      "ref": "T",
      "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_001372031.1"
    }
  ]
}
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.