← 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: 2-27312510-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 27312510,
      "ref": "C",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "ENST00000380044.6",
      "consequences": [
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*",
          "transcript": "NM_002437.5",
          "protein_id": "NP_002428.1",
          "transcript_support_level": null,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 359,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": 410,
          "cdna_end": null,
          "cdna_length": 1002,
          "mane_select": "ENST00000380044.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*",
          "transcript": "ENST00000380044.6",
          "protein_id": "ENSP00000369383.1",
          "transcript_support_level": 1,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 359,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": 410,
          "cdna_end": null,
          "cdna_length": 1002,
          "mane_select": "NM_002437.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*",
          "transcript": "ENST00000233545.6",
          "protein_id": "ENSP00000233545.2",
          "transcript_support_level": 1,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 359,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": 406,
          "cdna_end": null,
          "cdna_length": 998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*",
          "transcript": "ENST00000403262.6",
          "protein_id": "ENSP00000385671.1",
          "transcript_support_level": 1,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 171,
          "cds_start": 359,
          "cds_end": null,
          "cds_length": 516,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.404G>A",
          "hgvs_p": "p.Trp135*",
          "transcript": "ENST00000405983.5",
          "protein_id": "ENSP00000384586.1",
          "transcript_support_level": 5,
          "aa_start": 135,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 404,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*",
          "transcript": "ENST00000402310.5",
          "protein_id": "ENSP00000383955.1",
          "transcript_support_level": 5,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": 359,
          "cds_end": null,
          "cds_length": 513,
          "cdna_start": 367,
          "cdna_end": null,
          "cdna_length": 906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.191G>A",
          "hgvs_p": "p.Trp64*",
          "transcript": "ENST00000357186.10",
          "protein_id": "ENSP00000349713.6",
          "transcript_support_level": 2,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 120,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 363,
          "cdna_start": 1421,
          "cdna_end": null,
          "cdna_length": 2011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.281G>A",
          "hgvs_p": "p.Trp94*",
          "transcript": "ENST00000428910.5",
          "protein_id": "ENSP00000405235.1",
          "transcript_support_level": 5,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 281,
          "cds_end": null,
          "cds_length": 347,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*",
          "transcript": "XM_005264326.5",
          "protein_id": "XP_005264383.1",
          "transcript_support_level": null,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 359,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": 472,
          "cdna_end": null,
          "cdna_length": 1064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "W",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.311G>A",
          "hgvs_p": "p.Trp104*",
          "transcript": "XM_017004151.2",
          "protein_id": "XP_016859640.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 160,
          "cds_start": 311,
          "cds_end": null,
          "cds_length": 483,
          "cdna_start": 523,
          "cdna_end": null,
          "cdna_length": 1115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.*160G>A",
          "hgvs_p": null,
          "transcript": "ENST00000415514.5",
          "protein_id": "ENSP00000388043.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.*24G>A",
          "hgvs_p": null,
          "transcript": "ENST00000426513.6",
          "protein_id": "ENSP00000403824.2",
          "transcript_support_level": 3,
          "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": 905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.387G>A",
          "hgvs_p": null,
          "transcript": "ENST00000475085.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": 503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "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": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.336G>A",
          "hgvs_p": null,
          "transcript": "ENST00000616446.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": 546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.878G>A",
          "hgvs_p": null,
          "transcript": "ENST00000616707.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "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": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.385G>A",
          "hgvs_p": null,
          "transcript": "ENST00000617583.4",
          "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": 965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.415G>A",
          "hgvs_p": null,
          "transcript": "ENST00000621183.4",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.375G>A",
          "hgvs_p": null,
          "transcript": "ENST00000621470.4",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.532G>A",
          "hgvs_p": null,
          "transcript": "ENST00000622003.4",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.*24G>A",
          "hgvs_p": null,
          "transcript": "ENST00000402722.5",
          "protein_id": "ENSP00000386000.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 99,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 300,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.*160G>A",
          "hgvs_p": null,
          "transcript": "ENST00000415514.5",
          "protein_id": "ENSP00000388043.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.*24G>A",
          "hgvs_p": null,
          "transcript": "ENST00000426513.6",
          "protein_id": "ENSP00000403824.2",
          "transcript_support_level": 3,
          "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": 905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.207+170G>A",
          "hgvs_p": null,
          "transcript": "ENST00000430991.5",
          "protein_id": "ENSP00000406441.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 120,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "c.187-264G>A",
          "hgvs_p": null,
          "transcript": "ENST00000405076.5",
          "protein_id": "ENSP00000385175.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 113,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MPV17",
          "gene_hgnc_id": 7224,
          "hgvs_c": "n.-57G>A",
          "hgvs_p": null,
          "transcript": "ENST00000620797.4",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MPV17",
      "gene_hgnc_id": 7224,
      "dbsnp": "rs121909724",
      "frequency_reference_population": 0.0000012391389,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84088e-7,
      "gnomad_genomes_af": 0.00000656927,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5899999737739563,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.17000000178813934,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.59,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.99,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.17,
      "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": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000380044.6",
          "gene_symbol": "MPV17",
          "hgnc_id": 7224,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.359G>A",
          "hgvs_p": "p.Trp120*"
        }
      ],
      "clinvar_disease": " axonal, type 2EE,Charcot-Marie-Tooth disease,Mitochondrial DNA depletion syndrome,Mitochondrial DNA depletion syndrome 6 (hepatocerebral type),not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3 LP:1",
      "phenotype_combined": "Mitochondrial DNA depletion syndrome 6 (hepatocerebral type)|not provided|Charcot-Marie-Tooth disease, axonal, type 2EE|Mitochondrial DNA depletion syndrome",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}