← 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: X-48905474-GTA-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 48905474,
      "ref": "GTA",
      "alt": "G",
      "effect": "frameshift_variant",
      "transcript": "ENST00000247138.11",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.433_434delTA",
          "hgvs_p": "p.Tyr145fs",
          "transcript": "NM_005660.3",
          "protein_id": "NP_005651.1",
          "transcript_support_level": null,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 433,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 444,
          "cdna_end": null,
          "cdna_length": 1456,
          "mane_select": "ENST00000247138.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.433_434delTA",
          "hgvs_p": "p.Tyr145fs",
          "transcript": "ENST00000247138.11",
          "protein_id": "ENSP00000247138.5",
          "transcript_support_level": 1,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 396,
          "cds_start": 433,
          "cds_end": null,
          "cds_length": 1191,
          "cdna_start": 444,
          "cdna_end": null,
          "cdna_length": 1456,
          "mane_select": "NM_005660.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.433_434delTA",
          "hgvs_p": "p.Tyr145fs",
          "transcript": "ENST00000376521.6",
          "protein_id": "ENSP00000365704.1",
          "transcript_support_level": 1,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 433,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 756,
          "cdna_end": null,
          "cdna_length": 3047,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.427-584_427-583delTA",
          "hgvs_p": null,
          "transcript": "ENST00000445167.7",
          "protein_id": "ENSP00000402726.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 242,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.517_518delTA",
          "hgvs_p": "p.Tyr173fs",
          "transcript": "NM_001282651.2",
          "protein_id": "NP_001269580.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 517,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 528,
          "cdna_end": null,
          "cdna_length": 2820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.517_518delTA",
          "hgvs_p": "p.Tyr173fs",
          "transcript": "ENST00000452555.7",
          "protein_id": "ENSP00000416002.2",
          "transcript_support_level": 2,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 517,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 528,
          "cdna_end": null,
          "cdna_length": 1563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.472_473delTA",
          "hgvs_p": "p.Tyr158fs",
          "transcript": "NM_001282650.2",
          "protein_id": "NP_001269579.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 483,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.472_473delTA",
          "hgvs_p": "p.Tyr158fs",
          "transcript": "ENST00000616181.5",
          "protein_id": "ENSP00000478617.1",
          "transcript_support_level": 2,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 483,
          "cdna_end": null,
          "cdna_length": 1614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.433_434delTA",
          "hgvs_p": "p.Tyr145fs",
          "transcript": "NM_001042498.3",
          "protein_id": "NP_001035963.1",
          "transcript_support_level": null,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 433,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 444,
          "cdna_end": null,
          "cdna_length": 2736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.250_251delTA",
          "hgvs_p": "p.Tyr84fs",
          "transcript": "NM_001282649.2",
          "protein_id": "NP_001269578.1",
          "transcript_support_level": null,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 2553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.250_251delTA",
          "hgvs_p": "p.Tyr84fs",
          "transcript": "ENST00000635589.1",
          "protein_id": "ENSP00000489197.1",
          "transcript_support_level": 2,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 1424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.394_395delTA",
          "hgvs_p": "p.Tyr132fs",
          "transcript": "ENST00000635238.1",
          "protein_id": "ENSP00000489515.1",
          "transcript_support_level": 3,
          "aa_start": 132,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": 394,
          "cds_end": null,
          "cds_length": 574,
          "cdna_start": 405,
          "cdna_end": null,
          "cdna_length": 584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.217_218delTA",
          "hgvs_p": "p.Tyr73fs",
          "transcript": "ENST00000446885.1",
          "protein_id": "ENSP00000415518.1",
          "transcript_support_level": 3,
          "aa_start": 73,
          "aa_end": null,
          "aa_length": 174,
          "cds_start": 217,
          "cds_end": null,
          "cds_length": 527,
          "cdna_start": 568,
          "cdna_end": null,
          "cdna_length": 877,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "n.433_434delTA",
          "hgvs_p": null,
          "transcript": "ENST00000635285.1",
          "protein_id": "ENSP00000489484.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": 2046,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "n.*327_*328delTA",
          "hgvs_p": null,
          "transcript": "ENST00000635628.1",
          "protein_id": "ENSP00000489613.1",
          "transcript_support_level": 4,
          "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": 2812,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.*53_*54delTA",
          "hgvs_p": null,
          "transcript": "ENST00000634665.1",
          "protein_id": "ENSP00000489356.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 486,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "n.*327_*328delTA",
          "hgvs_p": null,
          "transcript": "ENST00000635628.1",
          "protein_id": "ENSP00000489613.1",
          "transcript_support_level": 4,
          "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": 2812,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.427-584_427-583delTA",
          "hgvs_p": null,
          "transcript": "NM_001032289.3",
          "protein_id": "NP_001027460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 242,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1716,
          "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": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.427-584_427-583delTA",
          "hgvs_p": null,
          "transcript": "NM_001282647.2",
          "protein_id": "NP_001269576.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 866,
          "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": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.427-584_427-583delTA",
          "hgvs_p": null,
          "transcript": "ENST00000376529.8",
          "protein_id": "ENSP00000365712.3",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 865,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.355-584_355-583delTA",
          "hgvs_p": null,
          "transcript": "NM_001282648.2",
          "protein_id": "NP_001269577.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1715,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.355-584_355-583delTA",
          "hgvs_p": null,
          "transcript": "ENST00000376515.8",
          "protein_id": "ENSP00000365698.3",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1044,
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.211-217_211-216delTA",
          "hgvs_p": null,
          "transcript": "ENST00000413561.7",
          "protein_id": "ENSP00000393233.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 201,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1857,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC35A2",
          "gene_hgnc_id": 11022,
          "hgvs_c": "c.423+916_423+917delTA",
          "hgvs_p": null,
          "transcript": "ENST00000635460.1",
          "protein_id": "ENSP00000489339.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 174,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SLC35A2",
      "gene_hgnc_id": 11022,
      "dbsnp": "rs587777434",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 8.29,
      "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": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000247138.11",
          "gene_symbol": "SLC35A2",
          "hgnc_id": 11022,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "XL,Unknown",
          "hgvs_c": "c.433_434delTA",
          "hgvs_p": "p.Tyr145fs"
        }
      ],
      "clinvar_disease": "SLC35A2-congenital disorder of glycosylation",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "SLC35A2-congenital disorder of glycosylation",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}