← 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: 7-87402097-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PM4"
          ],
          "effects": [
            "stop_lost"
          ],
          "gene_symbol": "ABCB4",
          "hgnc_id": 45,
          "hgvs_c": "c.3860G>C",
          "hgvs_p": "p.Ter1287Serext*?",
          "inheritance_mode": "AD,SD,AR",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_018849.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PM4",
      "acmg_score": 4,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.28,
      "chr": "7",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "ABCB4-related disorder",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.2800000011920929,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "*",
          "aa_start": 1280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4293,
          "cdna_start": 3892,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3839,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "NM_000443.4",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3839G>C",
          "hgvs_p": "p.Ter1280Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000649586.2",
          "protein_coding": true,
          "protein_id": "NP_000434.1",
          "strand": false,
          "transcript": "NM_000443.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "*",
          "aa_start": 1280,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4293,
          "cdna_start": 3892,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3839,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000649586.2",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3839G>C",
          "hgvs_p": "p.Ter1280Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000443.4",
          "protein_coding": true,
          "protein_id": "ENSP00000496956.2",
          "strand": false,
          "transcript": "ENST00000649586.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "*",
          "aa_start": 1287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4020,
          "cdna_start": 3972,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 3860,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000265723.8",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3860G>C",
          "hgvs_p": "p.Ter1287Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000265723.4",
          "strand": false,
          "transcript": "ENST00000265723.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "*",
          "aa_start": 1280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3961,
          "cdna_start": 3923,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3839,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000359206.8",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3839G>C",
          "hgvs_p": "p.Ter1280Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000352135.3",
          "strand": false,
          "transcript": "ENST00000359206.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "*",
          "aa_start": 1287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4314,
          "cdna_start": 3913,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 3860,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "NM_018849.3",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3860G>C",
          "hgvs_p": "p.Ter1287Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_061337.1",
          "strand": false,
          "transcript": "NM_018849.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "*",
          "aa_start": 1287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4099,
          "cdna_start": 4048,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 3860,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000866031.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3860G>C",
          "hgvs_p": "p.Ter1287Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536090.1",
          "strand": false,
          "transcript": "ENST00000866031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "*",
          "aa_start": 1287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3946,
          "cdna_start": 3895,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 3860,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000866032.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3860G>C",
          "hgvs_p": "p.Ter1287Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536091.1",
          "strand": false,
          "transcript": "ENST00000866032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "*",
          "aa_start": 1287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4229,
          "cdna_start": 4177,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 3860,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000964815.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3860G>C",
          "hgvs_p": "p.Ter1287Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634874.1",
          "strand": false,
          "transcript": "ENST00000964815.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "*",
          "aa_start": 1280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3926,
          "cdna_start": 3874,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3839,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000866024.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3839G>C",
          "hgvs_p": "p.Ter1280Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536083.1",
          "strand": false,
          "transcript": "ENST00000866024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "*",
          "aa_start": 1280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4063,
          "cdna_start": 4010,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3839,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000866035.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3839G>C",
          "hgvs_p": "p.Ter1280Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536094.1",
          "strand": false,
          "transcript": "ENST00000866035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1272,
          "aa_ref": "*",
          "aa_start": 1273,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3896,
          "cdna_start": 3844,
          "cds_end": null,
          "cds_length": 3819,
          "cds_start": 3818,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000866029.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3818G>C",
          "hgvs_p": "p.Ter1273Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536088.1",
          "strand": false,
          "transcript": "ENST00000866029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1251,
          "aa_ref": "*",
          "aa_start": 1252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3844,
          "cdna_start": 3792,
          "cds_end": null,
          "cds_length": 3756,
          "cds_start": 3755,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000964820.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3755G>C",
          "hgvs_p": "p.Ter1252Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634879.1",
          "strand": false,
          "transcript": "ENST00000964820.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1244,
          "aa_ref": "*",
          "aa_start": 1245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3812,
          "cdna_start": 3760,
          "cds_end": null,
          "cds_length": 3735,
          "cds_start": 3734,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000866028.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3734G>C",
          "hgvs_p": "p.Ter1245Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536087.1",
          "strand": false,
          "transcript": "ENST00000866028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1239,
          "aa_ref": "*",
          "aa_start": 1240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3791,
          "cdna_start": 3744,
          "cds_end": null,
          "cds_length": 3720,
          "cds_start": 3719,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000866034.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3719G>C",
          "hgvs_p": "p.Ter1240Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536093.1",
          "strand": false,
          "transcript": "ENST00000866034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1239,
          "aa_ref": "*",
          "aa_start": 1240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3852,
          "cdna_start": 3801,
          "cds_end": null,
          "cds_length": 3720,
          "cds_start": 3719,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000964819.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3719G>C",
          "hgvs_p": "p.Ter1240Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634878.1",
          "strand": false,
          "transcript": "ENST00000964819.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1239,
          "aa_ref": "*",
          "aa_start": 1240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3941,
          "cdna_start": 3890,
          "cds_end": null,
          "cds_length": 3720,
          "cds_start": 3719,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000964821.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3719G>C",
          "hgvs_p": "p.Ter1240Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634880.1",
          "strand": false,
          "transcript": "ENST00000964821.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1236,
          "aa_ref": "*",
          "aa_start": 1237,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4000,
          "cdna_start": 3939,
          "cds_end": null,
          "cds_length": 3711,
          "cds_start": 3710,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 28,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000964816.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3710G>C",
          "hgvs_p": "p.Ter1237Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634875.1",
          "strand": false,
          "transcript": "ENST00000964816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1232,
          "aa_ref": "*",
          "aa_start": 1233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4152,
          "cdna_start": 3751,
          "cds_end": null,
          "cds_length": 3699,
          "cds_start": 3698,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "NM_018850.3",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3698G>C",
          "hgvs_p": "p.Ter1233Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_061338.1",
          "strand": false,
          "transcript": "NM_018850.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1218,
          "aa_ref": "*",
          "aa_start": 1219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3744,
          "cdna_start": 3693,
          "cds_end": null,
          "cds_length": 3657,
          "cds_start": 3656,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000866022.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3656G>C",
          "hgvs_p": "p.Ter1219Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536081.1",
          "strand": false,
          "transcript": "ENST00000866022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1218,
          "aa_ref": "*",
          "aa_start": 1219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3860,
          "cdna_start": 3808,
          "cds_end": null,
          "cds_length": 3657,
          "cds_start": 3656,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000964817.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3656G>C",
          "hgvs_p": "p.Ter1219Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634876.1",
          "strand": false,
          "transcript": "ENST00000964817.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1217,
          "aa_ref": "*",
          "aa_start": 1218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3731,
          "cdna_start": 3679,
          "cds_end": null,
          "cds_length": 3654,
          "cds_start": 3653,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000866027.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3653G>C",
          "hgvs_p": "p.Ter1218Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536086.1",
          "strand": false,
          "transcript": "ENST00000866027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "*",
          "aa_start": 1216,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3745,
          "cdna_start": 3693,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 3647,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000866021.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3647G>C",
          "hgvs_p": "p.Ter1216Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536080.1",
          "strand": false,
          "transcript": "ENST00000866021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1213,
          "aa_ref": "*",
          "aa_start": 1214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3826,
          "cdna_start": 3779,
          "cds_end": null,
          "cds_length": 3642,
          "cds_start": 3641,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000964818.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3641G>C",
          "hgvs_p": "p.Ter1214Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634877.1",
          "strand": false,
          "transcript": "ENST00000964818.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1197,
          "aa_ref": "*",
          "aa_start": 1198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3799,
          "cdna_start": 3746,
          "cds_end": null,
          "cds_length": 3594,
          "cds_start": 3593,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000939426.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3593G>C",
          "hgvs_p": "p.Ter1198Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609485.1",
          "strand": false,
          "transcript": "ENST00000939426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "*",
          "aa_start": 1181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3615,
          "cdna_start": 3568,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 3542,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000866033.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3542G>C",
          "hgvs_p": "p.Ter1181Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536092.1",
          "strand": false,
          "transcript": "ENST00000866033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1170,
          "aa_ref": "*",
          "aa_start": 1171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3590,
          "cdna_start": 3538,
          "cds_end": null,
          "cds_length": 3513,
          "cds_start": 3512,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000866026.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3512G>C",
          "hgvs_p": "p.Ter1171Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536085.1",
          "strand": false,
          "transcript": "ENST00000866026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "*",
          "aa_start": 1165,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3572,
          "cdna_start": 3520,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3494,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000866025.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3494G>C",
          "hgvs_p": "p.Ter1165Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536084.1",
          "strand": false,
          "transcript": "ENST00000866025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1157,
          "aa_ref": "*",
          "aa_start": 1158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": 3500,
          "cds_end": null,
          "cds_length": 3474,
          "cds_start": 3473,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000866023.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3473G>C",
          "hgvs_p": "p.Ter1158Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536082.1",
          "strand": false,
          "transcript": "ENST00000866023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1154,
          "aa_ref": "*",
          "aa_start": 1155,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3542,
          "cdna_start": 3490,
          "cds_end": null,
          "cds_length": 3465,
          "cds_start": 3464,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000866030.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3464G>C",
          "hgvs_p": "p.Ter1155Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536089.1",
          "strand": false,
          "transcript": "ENST00000866030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1148,
          "aa_ref": "*",
          "aa_start": 1149,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3545,
          "cdna_start": 3498,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 3446,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000866020.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3446G>C",
          "hgvs_p": "p.Ter1149Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536079.1",
          "strand": false,
          "transcript": "ENST00000866020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1197,
          "aa_ref": "*",
          "aa_start": 1198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4047,
          "cdna_start": 3646,
          "cds_end": null,
          "cds_length": 3594,
          "cds_start": 3593,
          "consequences": [
            "stop_lost"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047420476.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3593G>C",
          "hgvs_p": "p.Ter1198Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276432.1",
          "strand": false,
          "transcript": "XM_047420476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1232,
          "aa_ref": "*",
          "aa_start": 1233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3699,
          "cdna_start": 3698,
          "cds_end": null,
          "cds_length": 3699,
          "cds_start": 3698,
          "consequences": [
            "stop_lost",
            "splice_region_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000453593.5",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3698G>C",
          "hgvs_p": "p.Ter1233Serext*?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392983.1",
          "strand": false,
          "transcript": "ENST00000453593.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 98,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 523,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 297,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000440025.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.240+32G>C",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395716.1",
          "strand": false,
          "transcript": "ENST00000440025.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1294,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4374,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3885,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011516308.4",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3828+32G>C",
          "hgvs_p": null,
          "intron_rank": 28,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514610.4",
          "strand": false,
          "transcript": "XM_011516308.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1287,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4353,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3864,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011516309.4",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3807+32G>C",
          "hgvs_p": null,
          "intron_rank": 28,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514611.4",
          "strand": false,
          "transcript": "XM_011516309.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1247,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4023,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3744,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420475.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "c.3687+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276431.1",
          "strand": false,
          "transcript": "XM_047420475.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": 8596,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060045.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.4091+32G>C",
          "hgvs_p": null,
          "intron_rank": 28,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060045.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": 8633,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060046.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3986+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060046.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": 8612,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060047.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3965+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060047.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": 8609,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060048.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3962+32G>C",
          "hgvs_p": null,
          "intron_rank": 28,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060048.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": 8597,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060049.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3950+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060049.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": 8576,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060050.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3929+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060050.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": 8528,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060051.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3881+32G>C",
          "hgvs_p": null,
          "intron_rank": 28,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060051.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": 8423,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060052.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3776+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060052.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": 8366,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060053.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3719+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060053.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": 6722,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060054.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3719+32G>C",
          "hgvs_p": null,
          "intron_rank": 27,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060054.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": 7951,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007060055.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.3304+32G>C",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007060055.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": 414,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000467983.1",
          "gene_hgnc_id": 45,
          "gene_symbol": "ABCB4",
          "hgvs_c": "n.*37G>C",
          "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": "ENST00000467983.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs372413793",
      "effect": "stop_lost",
      "frequency_reference_population": 0.0000012391912,
      "gene_hgnc_id": 45,
      "gene_symbol": "ABCB4",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84103e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657082,
      "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": "Uncertain significance",
      "phenotype_combined": "ABCB4-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.67,
      "pos": 87402097,
      "ref": "C",
      "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_018849.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.