← 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: 1-119743906-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 119743906,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000641023.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1468G>A",
          "hgvs_p": "p.Val490Met",
          "transcript": "NM_006623.4",
          "protein_id": "NP_006614.2",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1468,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 1557,
          "cdna_end": null,
          "cdna_length": 1866,
          "mane_select": "ENST00000641023.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1468G>A",
          "hgvs_p": "p.Val490Met",
          "transcript": "ENST00000641023.2",
          "protein_id": "ENSP00000493175.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1468,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 1557,
          "cdna_end": null,
          "cdna_length": 1866,
          "mane_select": "NM_006623.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1487G>A",
          "hgvs_p": "p.Arg496His",
          "transcript": "ENST00000369409.9",
          "protein_id": "ENSP00000358417.5",
          "transcript_support_level": 1,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1576,
          "cdna_end": null,
          "cdna_length": 1882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1468G>A",
          "hgvs_p": "p.Val490Met",
          "transcript": "ENST00000641597.1",
          "protein_id": "ENSP00000493382.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1468,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 2301,
          "cdna_end": null,
          "cdna_length": 2585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1447G>A",
          "hgvs_p": "p.Val483Met",
          "transcript": "ENST00000641947.1",
          "protein_id": "ENSP00000492994.1",
          "transcript_support_level": null,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1447,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1586,
          "cdna_end": null,
          "cdna_length": 1774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1204G>A",
          "hgvs_p": "p.Val402Met",
          "transcript": "ENST00000641115.1",
          "protein_id": "ENSP00000493264.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": 1329,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1690G>A",
          "hgvs_p": "p.Val564Met",
          "transcript": "XM_011541226.3",
          "protein_id": "XP_011539528.1",
          "transcript_support_level": null,
          "aa_start": 564,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 1690,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 1779,
          "cdna_end": null,
          "cdna_length": 2088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1612G>A",
          "hgvs_p": "p.Val538Met",
          "transcript": "XM_011541227.3",
          "protein_id": "XP_011539529.1",
          "transcript_support_level": null,
          "aa_start": 538,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 1612,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": 1680,
          "cdna_end": null,
          "cdna_length": 1989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1579G>A",
          "hgvs_p": "p.Val527Met",
          "transcript": "XM_011541228.3",
          "protein_id": "XP_011539530.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 570,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 1713,
          "cdna_start": 1594,
          "cdna_end": null,
          "cdna_length": 1903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1405G>A",
          "hgvs_p": "p.Val469Met",
          "transcript": "XM_047417680.1",
          "protein_id": "XP_047273636.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 2410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Val395Met",
          "transcript": "XM_047417682.1",
          "protein_id": "XP_047273638.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1867,
          "cdna_end": null,
          "cdna_length": 2176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.1174G>A",
          "hgvs_p": "p.Val392Met",
          "transcript": "XM_047417683.1",
          "protein_id": "XP_047273639.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 435,
          "cds_start": 1174,
          "cds_end": null,
          "cds_length": 1308,
          "cdna_start": 1303,
          "cdna_end": null,
          "cdna_length": 1612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.720G>A",
          "hgvs_p": "p.Ala240Ala",
          "transcript": "ENST00000641811.1",
          "protein_id": "ENSP00000493296.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 720,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 722,
          "cdna_end": null,
          "cdna_length": 1031,
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.2873G>A",
          "hgvs_p": null,
          "transcript": "ENST00000369407.3",
          "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": 3180,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.1447G>A",
          "hgvs_p": null,
          "transcript": "ENST00000482968.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": 1754,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1121G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641213.1",
          "protein_id": "ENSP00000493079.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": 2053,
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.1453G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641314.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": 1558,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1304G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641375.1",
          "protein_id": "ENSP00000493089.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": 2196,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1212G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641756.1",
          "protein_id": "ENSP00000493147.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": 2132,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1294G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641891.1",
          "protein_id": "ENSP00000493288.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": 2175,
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.1408G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641927.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": 1678,
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.2499G>A",
          "hgvs_p": null,
          "transcript": "ENST00000642021.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": 2794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "c.*47G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641074.1",
          "protein_id": "ENSP00000493446.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1780,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1121G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641213.1",
          "protein_id": "ENSP00000493079.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": 2053,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1304G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641375.1",
          "protein_id": "ENSP00000493089.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": 2196,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1212G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641756.1",
          "protein_id": "ENSP00000493147.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": 2132,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHGDH",
          "gene_hgnc_id": 8923,
          "hgvs_c": "n.*1294G>A",
          "hgvs_p": null,
          "transcript": "ENST00000641891.1",
          "protein_id": "ENSP00000493288.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": 2175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PHGDH",
      "gene_hgnc_id": 8923,
      "dbsnp": "rs121907987",
      "frequency_reference_population": 0.00006382878,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 103,
      "gnomad_exomes_af": 0.0000650013,
      "gnomad_genomes_af": 0.0000525686,
      "gnomad_exomes_ac": 95,
      "gnomad_genomes_ac": 8,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4599945843219757,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.661,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.193,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": 0.27,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 2.137,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": "PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000641023.2",
          "gene_symbol": "PHGDH",
          "hgnc_id": 8923,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1468G>A",
          "hgvs_p": "p.Val490Met"
        }
      ],
      "clinvar_disease": "Neu-Laxova syndrome 1,PHGDH deficiency,PHGDH-related disorder,See cases",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:7 LP:4",
      "phenotype_combined": "PHGDH deficiency|Neu-Laxova syndrome 1;PHGDH deficiency|See cases|PHGDH-related disorder|Neu-Laxova syndrome 1",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}