← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 11-119092958-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 119092958,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000652429.1",
      "consequences": [
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.849G>C",
          "hgvs_p": "p.Trp283Cys",
          "transcript": "NM_000190.4",
          "protein_id": "NP_000181.2",
          "transcript_support_level": null,
          "aa_start": 283,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 849,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": 1002,
          "cdna_end": null,
          "cdna_length": 1505,
          "mane_select": "ENST00000652429.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.849G>C",
          "hgvs_p": "p.Trp283Cys",
          "transcript": "ENST00000652429.1",
          "protein_id": "ENSP00000498786.1",
          "transcript_support_level": null,
          "aa_start": 283,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 849,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": 1002,
          "cdna_end": null,
          "cdna_length": 1505,
          "mane_select": "NM_000190.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "ENST00000392841.1",
          "protein_id": "ENSP00000376584.1",
          "transcript_support_level": 1,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 908,
          "cdna_end": null,
          "cdna_length": 1411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.840G>C",
          "hgvs_p": "p.Trp280Cys",
          "transcript": "NM_001425056.1",
          "protein_id": "NP_001411985.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 840,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": 993,
          "cdna_end": null,
          "cdna_length": 1495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.831G>C",
          "hgvs_p": "p.Trp277Cys",
          "transcript": "NM_001425057.1",
          "protein_id": "NP_001411986.1",
          "transcript_support_level": null,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 831,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": 984,
          "cdna_end": null,
          "cdna_length": 1486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.831G>C",
          "hgvs_p": "p.Trp277Cys",
          "transcript": "ENST00000442944.7",
          "protein_id": "ENSP00000392041.3",
          "transcript_support_level": 5,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 831,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": 982,
          "cdna_end": null,
          "cdna_length": 1448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.810G>C",
          "hgvs_p": "p.Trp270Cys",
          "transcript": "NM_001425058.1",
          "protein_id": "NP_001411987.1",
          "transcript_support_level": null,
          "aa_start": 270,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 810,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 963,
          "cdna_end": null,
          "cdna_length": 1465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "NM_001024382.2",
          "protein_id": "NP_001019553.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 908,
          "cdna_end": null,
          "cdna_length": 1411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "NM_001425052.1",
          "protein_id": "NP_001411981.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 1093,
          "cdna_end": null,
          "cdna_length": 1595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "NM_001425053.1",
          "protein_id": "NP_001411982.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 1069,
          "cdna_end": null,
          "cdna_length": 1571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "NM_001425054.1",
          "protein_id": "NP_001411983.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 1085,
          "cdna_end": null,
          "cdna_length": 1587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "ENST00000537841.5",
          "protein_id": "ENSP00000444730.1",
          "transcript_support_level": 5,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 1089,
          "cdna_end": null,
          "cdna_length": 1559,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "ENST00000648374.1",
          "protein_id": "ENSP00000497255.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 1477,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.795G>C",
          "hgvs_p": "p.Trp265Cys",
          "transcript": "NM_001425059.1",
          "protein_id": "NP_001411988.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1032,
          "cdna_start": 948,
          "cdna_end": null,
          "cdna_length": 1450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.780G>C",
          "hgvs_p": "p.Trp260Cys",
          "transcript": "ENST00000650101.1",
          "protein_id": "ENSP00000496970.1",
          "transcript_support_level": null,
          "aa_start": 260,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": 780,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": 1470,
          "cdna_end": null,
          "cdna_length": 1936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.756G>C",
          "hgvs_p": "p.Trp252Cys",
          "transcript": "ENST00000543090.5",
          "protein_id": "ENSP00000445429.1",
          "transcript_support_level": 5,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 756,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": 860,
          "cdna_end": null,
          "cdna_length": 1347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.729G>C",
          "hgvs_p": "p.Trp243Cys",
          "transcript": "NM_001258208.2",
          "protein_id": "NP_001245137.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 729,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": 882,
          "cdna_end": null,
          "cdna_length": 1385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.729G>C",
          "hgvs_p": "p.Trp243Cys",
          "transcript": "ENST00000544387.5",
          "protein_id": "ENSP00000438424.1",
          "transcript_support_level": 2,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 729,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": 849,
          "cdna_end": null,
          "cdna_length": 1351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.690G>C",
          "hgvs_p": "p.Trp230Cys",
          "transcript": "NM_001425061.1",
          "protein_id": "NP_001411990.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 690,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 1345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.684G>C",
          "hgvs_p": "p.Trp228Cys",
          "transcript": "NM_001425062.1",
          "protein_id": "NP_001411991.1",
          "transcript_support_level": null,
          "aa_start": 228,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 684,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 1645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.684G>C",
          "hgvs_p": "p.Trp228Cys",
          "transcript": "NM_001425063.1",
          "protein_id": "NP_001411992.1",
          "transcript_support_level": null,
          "aa_start": 228,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 684,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 1039,
          "cdna_end": null,
          "cdna_length": 1541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.684G>C",
          "hgvs_p": "p.Trp228Cys",
          "transcript": "ENST00000686218.1",
          "protein_id": "ENSP00000509288.1",
          "transcript_support_level": null,
          "aa_start": 228,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 684,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 1385,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.678G>C",
          "hgvs_p": "p.Trp226Cys",
          "transcript": "NM_001258209.2",
          "protein_id": "NP_001245138.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 678,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 973,
          "cdna_end": null,
          "cdna_length": 1476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.678G>C",
          "hgvs_p": "p.Trp226Cys",
          "transcript": "ENST00000542729.5",
          "protein_id": "ENSP00000443058.1",
          "transcript_support_level": 2,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 678,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 969,
          "cdna_end": null,
          "cdna_length": 1469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.675G>C",
          "hgvs_p": "p.Trp225Cys",
          "transcript": "NM_001425065.1",
          "protein_id": "NP_001411994.1",
          "transcript_support_level": null,
          "aa_start": 225,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 675,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": 828,
          "cdna_end": null,
          "cdna_length": 1330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.798G>C",
          "hgvs_p": "p.Trp266Cys",
          "transcript": "XM_017017629.2",
          "protein_id": "XP_016873118.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 798,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 988,
          "cdna_end": null,
          "cdna_length": 1491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "c.684G>C",
          "hgvs_p": "p.Trp228Cys",
          "transcript": "XM_011542796.2",
          "protein_id": "XP_011541098.1",
          "transcript_support_level": null,
          "aa_start": 228,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 684,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 1357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.348G>C",
          "hgvs_p": null,
          "transcript": "ENST00000539045.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 845,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.1294G>C",
          "hgvs_p": null,
          "transcript": "ENST00000542044.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.1324G>C",
          "hgvs_p": null,
          "transcript": "ENST00000543543.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.1298G>C",
          "hgvs_p": null,
          "transcript": "ENST00000544182.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.1611G>C",
          "hgvs_p": null,
          "transcript": "ENST00000546226.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.*86G>C",
          "hgvs_p": null,
          "transcript": "ENST00000640813.1",
          "protein_id": "ENSP00000491061.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.*86G>C",
          "hgvs_p": null,
          "transcript": "ENST00000648026.1",
          "protein_id": "ENSP00000498044.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.1675G>C",
          "hgvs_p": null,
          "transcript": "ENST00000650307.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.3064G>C",
          "hgvs_p": null,
          "transcript": "ENST00000691144.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.1673G>C",
          "hgvs_p": null,
          "transcript": "ENST00000691249.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.*86G>C",
          "hgvs_p": null,
          "transcript": "ENST00000640813.1",
          "protein_id": "ENSP00000491061.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.*86G>C",
          "hgvs_p": null,
          "transcript": "ENST00000648026.1",
          "protein_id": "ENSP00000498044.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HMBS",
          "gene_hgnc_id": 4982,
          "hgvs_c": "n.*8G>C",
          "hgvs_p": null,
          "transcript": "ENST00000649823.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "HMBS",
      "gene_hgnc_id": 4982,
      "dbsnp": "rs118204117",
      "frequency_reference_population": 0.0000030977899,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000205216,
      "gnomad_genomes_af": 0.0000131422,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8242125511169434,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.804,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8916,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.2,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.973,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000652429.1",
          "gene_symbol": "HMBS",
          "hgnc_id": 4982,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "SD,AD",
          "hgvs_c": "c.849G>C",
          "hgvs_p": "p.Trp283Cys"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}