← 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: 12-52950790-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "KRT18",
          "hgnc_id": 6430,
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_000224.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 4,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9585,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.12,
      "chr": "12",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": " familial,Cirrhosis",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.7652978897094727,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1413,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_000224.3",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000388835.4",
          "protein_coding": true,
          "protein_id": "NP_000215.1",
          "strand": true,
          "transcript": "NM_000224.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1413,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000388835.4",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000224.3",
          "protein_coding": true,
          "protein_id": "ENSP00000373487.3",
          "strand": true,
          "transcript": "ENST00000388835.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1696,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000550600.5",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000447278.1",
          "strand": true,
          "transcript": "ENST00000550600.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": "D",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1445,
          "cdna_start": 635,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": 577,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000872040.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.577G>A",
          "hgvs_p": "p.Asp193Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542099.1",
          "strand": true,
          "transcript": "ENST00000872040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "D",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1438,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000872041.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.571G>A",
          "hgvs_p": "p.Asp191Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542100.1",
          "strand": true,
          "transcript": "ENST00000872041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1442,
          "cdna_start": 626,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_199187.2",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_954657.1",
          "strand": true,
          "transcript": "NM_199187.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1420,
          "cdna_start": 610,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000388837.6",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000373489.2",
          "strand": true,
          "transcript": "ENST00000388837.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1427,
          "cdna_start": 606,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000872037.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542096.1",
          "strand": true,
          "transcript": "ENST00000872037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1387,
          "cdna_start": 576,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000930587.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600646.1",
          "strand": true,
          "transcript": "ENST00000930587.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1483,
          "cdna_start": 672,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000930588.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600647.1",
          "strand": true,
          "transcript": "ENST00000930588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1493,
          "cdna_start": 677,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000930589.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600648.1",
          "strand": true,
          "transcript": "ENST00000930589.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1384,
          "cdna_start": 573,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000930590.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600649.1",
          "strand": true,
          "transcript": "ENST00000930590.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1420,
          "cdna_start": 605,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000872038.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542097.1",
          "strand": true,
          "transcript": "ENST00000872038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1447,
          "cdna_start": 629,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000872039.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542098.1",
          "strand": true,
          "transcript": "ENST00000872039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 428,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1403,
          "cdna_start": 598,
          "cds_end": null,
          "cds_length": 1287,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000946970.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617029.1",
          "strand": true,
          "transcript": "ENST00000946970.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 413,
          "aa_ref": "D",
          "aa_start": 164,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1356,
          "cdna_start": 548,
          "cds_end": null,
          "cds_length": 1242,
          "cds_start": 490,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000872042.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Asp164Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542101.1",
          "strand": true,
          "transcript": "ENST00000872042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1355,
          "cdna_start": 596,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000946971.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617030.1",
          "strand": true,
          "transcript": "ENST00000946971.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "D",
          "aa_start": 150,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1317,
          "cdna_start": 506,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 448,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000930592.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.448G>A",
          "hgvs_p": "p.Asp150Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600651.1",
          "strand": true,
          "transcript": "ENST00000930592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1258,
          "cdna_start": 561,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000872043.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542102.1",
          "strand": true,
          "transcript": "ENST00000872043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 338,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1133,
          "cdna_start": 598,
          "cds_end": null,
          "cds_length": 1017,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000930593.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600652.1",
          "strand": true,
          "transcript": "ENST00000930593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "D",
          "aa_start": 181,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1014,
          "cdna_start": 599,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 541,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000930591.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "c.541G>A",
          "hgvs_p": "p.Asp181Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600650.1",
          "strand": true,
          "transcript": "ENST00000930591.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": 928,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000548015.1",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "n.647G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000548015.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2088,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000549078.5",
          "gene_hgnc_id": 6430,
          "gene_symbol": "KRT18",
          "hgvs_c": "n.927G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000549078.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1942470902",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000027417655,
      "gene_hgnc_id": 6430,
      "gene_symbol": "KRT18",
      "gnomad_exomes_ac": 4,
      "gnomad_exomes_af": 0.00000274177,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Cirrhosis, familial",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 10.003,
      "pos": 52950790,
      "ref": "G",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.551,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_000224.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.