← 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-111825716-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 14,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ALG9",
          "hgnc_id": 15672,
          "hgvs_c": "c.1602+10449A>G",
          "hgvs_p": null,
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 0,
          "score": -14,
          "transcript": "NM_001441203.1",
          "verdict": "Benign"
        },
        {
          "benign_score": 14,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000258529",
          "hgnc_id": null,
          "hgvs_c": "c.2280+10449A>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -14,
          "transcript": "ENST00000622211.4",
          "verdict": "Benign"
        },
        {
          "benign_score": 14,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ALG9-IT1",
          "hgnc_id": 41409,
          "hgvs_c": "n.358+3139A>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -14,
          "transcript": "ENST00000531305.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
      "acmg_score": -14,
      "allele_count_reference_population": 97005,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.92,
      "chr": "11",
      "clinvar_classification": "Benign",
      "clinvar_disease": "ALG9 congenital disorder of glycosylation",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "B:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.9200000166893005,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 618,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6158,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1857,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_024740.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1602+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000616540.5",
          "protein_coding": true,
          "protein_id": "NP_079016.2",
          "strand": false,
          "transcript": "NM_024740.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 618,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6158,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1857,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000616540.5",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1602+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024740.2",
          "protein_coding": true,
          "protein_id": "ENSP00000482437.1",
          "strand": false,
          "transcript": "ENST00000616540.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2939,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000622211.4",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000258529",
          "hgvs_c": "c.2280+10449A>G",
          "hgvs_p": null,
          "intron_rank": 17,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000482396.1",
          "strand": false,
          "transcript": "ENST00000622211.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2028,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000614444.4",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1581+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000484200.1",
          "strand": false,
          "transcript": "ENST00000614444.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2345,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000398006.6",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000381090.2",
          "strand": false,
          "transcript": "ENST00000398006.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5851,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001441203.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1602+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001428132.1",
          "strand": false,
          "transcript": "NM_001441203.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5830,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352417.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1581+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339346.1",
          "strand": false,
          "transcript": "NM_001352417.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6137,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001077690.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1581+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001071158.1",
          "strand": false,
          "transcript": "NM_001077690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2158,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000928987.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1581+10449A>G",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599046.1",
          "strand": false,
          "transcript": "ENST00000928987.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 609,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1972,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1830,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943100.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1575+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613159.1",
          "strand": false,
          "transcript": "ENST00000943100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 598,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6221,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1797,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001441204.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1602+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001428133.1",
          "strand": false,
          "transcript": "NM_001441204.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 591,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6200,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1776,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001441205.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1581+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001428134.1",
          "strand": false,
          "transcript": "NM_001441205.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6035,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001441206.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1479+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001428135.1",
          "strand": false,
          "transcript": "NM_001441206.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1925,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000857227.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1479+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527286.1",
          "strand": false,
          "transcript": "ENST00000857227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 570,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6014,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1713,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352418.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1458+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339347.1",
          "strand": false,
          "transcript": "NM_001352418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 570,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1902,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1713,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000857228.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1458+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527287.1",
          "strand": false,
          "transcript": "ENST00000857228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1728,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000857229.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1296+10449A>G",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527288.1",
          "strand": false,
          "transcript": "ENST00000857229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6128,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352419.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1089+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339348.1",
          "strand": false,
          "transcript": "NM_001352419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6111,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352415.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339344.1",
          "strand": false,
          "transcript": "NM_001352415.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6107,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352416.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339345.1",
          "strand": false,
          "transcript": "NM_001352416.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6455,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001077691.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1089+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001071159.1",
          "strand": false,
          "transcript": "NM_001077691.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6162,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352413.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1089+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339342.1",
          "strand": false,
          "transcript": "NM_001352413.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6289,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352414.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1089+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339343.1",
          "strand": false,
          "transcript": "NM_001352414.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1930,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000531154.5",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1089+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435517.1",
          "strand": false,
          "transcript": "ENST00000531154.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6434,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001077692.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001071160.1",
          "strand": false,
          "transcript": "NM_001077692.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5998,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352409.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339338.1",
          "strand": false,
          "transcript": "NM_001352409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6141,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352410.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339339.1",
          "strand": false,
          "transcript": "NM_001352410.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6438,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352411.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339340.1",
          "strand": false,
          "transcript": "NM_001352411.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6268,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352412.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339341.1",
          "strand": false,
          "transcript": "NM_001352412.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6563,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352420.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339349.1",
          "strand": false,
          "transcript": "NM_001352420.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6497,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352421.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.1068+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339350.1",
          "strand": false,
          "transcript": "NM_001352421.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 415,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6577,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1248,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352422.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.993+10449A>G",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339351.1",
          "strand": false,
          "transcript": "NM_001352422.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6315,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001352423.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.945+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339352.1",
          "strand": false,
          "transcript": "NM_001352423.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 206,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4485,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 621,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000532425.6",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "c.333+10449A>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432442.2",
          "strand": false,
          "transcript": "ENST00000532425.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 542,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000526272.5",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.166+10449A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000526272.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 692,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000530851.6",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.538-15943A>G",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000530851.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 684,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000531305.1",
          "gene_hgnc_id": 41409,
          "gene_symbol": "ALG9-IT1",
          "hgvs_c": "n.358+3139A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000531305.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2020,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000619129.4",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.*1133+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000480661.1",
          "strand": false,
          "transcript": "ENST00000619129.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6677,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_147984.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1998+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_147984.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_001747967.3",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1701+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001747967.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3824,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_001747968.3",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1680+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001747968.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2626,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_001747974.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1836+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001747974.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2303,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_001747977.2",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1510+10449A>G",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001747977.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2393,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007062503.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1578+10449A>G",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007062503.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2622,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007062504.1",
          "gene_hgnc_id": 15672,
          "gene_symbol": "ALG9",
          "hgvs_c": "n.1832+10449A>G",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007062504.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs610437",
      "effect": "intron_variant",
      "frequency_reference_population": 0.6381656,
      "gene_hgnc_id": 15672,
      "gene_symbol": "ALG9",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 97005,
      "gnomad_genomes_af": 0.638166,
      "gnomad_genomes_homalt": 31024,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 31024,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "ALG9 congenital disorder of glycosylation",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.765,
      "pos": 111825716,
      "ref": "T",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001441203.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.