← 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: 11-111853410-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 111853410,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000616540.5",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_024740.2",
          "protein_id": "NP_079016.2",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 618,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1857,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6158,
          "mane_select": "ENST00000616540.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "ENST00000616540.5",
          "protein_id": "ENSP00000482437.1",
          "transcript_support_level": 1,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 618,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1857,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6158,
          "mane_select": "NM_024740.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258529",
          "gene_hgnc_id": null,
          "hgvs_c": "c.1564G>A",
          "hgvs_p": "p.Val522Ile",
          "transcript": "ENST00000622211.4",
          "protein_id": "ENSP00000482396.1",
          "transcript_support_level": 2,
          "aa_start": 522,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": 1564,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": 1857,
          "cdna_end": null,
          "cdna_length": 2939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "ENST00000614444.4",
          "protein_id": "ENSP00000484200.1",
          "transcript_support_level": 1,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 916,
          "cdna_end": null,
          "cdna_length": 2028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "ENST00000398006.6",
          "protein_id": "ENSP00000381090.2",
          "transcript_support_level": 1,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 2345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001441203.1",
          "protein_id": "NP_001428132.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 5851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001352417.1",
          "protein_id": "NP_001339346.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 5830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001077690.1",
          "protein_id": "NP_001071158.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001441204.1",
          "protein_id": "NP_001428133.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001441205.1",
          "protein_id": "NP_001428134.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1776,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001441206.1",
          "protein_id": "NP_001428135.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "NM_001352418.1",
          "protein_id": "NP_001339347.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 570,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1713,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 6014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352419.1",
          "protein_id": "NP_001339348.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": 1241,
          "cdna_end": null,
          "cdna_length": 6128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352415.1",
          "protein_id": "NP_001339344.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1245,
          "cdna_end": null,
          "cdna_length": 6111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352416.1",
          "protein_id": "NP_001339345.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1241,
          "cdna_end": null,
          "cdna_length": 6107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001077691.2",
          "protein_id": "NP_001071159.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 6455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352413.1",
          "protein_id": "NP_001339342.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 968,
          "cdna_end": null,
          "cdna_length": 6162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352414.2",
          "protein_id": "NP_001339343.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1095,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "ENST00000531154.5",
          "protein_id": "ENSP00000435517.1",
          "transcript_support_level": 2,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 1930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001077692.2",
          "protein_id": "NP_001071160.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 6434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352409.1",
          "protein_id": "NP_001339338.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 5998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352410.1",
          "protein_id": "NP_001339339.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 968,
          "cdna_end": null,
          "cdna_length": 6141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352411.2",
          "protein_id": "NP_001339340.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1265,
          "cdna_end": null,
          "cdna_length": 6438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352412.2",
          "protein_id": "NP_001339341.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1095,
          "cdna_end": null,
          "cdna_length": 6268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352420.2",
          "protein_id": "NP_001339349.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 6563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352421.2",
          "protein_id": "NP_001339350.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 6497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.277G>A",
          "hgvs_p": "p.Val93Ile",
          "transcript": "NM_001352422.2",
          "protein_id": "NP_001339351.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 277,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 1404,
          "cdna_end": null,
          "cdna_length": 6577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.352G>A",
          "hgvs_p": "p.Val118Ile",
          "transcript": "NM_001352423.2",
          "protein_id": "NP_001339352.1",
          "transcript_support_level": null,
          "aa_start": 118,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 352,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1265,
          "cdna_end": null,
          "cdna_length": 6315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile",
          "transcript": "XM_047427609.1",
          "protein_id": "XP_047283565.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 1385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.507G>A",
          "hgvs_p": null,
          "transcript": "ENST00000527714.5",
          "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": 704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.507G>A",
          "hgvs_p": null,
          "transcript": "ENST00000530851.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 692,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.*287G>A",
          "hgvs_p": null,
          "transcript": "ENST00000613181.4",
          "protein_id": "ENSP00000479335.1",
          "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": 1373,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.*132G>A",
          "hgvs_p": null,
          "transcript": "ENST00000618252.1",
          "protein_id": "ENSP00000482975.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": 1147,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.*417G>A",
          "hgvs_p": null,
          "transcript": "ENST00000619129.4",
          "protein_id": "ENSP00000480661.1",
          "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": 2020,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.1261G>A",
          "hgvs_p": null,
          "transcript": "NR_147984.2",
          "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": 6677,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.964G>A",
          "hgvs_p": null,
          "transcript": "XR_001747967.3",
          "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": 4572,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.964G>A",
          "hgvs_p": null,
          "transcript": "XR_001747968.3",
          "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": 3824,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.1099G>A",
          "hgvs_p": null,
          "transcript": "XR_001747974.2",
          "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": 2626,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.773G>A",
          "hgvs_p": null,
          "transcript": "XR_001747977.2",
          "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": 2303,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.964G>A",
          "hgvs_p": null,
          "transcript": "XR_007062503.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": 2393,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.1095G>A",
          "hgvs_p": null,
          "transcript": "XR_007062504.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": 2622,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.*287G>A",
          "hgvs_p": null,
          "transcript": "ENST00000613181.4",
          "protein_id": "ENSP00000479335.1",
          "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": 1373,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.*132G>A",
          "hgvs_p": null,
          "transcript": "ENST00000618252.1",
          "protein_id": "ENSP00000482975.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": 1147,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALG9",
          "gene_hgnc_id": 15672,
          "hgvs_c": "n.*417G>A",
          "hgvs_p": null,
          "transcript": "ENST00000619129.4",
          "protein_id": "ENSP00000480661.1",
          "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": 2020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ALG9",
      "gene_hgnc_id": 15672,
      "dbsnp": "rs10502151",
      "frequency_reference_population": 0.33728328,
      "hom_count_reference_population": 95607,
      "allele_count_reference_population": 543760,
      "gnomad_exomes_af": 0.341783,
      "gnomad_genomes_af": 0.29407,
      "gnomad_exomes_ac": 499046,
      "gnomad_genomes_ac": 44714,
      "gnomad_exomes_homalt": 88153,
      "gnomad_genomes_homalt": 7454,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.00009747485455591232,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.22,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0869,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.34,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.173,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000616540.5",
          "gene_symbol": "ALG9",
          "hgnc_id": 15672,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Val289Ile"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000622211.4",
          "gene_symbol": "ENSG00000258529",
          "hgnc_id": null,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1564G>A",
          "hgvs_p": "p.Val522Ile"
        }
      ],
      "clinvar_disease": "ALG9 congenital disorder of glycosylation,Gillessen-Kaesbach-Nishimura syndrome,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:6",
      "phenotype_combined": "not specified|ALG9 congenital disorder of glycosylation|Gillessen-Kaesbach-Nishimura syndrome|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}