← 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: 3-49121990-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 49121990,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_002292.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln",
          "transcript": "NM_002292.4",
          "protein_id": "NP_002283.3",
          "transcript_support_level": null,
          "aa_start": 1626,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4877,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000305544.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002292.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln",
          "transcript": "ENST00000305544.9",
          "protein_id": "ENSP00000307156.4",
          "transcript_support_level": 1,
          "aa_start": 1626,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4877,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002292.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000305544.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln",
          "transcript": "ENST00000418109.5",
          "protein_id": "ENSP00000388325.1",
          "transcript_support_level": 1,
          "aa_start": 1626,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4877,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000418109.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4919G>A",
          "hgvs_p": "p.Arg1640Gln",
          "transcript": "ENST00000960189.1",
          "protein_id": "ENSP00000630248.1",
          "transcript_support_level": null,
          "aa_start": 1640,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 4919,
          "cds_end": null,
          "cds_length": 5439,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960189.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4919G>A",
          "hgvs_p": "p.Arg1640Gln",
          "transcript": "ENST00000960202.1",
          "protein_id": "ENSP00000630261.1",
          "transcript_support_level": null,
          "aa_start": 1640,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 4919,
          "cds_end": null,
          "cds_length": 5439,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960202.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4904G>A",
          "hgvs_p": "p.Arg1635Gln",
          "transcript": "ENST00000960193.1",
          "protein_id": "ENSP00000630252.1",
          "transcript_support_level": null,
          "aa_start": 1635,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 4904,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960193.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4889G>A",
          "hgvs_p": "p.Arg1630Gln",
          "transcript": "ENST00000884814.1",
          "protein_id": "ENSP00000554873.1",
          "transcript_support_level": null,
          "aa_start": 1630,
          "aa_end": null,
          "aa_length": 1802,
          "cds_start": 4889,
          "cds_end": null,
          "cds_length": 5409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884814.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4889G>A",
          "hgvs_p": "p.Arg1630Gln",
          "transcript": "ENST00000960192.1",
          "protein_id": "ENSP00000630251.1",
          "transcript_support_level": null,
          "aa_start": 1630,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": 4889,
          "cds_end": null,
          "cds_length": 5403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960192.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4874G>A",
          "hgvs_p": "p.Arg1625Gln",
          "transcript": "ENST00000960197.1",
          "protein_id": "ENSP00000630256.1",
          "transcript_support_level": null,
          "aa_start": 1625,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 4874,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960197.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln",
          "transcript": "ENST00000884810.1",
          "protein_id": "ENSP00000554869.1",
          "transcript_support_level": null,
          "aa_start": 1626,
          "aa_end": null,
          "aa_length": 1796,
          "cds_start": 4877,
          "cds_end": null,
          "cds_length": 5391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884810.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4868G>A",
          "hgvs_p": "p.Arg1623Gln",
          "transcript": "ENST00000921218.1",
          "protein_id": "ENSP00000591277.1",
          "transcript_support_level": null,
          "aa_start": 1623,
          "aa_end": null,
          "aa_length": 1795,
          "cds_start": 4868,
          "cds_end": null,
          "cds_length": 5388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921218.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4868G>A",
          "hgvs_p": "p.Arg1623Gln",
          "transcript": "ENST00000960188.1",
          "protein_id": "ENSP00000630247.1",
          "transcript_support_level": null,
          "aa_start": 1623,
          "aa_end": null,
          "aa_length": 1795,
          "cds_start": 4868,
          "cds_end": null,
          "cds_length": 5388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960188.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4856G>A",
          "hgvs_p": "p.Arg1619Gln",
          "transcript": "ENST00000960187.1",
          "protein_id": "ENSP00000630246.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960187.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4811G>A",
          "hgvs_p": "p.Arg1604Gln",
          "transcript": "ENST00000960195.1",
          "protein_id": "ENSP00000630254.1",
          "transcript_support_level": null,
          "aa_start": 1604,
          "aa_end": null,
          "aa_length": 1776,
          "cds_start": 4811,
          "cds_end": null,
          "cds_length": 5331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960195.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4811G>A",
          "hgvs_p": "p.Arg1604Gln",
          "transcript": "ENST00000960203.1",
          "protein_id": "ENSP00000630262.1",
          "transcript_support_level": null,
          "aa_start": 1604,
          "aa_end": null,
          "aa_length": 1776,
          "cds_start": 4811,
          "cds_end": null,
          "cds_length": 5331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960203.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln",
          "transcript": "ENST00000960199.1",
          "protein_id": "ENSP00000630258.1",
          "transcript_support_level": null,
          "aa_start": 1626,
          "aa_end": null,
          "aa_length": 1767,
          "cds_start": 4877,
          "cds_end": null,
          "cds_length": 5304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960199.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4769G>A",
          "hgvs_p": "p.Arg1590Gln",
          "transcript": "ENST00000960186.1",
          "protein_id": "ENSP00000630245.1",
          "transcript_support_level": null,
          "aa_start": 1590,
          "aa_end": null,
          "aa_length": 1762,
          "cds_start": 4769,
          "cds_end": null,
          "cds_length": 5289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960186.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4766G>A",
          "hgvs_p": "p.Arg1589Gln",
          "transcript": "ENST00000884809.1",
          "protein_id": "ENSP00000554868.1",
          "transcript_support_level": null,
          "aa_start": 1589,
          "aa_end": null,
          "aa_length": 1761,
          "cds_start": 4766,
          "cds_end": null,
          "cds_length": 5286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884809.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4766G>A",
          "hgvs_p": "p.Arg1589Gln",
          "transcript": "ENST00000960191.1",
          "protein_id": "ENSP00000630250.1",
          "transcript_support_level": null,
          "aa_start": 1589,
          "aa_end": null,
          "aa_length": 1759,
          "cds_start": 4766,
          "cds_end": null,
          "cds_length": 5280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960191.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4733G>A",
          "hgvs_p": "p.Arg1578Gln",
          "transcript": "ENST00000884815.1",
          "protein_id": "ENSP00000554874.1",
          "transcript_support_level": null,
          "aa_start": 1578,
          "aa_end": null,
          "aa_length": 1750,
          "cds_start": 4733,
          "cds_end": null,
          "cds_length": 5253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884815.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4718G>A",
          "hgvs_p": "p.Arg1573Gln",
          "transcript": "ENST00000960185.1",
          "protein_id": "ENSP00000630244.1",
          "transcript_support_level": null,
          "aa_start": 1573,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": 4718,
          "cds_end": null,
          "cds_length": 5238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960185.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4715G>A",
          "hgvs_p": "p.Arg1572Gln",
          "transcript": "ENST00000960198.1",
          "protein_id": "ENSP00000630257.1",
          "transcript_support_level": null,
          "aa_start": 1572,
          "aa_end": null,
          "aa_length": 1742,
          "cds_start": 4715,
          "cds_end": null,
          "cds_length": 5229,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960198.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4694G>A",
          "hgvs_p": "p.Arg1565Gln",
          "transcript": "ENST00000884816.1",
          "protein_id": "ENSP00000554875.1",
          "transcript_support_level": null,
          "aa_start": 1565,
          "aa_end": null,
          "aa_length": 1737,
          "cds_start": 4694,
          "cds_end": null,
          "cds_length": 5214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884816.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4688G>A",
          "hgvs_p": "p.Arg1563Gln",
          "transcript": "ENST00000884808.1",
          "protein_id": "ENSP00000554867.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884808.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4688G>A",
          "hgvs_p": "p.Arg1563Gln",
          "transcript": "ENST00000884813.1",
          "protein_id": "ENSP00000554872.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884813.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4688G>A",
          "hgvs_p": "p.Arg1563Gln",
          "transcript": "ENST00000960184.1",
          "protein_id": "ENSP00000630243.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1733,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 5202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960184.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4673G>A",
          "hgvs_p": "p.Arg1558Gln",
          "transcript": "ENST00000960190.1",
          "protein_id": "ENSP00000630249.1",
          "transcript_support_level": null,
          "aa_start": 1558,
          "aa_end": null,
          "aa_length": 1730,
          "cds_start": 4673,
          "cds_end": null,
          "cds_length": 5193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960190.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4667G>A",
          "hgvs_p": "p.Arg1556Gln",
          "transcript": "ENST00000884811.1",
          "protein_id": "ENSP00000554870.1",
          "transcript_support_level": null,
          "aa_start": 1556,
          "aa_end": null,
          "aa_length": 1728,
          "cds_start": 4667,
          "cds_end": null,
          "cds_length": 5187,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884811.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4664G>A",
          "hgvs_p": "p.Arg1555Gln",
          "transcript": "ENST00000960201.1",
          "protein_id": "ENSP00000630260.1",
          "transcript_support_level": null,
          "aa_start": 1555,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 4664,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960201.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4499G>A",
          "hgvs_p": "p.Arg1500Gln",
          "transcript": "ENST00000960196.1",
          "protein_id": "ENSP00000630255.1",
          "transcript_support_level": null,
          "aa_start": 1500,
          "aa_end": null,
          "aa_length": 1672,
          "cds_start": 4499,
          "cds_end": null,
          "cds_length": 5019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960196.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4499G>A",
          "hgvs_p": "p.Arg1500Gln",
          "transcript": "ENST00000960194.1",
          "protein_id": "ENSP00000630253.1",
          "transcript_support_level": null,
          "aa_start": 1500,
          "aa_end": null,
          "aa_length": 1670,
          "cds_start": 4499,
          "cds_end": null,
          "cds_length": 5013,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960194.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4373G>A",
          "hgvs_p": "p.Arg1458Gln",
          "transcript": "ENST00000884812.1",
          "protein_id": "ENSP00000554871.1",
          "transcript_support_level": null,
          "aa_start": 1458,
          "aa_end": null,
          "aa_length": 1630,
          "cds_start": 4373,
          "cds_end": null,
          "cds_length": 4893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884812.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4184G>A",
          "hgvs_p": "p.Arg1395Gln",
          "transcript": "ENST00000960200.1",
          "protein_id": "ENSP00000630259.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1567,
          "cds_start": 4184,
          "cds_end": null,
          "cds_length": 4704,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960200.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln",
          "transcript": "XM_005265127.5",
          "protein_id": "XP_005265184.1",
          "transcript_support_level": null,
          "aa_start": 1626,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4877,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005265127.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "n.532G>A",
          "hgvs_p": null,
          "transcript": "ENST00000498377.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000498377.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "n.-14G>A",
          "hgvs_p": null,
          "transcript": "ENST00000467506.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000467506.5"
        }
      ],
      "gene_symbol": "LAMB2",
      "gene_hgnc_id": 6487,
      "dbsnp": "rs752674803",
      "frequency_reference_population": 0.000015051915,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 22,
      "gnomad_exomes_af": 0.0000150519,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 22,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.025006413459777832,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.023,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0644,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.82,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.722,
      "phylop100way_prediction": "Benign",
      "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": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_002292.4",
          "gene_symbol": "LAMB2",
          "hgnc_id": 6487,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4877G>A",
          "hgvs_p": "p.Arg1626Gln"
        }
      ],
      "clinvar_disease": "LAMB2-related infantile-onset nephrotic syndrome,Pierson syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "LAMB2-related infantile-onset nephrotic syndrome;Pierson syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.