← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 5-119509176-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS3",
            "PM2",
            "PM5",
            "PP3",
            "PP5_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "HSD17B4",
          "hgnc_id": 5213,
          "hgvs_c": "c.1444A>G",
          "hgvs_p": "p.Asn482Asp",
          "inheritance_mode": "AR",
          "pathogenic_score": 11,
          "score": 11,
          "transcript": "NM_001199291.3",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PM2,PM5,PP3,PP5_Moderate",
      "acmg_score": 11,
      "allele_count_reference_population": 9,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.6176,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.01,
      "chr": "5",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "Bifunctional peroxisomal enzyme deficiency,Perrault syndrome",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8149195313453674,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 736,
          "aa_ref": "N",
          "aa_start": 457,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2628,
          "cdna_start": 1448,
          "cds_end": null,
          "cds_length": 2211,
          "cds_start": 1369,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_000414.4",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1369A>G",
          "hgvs_p": "p.Asn457Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000510025.7",
          "protein_coding": true,
          "protein_id": "NP_000405.1",
          "strand": true,
          "transcript": "NM_000414.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 736,
          "aa_ref": "N",
          "aa_start": 457,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2628,
          "cdna_start": 1448,
          "cds_end": null,
          "cds_length": 2211,
          "cds_start": 1369,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000510025.7",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1369A>G",
          "hgvs_p": "p.Asn457Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000414.4",
          "protein_coding": true,
          "protein_id": "ENSP00000424940.3",
          "strand": true,
          "transcript": "ENST00000510025.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2566,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000509514.6",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1334-34A>G",
          "hgvs_p": null,
          "intron_rank": 15,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426272.2",
          "strand": true,
          "transcript": "ENST00000509514.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "N",
          "aa_start": 482,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2881,
          "cdna_start": 1701,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 1444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001199291.3",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1444A>G",
          "hgvs_p": "p.Asn482Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186220.1",
          "strand": true,
          "transcript": "NM_001199291.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "N",
          "aa_start": 482,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2881,
          "cdna_start": 1701,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 1444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000414835.7",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1444A>G",
          "hgvs_p": "p.Asn482Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000411960.3",
          "strand": true,
          "transcript": "ENST00000414835.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 733,
          "aa_ref": "N",
          "aa_start": 454,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2619,
          "cdna_start": 1439,
          "cds_end": null,
          "cds_length": 2202,
          "cds_start": 1360,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001374497.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1360A>G",
          "hgvs_p": "p.Asn454Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361426.1",
          "strand": true,
          "transcript": "NM_001374497.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 718,
          "aa_ref": "N",
          "aa_start": 439,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2574,
          "cdna_start": 1394,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": 1315,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001199292.2",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1315A>G",
          "hgvs_p": "p.Asn439Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186221.1",
          "strand": true,
          "transcript": "NM_001199292.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 718,
          "aa_ref": "N",
          "aa_start": 439,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2494,
          "cdna_start": 1394,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": 1315,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000515320.5",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1315A>G",
          "hgvs_p": "p.Asn439Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000424613.1",
          "strand": true,
          "transcript": "ENST00000515320.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 712,
          "aa_ref": "N",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2693,
          "cdna_start": 1513,
          "cds_end": null,
          "cds_length": 2139,
          "cds_start": 1297,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001292027.2",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1297A>G",
          "hgvs_p": "p.Asn433Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001278956.1",
          "strand": true,
          "transcript": "NM_001292027.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 712,
          "aa_ref": "N",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2556,
          "cdna_start": 1376,
          "cds_end": null,
          "cds_length": 2139,
          "cds_start": 1297,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001374498.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1297A>G",
          "hgvs_p": "p.Asn433Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361427.1",
          "strand": true,
          "transcript": "NM_001374498.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 712,
          "aa_ref": "N",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2563,
          "cdna_start": 1397,
          "cds_end": null,
          "cds_length": 2139,
          "cds_start": 1297,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000682996.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1297A>G",
          "hgvs_p": "p.Asn433Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000507792.1",
          "strand": true,
          "transcript": "ENST00000682996.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 711,
          "aa_ref": "N",
          "aa_start": 457,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2780,
          "cdna_start": 1436,
          "cds_end": null,
          "cds_length": 2136,
          "cds_start": 1369,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000646058.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1369A>G",
          "hgvs_p": "p.Asn457Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493579.1",
          "strand": true,
          "transcript": "ENST00000646058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 627,
          "aa_ref": "N",
          "aa_start": 348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2834,
          "cdna_start": 1654,
          "cds_end": null,
          "cds_length": 1884,
          "cds_start": 1042,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001374499.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.1042A>G",
          "hgvs_p": "p.Asn348Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361428.1",
          "strand": true,
          "transcript": "NM_001374499.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 599,
          "aa_ref": "N",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2816,
          "cdna_start": 1636,
          "cds_end": null,
          "cds_length": 1800,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001374501.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.958A>G",
          "hgvs_p": "p.Asn320Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361430.1",
          "strand": true,
          "transcript": "NM_001374501.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 599,
          "aa_ref": "N",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2821,
          "cdna_start": 1641,
          "cds_end": null,
          "cds_length": 1800,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001374502.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.958A>G",
          "hgvs_p": "p.Asn320Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361431.1",
          "strand": true,
          "transcript": "NM_001374502.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 599,
          "aa_ref": "N",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2886,
          "cdna_start": 1706,
          "cds_end": null,
          "cds_length": 1800,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001374503.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.958A>G",
          "hgvs_p": "p.Asn320Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361432.1",
          "strand": true,
          "transcript": "NM_001374503.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 599,
          "aa_ref": "N",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2225,
          "cdna_start": 1203,
          "cds_end": null,
          "cds_length": 1800,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000513628.5",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.958A>G",
          "hgvs_p": "p.Asn320Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000425993.1",
          "strand": true,
          "transcript": "ENST00000513628.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 596,
          "aa_ref": "N",
          "aa_start": 317,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2807,
          "cdna_start": 1627,
          "cds_end": null,
          "cds_length": 1791,
          "cds_start": 949,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001292028.2",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.949A>G",
          "hgvs_p": "p.Asn317Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001278957.1",
          "strand": true,
          "transcript": "NM_001292028.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": "N",
          "aa_start": 310,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2913,
          "cdna_start": 1733,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": 928,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001374500.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.928A>G",
          "hgvs_p": "p.Asn310Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361429.1",
          "strand": true,
          "transcript": "NM_001374500.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": "N",
          "aa_start": 310,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2112,
          "cdna_start": 1263,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": 928,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000645099.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.928A>G",
          "hgvs_p": "p.Asn310Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496091.1",
          "strand": true,
          "transcript": "ENST00000645099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "N",
          "aa_start": 205,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1834,
          "cdna_start": 668,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 613,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000518349.6",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.613A>G",
          "hgvs_p": "p.Asn205Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000507185.1",
          "strand": true,
          "transcript": "ENST00000518349.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 109,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 660,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 330,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896450.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "c.113-27247A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566509.1",
          "strand": true,
          "transcript": "ENST00000896450.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": 2686,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000442060.7",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.1369A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000390208.3",
          "strand": true,
          "transcript": "ENST00000442060.7",
          "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": 5540,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000515235.6",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.3122A>G",
          "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": "ENST00000515235.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 900,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000522415.5",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.36A>G",
          "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": "ENST00000522415.5",
          "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": 2551,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000643250.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1241A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494737.1",
          "strand": true,
          "transcript": "ENST00000643250.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": 4322,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000644146.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*2640A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494808.1",
          "strand": true,
          "transcript": "ENST00000644146.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": 2439,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000645702.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*772A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496432.1",
          "strand": true,
          "transcript": "ENST00000645702.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": 2589,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000645832.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1254A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494316.1",
          "strand": true,
          "transcript": "ENST00000645832.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": 2743,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000646355.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1375A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493801.1",
          "strand": true,
          "transcript": "ENST00000646355.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": 2659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000646554.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1347A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494542.1",
          "strand": true,
          "transcript": "ENST00000646554.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": 2646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000647335.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1336A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495180.1",
          "strand": true,
          "transcript": "ENST00000647335.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": 2614,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000647342.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1300A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494992.1",
          "strand": true,
          "transcript": "ENST00000647342.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": 2909,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000682445.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1250A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508061.1",
          "strand": true,
          "transcript": "ENST00000682445.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": 4427,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000682531.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.3261A>G",
          "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": "ENST00000682531.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": 2701,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000682626.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*875A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507857.1",
          "strand": true,
          "transcript": "ENST00000682626.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": 4449,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000683265.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.3155A>G",
          "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": "ENST00000683265.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": 3015,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000683371.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1499A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508376.1",
          "strand": true,
          "transcript": "ENST00000683371.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": 4673,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000683372.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.3379A>G",
          "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": "ENST00000683372.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": 11908,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000683390.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.3059A>G",
          "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": "ENST00000683390.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": 4277,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000683549.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.2983A>G",
          "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": "ENST00000683549.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": 4532,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000683936.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*2947A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507721.1",
          "strand": true,
          "transcript": "ENST00000683936.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": 4264,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000683974.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.3144A>G",
          "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": "ENST00000683974.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": 2314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000683996.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*579A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507060.1",
          "strand": true,
          "transcript": "ENST00000683996.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": 4195,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000684131.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.2901A>G",
          "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": "ENST00000684131.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": 2798,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000684160.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1059A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507821.1",
          "strand": true,
          "transcript": "ENST00000684160.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": 2494,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000684214.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.1369A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508071.1",
          "strand": true,
          "transcript": "ENST00000684214.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": 2646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NR_164653.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.1466A>G",
          "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_164653.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": 2914,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NR_164654.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.1734A>G",
          "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_164654.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": 2551,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000643250.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1241A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494737.1",
          "strand": true,
          "transcript": "ENST00000643250.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": 4322,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000644146.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*2640A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494808.1",
          "strand": true,
          "transcript": "ENST00000644146.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": 2439,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000645702.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*772A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496432.1",
          "strand": true,
          "transcript": "ENST00000645702.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": 2589,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000645832.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1254A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494316.1",
          "strand": true,
          "transcript": "ENST00000645832.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": 2743,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000646355.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1375A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493801.1",
          "strand": true,
          "transcript": "ENST00000646355.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": 2659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000646554.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1347A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494542.1",
          "strand": true,
          "transcript": "ENST00000646554.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": 2646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000647335.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1336A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495180.1",
          "strand": true,
          "transcript": "ENST00000647335.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": 2614,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000647342.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1300A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494992.1",
          "strand": true,
          "transcript": "ENST00000647342.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": 2909,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000682445.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1250A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508061.1",
          "strand": true,
          "transcript": "ENST00000682445.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": 2701,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000682626.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*875A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507857.1",
          "strand": true,
          "transcript": "ENST00000682626.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": 3015,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000683371.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1499A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508376.1",
          "strand": true,
          "transcript": "ENST00000683371.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": 4532,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000683936.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*2947A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507721.1",
          "strand": true,
          "transcript": "ENST00000683936.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": 2314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000683996.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*579A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507060.1",
          "strand": true,
          "transcript": "ENST00000683996.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": 2798,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000684160.1",
          "gene_hgnc_id": 5213,
          "gene_symbol": "HSD17B4",
          "hgvs_c": "n.*1059A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000507821.1",
          "strand": true,
          "transcript": "ENST00000684160.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs137853097",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000005610672,
      "gene_hgnc_id": 5213,
      "gene_symbol": "HSD17B4",
      "gnomad_exomes_ac": 8,
      "gnomad_exomes_af": 0.00000550989,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657237,
      "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": "Pathogenic",
      "phenotype_combined": "Bifunctional peroxisomal enzyme deficiency|Bifunctional peroxisomal enzyme deficiency;Perrault syndrome",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.769,
      "pos": 119509176,
      "ref": "A",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.73,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001199291.3"
    }
  ]
}
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.