← 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: 6-26092834-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 26092834,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000357618.10",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile",
          "transcript": "NM_000410.4",
          "protein_id": "NP_000401.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 5176,
          "mane_select": "ENST00000357618.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile",
          "transcript": "ENST00000357618.10",
          "protein_id": "ENSP00000417404.1",
          "transcript_support_level": 1,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 5176,
          "mane_select": "NM_000410.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Val253Ile",
          "transcript": "ENST00000470149.5",
          "protein_id": "ENSP00000419725.1",
          "transcript_support_level": 1,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": 806,
          "cdna_end": null,
          "cdna_length": 1123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.724G>A",
          "hgvs_p": "p.Val242Ile",
          "transcript": "ENST00000461397.6",
          "protein_id": "ENSP00000420802.1",
          "transcript_support_level": 1,
          "aa_start": 242,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 724,
          "cds_end": null,
          "cds_length": 1005,
          "cdna_start": 846,
          "cdna_end": null,
          "cdna_length": 1131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.697G>A",
          "hgvs_p": "p.Val233Ile",
          "transcript": "ENST00000397022.7",
          "protein_id": "ENSP00000380217.3",
          "transcript_support_level": 1,
          "aa_start": 233,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 697,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 1280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.502G>A",
          "hgvs_p": "p.Val168Ile",
          "transcript": "ENST00000349999.8",
          "protein_id": "ENSP00000259699.6",
          "transcript_support_level": 1,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 260,
          "cds_start": 502,
          "cds_end": null,
          "cds_length": 783,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 1704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "ENST00000317896.11",
          "protein_id": "ENSP00000313776.7",
          "transcript_support_level": 1,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": 650,
          "cdna_end": null,
          "cdna_length": 1922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.460G>A",
          "hgvs_p": "p.Val154Ile",
          "transcript": "ENST00000488199.5",
          "protein_id": "ENSP00000420559.1",
          "transcript_support_level": 1,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 741,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.448G>A",
          "hgvs_p": "p.Val150Ile",
          "transcript": "ENST00000336625.12",
          "protein_id": "ENSP00000337819.8",
          "transcript_support_level": 1,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 242,
          "cds_start": 448,
          "cds_end": null,
          "cds_length": 729,
          "cdna_start": 492,
          "cdna_end": null,
          "cdna_length": 804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.226G>A",
          "hgvs_p": "p.Val76Ile",
          "transcript": "ENST00000353147.9",
          "protein_id": "ENSP00000312342.5",
          "transcript_support_level": 1,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 226,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 386,
          "cdna_end": null,
          "cdna_length": 809,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.609G>A",
          "hgvs_p": null,
          "transcript": "ENST00000486147.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.77-285G>A",
          "hgvs_p": null,
          "transcript": "ENST00000352392.8",
          "protein_id": "ENSP00000315936.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 76,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile",
          "transcript": "NM_001384164.1",
          "protein_id": "NP_001371093.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 4991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile",
          "transcript": "ENST00000485729.2",
          "protein_id": "ENSP00000417534.2",
          "transcript_support_level": 3,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 776,
          "cdna_end": null,
          "cdna_length": 2118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.757G>A",
          "hgvs_p": "p.Val253Ile",
          "transcript": "NM_001406751.1",
          "protein_id": "NP_001393680.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": 769,
          "cdna_end": null,
          "cdna_length": 5167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile",
          "transcript": "NM_001300749.3",
          "protein_id": "NP_001287678.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 4958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile",
          "transcript": "ENST00000309234.11",
          "protein_id": "ENSP00000311698.6",
          "transcript_support_level": 2,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 770,
          "cdna_end": null,
          "cdna_length": 1160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.724G>A",
          "hgvs_p": "p.Val242Ile",
          "transcript": "NM_139006.3",
          "protein_id": "NP_620575.1",
          "transcript_support_level": null,
          "aa_start": 242,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 724,
          "cds_end": null,
          "cds_length": 1005,
          "cdna_start": 736,
          "cdna_end": null,
          "cdna_length": 5134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.697G>A",
          "hgvs_p": "p.Val233Ile",
          "transcript": "NM_139009.3",
          "protein_id": "NP_620578.1",
          "transcript_support_level": null,
          "aa_start": 233,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 697,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 709,
          "cdna_end": null,
          "cdna_length": 5107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.664G>A",
          "hgvs_p": "p.Val222Ile",
          "transcript": "ENST00000714170.1",
          "protein_id": "ENSP00000519459.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 664,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 858,
          "cdna_end": null,
          "cdna_length": 3736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.502G>A",
          "hgvs_p": "p.Val168Ile",
          "transcript": "NM_139007.3",
          "protein_id": "NP_620576.1",
          "transcript_support_level": null,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 260,
          "cds_start": 502,
          "cds_end": null,
          "cds_length": 783,
          "cdna_start": 514,
          "cdna_end": null,
          "cdna_length": 4912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "NM_139004.3",
          "protein_id": "NP_620573.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": 502,
          "cdna_end": null,
          "cdna_length": 4900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.502G>A",
          "hgvs_p": "p.Val168Ile",
          "transcript": "NM_001406752.1",
          "protein_id": "NP_001393681.1",
          "transcript_support_level": null,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": 502,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": 514,
          "cdna_end": null,
          "cdna_length": 4694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.460G>A",
          "hgvs_p": "p.Val154Ile",
          "transcript": "NM_139008.3",
          "protein_id": "NP_620577.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 741,
          "cdna_start": 472,
          "cdna_end": null,
          "cdna_length": 4870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.490G>A",
          "hgvs_p": "p.Val164Ile",
          "transcript": "ENST00000714172.1",
          "protein_id": "ENSP00000519461.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 490,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": 506,
          "cdna_end": null,
          "cdna_length": 4124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.448G>A",
          "hgvs_p": "p.Val150Ile",
          "transcript": "NM_139003.3",
          "protein_id": "NP_620572.1",
          "transcript_support_level": null,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 242,
          "cds_start": 448,
          "cds_end": null,
          "cds_length": 729,
          "cdna_start": 460,
          "cdna_end": null,
          "cdna_length": 4858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.226G>A",
          "hgvs_p": "p.Val76Ile",
          "transcript": "NM_139010.3",
          "protein_id": "NP_620579.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 226,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 238,
          "cdna_end": null,
          "cdna_length": 4636,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.1097G>A",
          "hgvs_p": null,
          "transcript": "ENST00000483782.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": 1245,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.766G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714168.1",
          "protein_id": "ENSP00000519457.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": 2627,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.766G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714171.1",
          "protein_id": "ENSP00000519460.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": 1144,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.766G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714175.1",
          "protein_id": "ENSP00000519464.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": 3535,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.226G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714176.1",
          "protein_id": "ENSP00000519465.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": 3177,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "n.778G>A",
          "hgvs_p": null,
          "transcript": "XR_241893.5",
          "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": 1083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.429-285G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714174.1",
          "protein_id": "ENSP00000519463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 573,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.77-285G>A",
          "hgvs_p": null,
          "transcript": "NM_139011.3",
          "protein_id": "NP_620580.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 76,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HFE",
          "gene_hgnc_id": 4886,
          "hgvs_c": "c.77-1352G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714164.1",
          "protein_id": "ENSP00000519453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 38,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "H2BC4",
          "gene_hgnc_id": 4757,
          "hgvs_c": "n.*10-1800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000707188.1",
          "protein_id": "ENSP00000516775.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": 2548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "HFE",
      "gene_hgnc_id": 4886,
      "dbsnp": "rs202068193",
      "frequency_reference_population": 0.000027879141,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 45,
      "gnomad_exomes_af": 0.0000294139,
      "gnomad_genomes_af": 0.0000131391,
      "gnomad_exomes_ac": 43,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.06314527988433838,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.067,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0774,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.71,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.474,
      "phylop100way_prediction": "Benign",
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000357618.10",
          "gene_symbol": "HFE",
          "hgnc_id": 4886,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.766G>A",
          "hgvs_p": "p.Val256Ile"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000707188.1",
          "gene_symbol": "H2BC4",
          "hgnc_id": 4757,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*10-1800C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "6 conditions,Hemochromatosis type 1,Hereditary hemochromatosis",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:3",
      "phenotype_combined": "Hereditary hemochromatosis|6 conditions|Hemochromatosis type 1",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}