← 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: 15-90999033-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 90999033,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_018668.5",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1796C>A",
          "hgvs_p": "p.Thr599Lys",
          "transcript": "NM_018668.5",
          "protein_id": "NP_061138.3",
          "transcript_support_level": null,
          "aa_start": 599,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1796,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000333371.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_018668.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1796C>A",
          "hgvs_p": "p.Thr599Lys",
          "transcript": "ENST00000333371.8",
          "protein_id": "ENSP00000327650.4",
          "transcript_support_level": 1,
          "aa_start": 599,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1796,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_018668.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000333371.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284946",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1774+644C>A",
          "hgvs_p": null,
          "transcript": "ENST00000643536.1",
          "protein_id": "ENSP00000494429.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643536.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1811C>A",
          "hgvs_p": "p.Thr604Lys",
          "transcript": "ENST00000853125.1",
          "protein_id": "ENSP00000523184.1",
          "transcript_support_level": null,
          "aa_start": 604,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 1811,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853125.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1790C>A",
          "hgvs_p": "p.Thr597Lys",
          "transcript": "ENST00000940927.1",
          "protein_id": "ENSP00000610986.1",
          "transcript_support_level": null,
          "aa_start": 597,
          "aa_end": null,
          "aa_length": 615,
          "cds_start": 1790,
          "cds_end": null,
          "cds_length": 1848,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940927.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1718C>A",
          "hgvs_p": "p.Thr573Lys",
          "transcript": "ENST00000853127.1",
          "protein_id": "ENSP00000523186.1",
          "transcript_support_level": null,
          "aa_start": 573,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1718,
          "cds_end": null,
          "cds_length": 1776,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853127.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1715C>A",
          "hgvs_p": "p.Thr572Lys",
          "transcript": "NM_001289148.1",
          "protein_id": "NP_001276077.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1715,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289148.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1715C>A",
          "hgvs_p": "p.Thr572Lys",
          "transcript": "ENST00000535906.1",
          "protein_id": "ENSP00000444053.1",
          "transcript_support_level": 2,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1715,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535906.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1682C>A",
          "hgvs_p": "p.Thr561Lys",
          "transcript": "ENST00000853126.1",
          "protein_id": "ENSP00000523185.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1682,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853126.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1682C>A",
          "hgvs_p": "p.Thr561Lys",
          "transcript": "ENST00000940926.1",
          "protein_id": "ENSP00000610985.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1682,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940926.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1637C>A",
          "hgvs_p": "p.Thr546Lys",
          "transcript": "ENST00000940925.1",
          "protein_id": "ENSP00000610984.1",
          "transcript_support_level": null,
          "aa_start": 546,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 1637,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940925.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1535C>A",
          "hgvs_p": "p.Thr512Lys",
          "transcript": "ENST00000940924.1",
          "protein_id": "ENSP00000610983.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940924.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1523C>A",
          "hgvs_p": "p.Thr508Lys",
          "transcript": "NM_001289149.1",
          "protein_id": "NP_001276078.1",
          "transcript_support_level": null,
          "aa_start": 508,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1523,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289149.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1523C>A",
          "hgvs_p": "p.Thr508Lys",
          "transcript": "XM_005254887.2",
          "protein_id": "XP_005254944.1",
          "transcript_support_level": null,
          "aa_start": 508,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1523,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005254887.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1523C>A",
          "hgvs_p": "p.Thr508Lys",
          "transcript": "XM_047432383.1",
          "protein_id": "XP_047288339.1",
          "transcript_support_level": null,
          "aa_start": 508,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1523,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432383.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "c.1472C>A",
          "hgvs_p": "p.Thr491Lys",
          "transcript": "XM_011521449.3",
          "protein_id": "XP_011519751.1",
          "transcript_support_level": null,
          "aa_start": 491,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1472,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521449.3"
        },
        {
          "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": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "n.169C>A",
          "hgvs_p": null,
          "transcript": "ENST00000557470.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000557470.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "n.*1491C>A",
          "hgvs_p": null,
          "transcript": "ENST00000574755.5",
          "protein_id": "ENSP00000460413.1",
          "transcript_support_level": 2,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000574755.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B",
          "gene_hgnc_id": 12712,
          "hgvs_c": "n.*1491C>A",
          "hgvs_p": null,
          "transcript": "ENST00000574755.5",
          "protein_id": "ENSP00000460413.1",
          "transcript_support_level": 2,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000574755.5"
        },
        {
          "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": 30,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284946",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1774+644C>A",
          "hgvs_p": null,
          "transcript": "ENST00000647331.1",
          "protein_id": "ENSP00000493953.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000647331.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.279+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810070.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810070.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.224+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810071.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810071.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.215+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810072.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810072.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.109+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810073.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810073.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.78+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810074.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810074.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.277+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810075.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810075.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "VPS33B-DT",
          "gene_hgnc_id": 51413,
          "hgvs_c": "n.217+4098G>T",
          "hgvs_p": null,
          "transcript": "ENST00000810076.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000810076.1"
        }
      ],
      "gene_symbol": "VPS33B",
      "gene_hgnc_id": 12712,
      "dbsnp": "rs576626726",
      "frequency_reference_population": 0.000008054393,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 13,
      "gnomad_exomes_af": 0.00000820868,
      "gnomad_genomes_af": 0.00000657212,
      "gnomad_exomes_ac": 12,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.950178325176239,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.891,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9964,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.39,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.222,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.02,
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_018668.5",
          "gene_symbol": "VPS33B",
          "hgnc_id": 12712,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1796C>A",
          "hgvs_p": "p.Thr599Lys"
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000643536.1",
          "gene_symbol": "ENSG00000284946",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1774+644C>A",
          "hgvs_p": null
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000810070.1",
          "gene_symbol": "VPS33B-DT",
          "hgnc_id": 51413,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.279+4098G>T",
          "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
}