← 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: 16-5072040-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 5072040,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000262374.10",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn",
          "transcript": "NM_019109.5",
          "protein_id": "NP_061982.3",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 198,
          "cdna_end": null,
          "cdna_length": 3900,
          "mane_select": "ENST00000262374.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn",
          "transcript": "ENST00000262374.10",
          "protein_id": "ENSP00000262374.5",
          "transcript_support_level": 1,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 198,
          "cdna_end": null,
          "cdna_length": 3900,
          "mane_select": "NM_019109.5",
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.191C>A",
          "hgvs_p": null,
          "transcript": "ENST00000591822.5",
          "protein_id": "ENSP00000467865.1",
          "transcript_support_level": 1,
          "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": 1689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-125-911C>A",
          "hgvs_p": null,
          "transcript": "ENST00000588623.5",
          "protein_id": "ENSP00000468118.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 353,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1062,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn",
          "transcript": "NM_001438123.1",
          "protein_id": "NP_001425052.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 198,
          "cdna_end": null,
          "cdna_length": 3861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn",
          "transcript": "ENST00000684190.1",
          "protein_id": "ENSP00000507554.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 235,
          "cdna_end": null,
          "cdna_length": 2051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn",
          "transcript": "ENST00000684335.1",
          "protein_id": "ENSP00000508112.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 427,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 1284,
          "cdna_start": 235,
          "cdna_end": null,
          "cdna_length": 1952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn",
          "transcript": "ENST00000586840.1",
          "protein_id": "ENSP00000467538.1",
          "transcript_support_level": 4,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 554,
          "cdna_start": 219,
          "cdna_end": null,
          "cdna_length": 582,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.198C>A",
          "hgvs_p": null,
          "transcript": "ENST00000592793.6",
          "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": 4182,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.191C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682206.1",
          "protein_id": "ENSP00000508285.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": 2143,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.235C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682314.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": 3047,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.198C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682349.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": 4188,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.198C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682703.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": 5967,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.191C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682797.1",
          "protein_id": "ENSP00000507582.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": 2094,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.235C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683685.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": 3873,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.191C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683710.1",
          "protein_id": "ENSP00000506785.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": 2576,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.235C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683772.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": 3053,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.198C>A",
          "hgvs_p": null,
          "transcript": "XR_007064892.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": 1012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-99-3348C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682985.1",
          "protein_id": "ENSP00000507598.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-99-3348C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682327.1",
          "protein_id": "ENSP00000507058.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 288,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-55-5405C>A",
          "hgvs_p": null,
          "transcript": "ENST00000682020.1",
          "protein_id": "ENSP00000508075.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-55-5405C>A",
          "hgvs_p": null,
          "transcript": "ENST00000683433.1",
          "protein_id": "ENSP00000507463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.-297-911C>A",
          "hgvs_p": null,
          "transcript": "ENST00000650085.1",
          "protein_id": "ENSP00000507951.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": 2870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "n.142+49C>A",
          "hgvs_p": null,
          "transcript": "ENST00000684008.1",
          "protein_id": "ENSP00000507962.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": 1984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-389C>A",
          "hgvs_p": null,
          "transcript": "NM_001330504.2",
          "protein_id": "NP_001317433.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 353,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1062,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-389C>A",
          "hgvs_p": null,
          "transcript": "ENST00000544428.1",
          "protein_id": "ENSP00000440019.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 353,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1062,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG1",
          "gene_hgnc_id": 18294,
          "hgvs_c": "c.-404C>A",
          "hgvs_p": null,
          "transcript": "ENST00000591783.5",
          "protein_id": "ENSP00000464700.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 166,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ALG1",
      "gene_hgnc_id": 18294,
      "dbsnp": "rs145474820",
      "frequency_reference_population": 0.003867713,
      "hom_count_reference_population": 16,
      "allele_count_reference_population": 6141,
      "gnomad_exomes_af": 0.00402077,
      "gnomad_genomes_af": 0.00241373,
      "gnomad_exomes_ac": 5776,
      "gnomad_genomes_ac": 365,
      "gnomad_exomes_homalt": 16,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.009994924068450928,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.10999999940395355,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.33,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.2433,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.17,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.873,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.11,
      "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": "Benign",
      "acmg_criteria": "PM1,BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -18,
          "benign_score": 20,
          "pathogenic_score": 2,
          "criteria": [
            "PM1",
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000262374.10",
          "gene_symbol": "ALG1",
          "hgnc_id": 18294,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.191C>A",
          "hgvs_p": "p.Thr64Asn"
        }
      ],
      "clinvar_disease": "ALG1-congenital disorder of glycosylation,ALG1-related disorder,not provided,not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:4",
      "phenotype_combined": "not specified|not provided|ALG1-congenital disorder of glycosylation|ALG1-related disorder",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}