← 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: 14-61732425-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 61732425,
      "ref": "G",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "NM_001243084.2",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "NM_001530.4",
          "protein_id": "NP_001521.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 3946,
          "mane_select": "ENST00000337138.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001530.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000337138.9",
          "protein_id": "ENSP00000338018.4",
          "transcript_support_level": 1,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 3946,
          "mane_select": "NM_001530.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000337138.9"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.853G>T",
          "hgvs_p": "p.Glu285*",
          "transcript": "ENST00000539097.2",
          "protein_id": "ENSP00000437955.1",
          "transcript_support_level": 1,
          "aa_start": 285,
          "aa_end": null,
          "aa_length": 850,
          "cds_start": 853,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": 1082,
          "cdna_end": null,
          "cdna_length": 3956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539097.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.784G>T",
          "hgvs_p": "p.Glu262*",
          "transcript": "ENST00000394997.5",
          "protein_id": "ENSP00000378446.1",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 827,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 2484,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 3922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394997.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000323441.10",
          "protein_id": "ENSP00000323326.6",
          "transcript_support_level": 1,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 809,
          "cdna_end": null,
          "cdna_length": 3555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000323441.10"
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "n.1082G>T",
          "hgvs_p": null,
          "transcript": "ENST00000557538.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000557538.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.922G>T",
          "hgvs_p": "p.Glu308*",
          "transcript": "ENST00000918845.1",
          "protein_id": "ENSP00000588904.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 922,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 4085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918845.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.919G>T",
          "hgvs_p": "p.Glu307*",
          "transcript": "ENST00000918848.1",
          "protein_id": "ENSP00000588907.1",
          "transcript_support_level": null,
          "aa_start": 307,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 919,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1204,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918848.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.853G>T",
          "hgvs_p": "p.Glu285*",
          "transcript": "NM_001243084.2",
          "protein_id": "NP_001230013.1",
          "transcript_support_level": null,
          "aa_start": 285,
          "aa_end": null,
          "aa_length": 850,
          "cds_start": 853,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": 992,
          "cdna_end": null,
          "cdna_length": 3865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243084.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000941081.1",
          "protein_id": "ENSP00000611140.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2475,
          "cdna_start": 1072,
          "cdna_end": null,
          "cdna_length": 3939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941081.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000918847.1",
          "protein_id": "ENSP00000588906.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2403,
          "cdna_start": 1069,
          "cdna_end": null,
          "cdna_length": 3863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918847.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.784G>T",
          "hgvs_p": "p.Glu262*",
          "transcript": "ENST00000918844.1",
          "protein_id": "ENSP00000588903.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 2361,
          "cdna_start": 1084,
          "cdna_end": null,
          "cdna_length": 3834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918844.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000908731.1",
          "protein_id": "ENSP00000578790.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 3823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908731.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.553G>T",
          "hgvs_p": "p.Glu185*",
          "transcript": "ENST00000918846.1",
          "protein_id": "ENSP00000588905.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 3714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918846.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "NM_181054.3",
          "protein_id": "NP_851397.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_181054.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000918849.1",
          "protein_id": "ENSP00000588908.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1064,
          "cdna_end": null,
          "cdna_length": 3520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918849.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.784G>T",
          "hgvs_p": "p.Glu262*",
          "transcript": "ENST00000908732.1",
          "protein_id": "ENSP00000578791.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1071,
          "cdna_end": null,
          "cdna_length": 3401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908732.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000918843.1",
          "protein_id": "ENSP00000588902.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 1085,
          "cdna_end": null,
          "cdna_length": 3417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918843.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000941082.1",
          "protein_id": "ENSP00000611141.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1065,
          "cdna_end": null,
          "cdna_length": 3277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941082.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.43G>T",
          "hgvs_p": "p.Glu15*",
          "transcript": "ENST00000918851.1",
          "protein_id": "ENSP00000588910.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 43,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 3108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918851.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.784G>T",
          "hgvs_p": "p.Glu262*",
          "transcript": "ENST00000918842.1",
          "protein_id": "ENSP00000588901.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 1109,
          "cdna_end": null,
          "cdna_length": 3128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918842.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.781G>T",
          "hgvs_p": "p.Glu261*",
          "transcript": "ENST00000941080.1",
          "protein_id": "ENSP00000611139.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1109,
          "cdna_end": null,
          "cdna_length": 2898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941080.1"
        },
        {
          "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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.36-4464G>T",
          "hgvs_p": null,
          "transcript": "ENST00000918850.1",
          "protein_id": "ENSP00000588909.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918850.1"
        },
        {
          "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": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HIF1A",
          "gene_hgnc_id": 4910,
          "hgvs_c": "c.457+10602G>T",
          "hgvs_p": null,
          "transcript": "ENST00000941079.1",
          "protein_id": "ENSP00000611138.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 202,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 609,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941079.1"
        },
        {
          "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": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.280-15408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000554254.3",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000554254.3"
        },
        {
          "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": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.216-18423C>A",
          "hgvs_p": null,
          "transcript": "ENST00000660325.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000660325.2"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.37-15408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698324.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698324.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.215-15408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698325.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698325.1"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.240-11823C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698327.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698327.2"
        },
        {
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.158-15413C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698331.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698331.1"
        },
        {
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.96-15408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698332.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698332.1"
        },
        {
          "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": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.159-18423C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698333.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698333.1"
        },
        {
          "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": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.173-15413C>A",
          "hgvs_p": null,
          "transcript": "ENST00000698334.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000698334.1"
        },
        {
          "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": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.153+18460C>A",
          "hgvs_p": null,
          "transcript": "ENST00000715697.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000715697.1"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.214+18460C>A",
          "hgvs_p": null,
          "transcript": "ENST00000733788.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000733788.1"
        },
        {
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.218-18423C>A",
          "hgvs_p": null,
          "transcript": "ENST00000733789.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000733789.1"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.214+18460C>A",
          "hgvs_p": null,
          "transcript": "ENST00000733790.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000733790.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.187-18423C>A",
          "hgvs_p": null,
          "transcript": "ENST00000733791.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000733791.1"
        },
        {
          "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": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.32-18423C>A",
          "hgvs_p": null,
          "transcript": "ENST00000733792.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000733792.1"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258667",
          "gene_hgnc_id": null,
          "hgvs_c": "n.187-15408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000733793.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000733793.1"
        },
        {
          "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": "HIF1A-AS3",
          "gene_hgnc_id": 54284,
          "hgvs_c": "n.214-15408C>A",
          "hgvs_p": null,
          "transcript": "NR_144368.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_144368.1"
        }
      ],
      "gene_symbol": "HIF1A",
      "gene_hgnc_id": 4910,
      "dbsnp": "rs540883086",
      "frequency_reference_population": 6.9236256e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.92363e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6600000262260437,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.66,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.889,
      "phylop100way_prediction": "Pathogenic",
      "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": 10,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_by_gene": [
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001243084.2",
          "gene_symbol": "HIF1A",
          "hgnc_id": 4910,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.853G>T",
          "hgvs_p": "p.Glu285*"
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000554254.3",
          "gene_symbol": "ENSG00000258667",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.280-15408C>A",
          "hgvs_p": null
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NR_144368.1",
          "gene_symbol": "HIF1A-AS3",
          "hgnc_id": 54284,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.214-15408C>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.