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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 49122718,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002292.4",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "NM_002292.4",
          "protein_id": "NP_002283.3",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000305544.9",
          "protein_id": "ENSP00000307156.4",
          "transcript_support_level": 1,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000418109.5",
          "protein_id": "ENSP00000388325.1",
          "transcript_support_level": 1,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4601A>G",
          "hgvs_p": "p.Lys1534Arg",
          "transcript": "ENST00000960189.1",
          "protein_id": "ENSP00000630248.1",
          "transcript_support_level": null,
          "aa_start": 1534,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 4601,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4601A>G",
          "hgvs_p": "p.Lys1534Arg",
          "transcript": "ENST00000960202.1",
          "protein_id": "ENSP00000630261.1",
          "transcript_support_level": null,
          "aa_start": 1534,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 4601,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4586A>G",
          "hgvs_p": "p.Lys1529Arg",
          "transcript": "ENST00000960193.1",
          "protein_id": "ENSP00000630252.1",
          "transcript_support_level": null,
          "aa_start": 1529,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 4586,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4571A>G",
          "hgvs_p": "p.Lys1524Arg",
          "transcript": "ENST00000884814.1",
          "protein_id": "ENSP00000554873.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1802,
          "cds_start": 4571,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4571A>G",
          "hgvs_p": "p.Lys1524Arg",
          "transcript": "ENST00000960192.1",
          "protein_id": "ENSP00000630251.1",
          "transcript_support_level": null,
          "aa_start": 1524,
          "aa_end": null,
          "aa_length": 1800,
          "cds_start": 4571,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000960197.1",
          "protein_id": "ENSP00000630256.1",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000884810.1",
          "protein_id": "ENSP00000554869.1",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1796,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4550A>G",
          "hgvs_p": "p.Lys1517Arg",
          "transcript": "ENST00000921218.1",
          "protein_id": "ENSP00000591277.1",
          "transcript_support_level": null,
          "aa_start": 1517,
          "aa_end": null,
          "aa_length": 1795,
          "cds_start": 4550,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4550A>G",
          "hgvs_p": "p.Lys1517Arg",
          "transcript": "ENST00000960188.1",
          "protein_id": "ENSP00000630247.1",
          "transcript_support_level": null,
          "aa_start": 1517,
          "aa_end": null,
          "aa_length": 1795,
          "cds_start": 4550,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4493A>G",
          "hgvs_p": "p.Lys1498Arg",
          "transcript": "ENST00000960195.1",
          "protein_id": "ENSP00000630254.1",
          "transcript_support_level": null,
          "aa_start": 1498,
          "aa_end": null,
          "aa_length": 1776,
          "cds_start": 4493,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000960203.1",
          "protein_id": "ENSP00000630262.1",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1776,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000960199.1",
          "protein_id": "ENSP00000630258.1",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1767,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "ENST00000960186.1",
          "protein_id": "ENSP00000630245.1",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1762,
          "cds_start": 4559,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4448A>G",
          "hgvs_p": "p.Lys1483Arg",
          "transcript": "ENST00000884809.1",
          "protein_id": "ENSP00000554868.1",
          "transcript_support_level": null,
          "aa_start": 1483,
          "aa_end": null,
          "aa_length": 1761,
          "cds_start": 4448,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4448A>G",
          "hgvs_p": "p.Lys1483Arg",
          "transcript": "ENST00000960191.1",
          "protein_id": "ENSP00000630250.1",
          "transcript_support_level": null,
          "aa_start": 1483,
          "aa_end": null,
          "aa_length": 1759,
          "cds_start": 4448,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4415A>G",
          "hgvs_p": "p.Lys1472Arg",
          "transcript": "ENST00000884815.1",
          "protein_id": "ENSP00000554874.1",
          "transcript_support_level": null,
          "aa_start": 1472,
          "aa_end": null,
          "aa_length": 1750,
          "cds_start": 4415,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4400A>G",
          "hgvs_p": "p.Lys1467Arg",
          "transcript": "ENST00000960185.1",
          "protein_id": "ENSP00000630244.1",
          "transcript_support_level": null,
          "aa_start": 1467,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": 4400,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4397A>G",
          "hgvs_p": "p.Lys1466Arg",
          "transcript": "ENST00000960198.1",
          "protein_id": "ENSP00000630257.1",
          "transcript_support_level": null,
          "aa_start": 1466,
          "aa_end": null,
          "aa_length": 1742,
          "cds_start": 4397,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4376A>G",
          "hgvs_p": "p.Lys1459Arg",
          "transcript": "ENST00000884816.1",
          "protein_id": "ENSP00000554875.1",
          "transcript_support_level": null,
          "aa_start": 1459,
          "aa_end": null,
          "aa_length": 1737,
          "cds_start": 4376,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4370A>G",
          "hgvs_p": "p.Lys1457Arg",
          "transcript": "ENST00000884808.1",
          "protein_id": "ENSP00000554867.1",
          "transcript_support_level": null,
          "aa_start": 1457,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4370,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4370A>G",
          "hgvs_p": "p.Lys1457Arg",
          "transcript": "ENST00000884813.1",
          "protein_id": "ENSP00000554872.1",
          "transcript_support_level": null,
          "aa_start": 1457,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4370,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4370A>G",
          "hgvs_p": "p.Lys1457Arg",
          "transcript": "ENST00000960184.1",
          "protein_id": "ENSP00000630243.1",
          "transcript_support_level": null,
          "aa_start": 1457,
          "aa_end": null,
          "aa_length": 1733,
          "cds_start": 4370,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4349A>G",
          "hgvs_p": "p.Lys1450Arg",
          "transcript": "ENST00000884811.1",
          "protein_id": "ENSP00000554870.1",
          "transcript_support_level": null,
          "aa_start": 1450,
          "aa_end": null,
          "aa_length": 1728,
          "cds_start": 4349,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4346A>G",
          "hgvs_p": "p.Lys1449Arg",
          "transcript": "ENST00000960201.1",
          "protein_id": "ENSP00000630260.1",
          "transcript_support_level": null,
          "aa_start": 1449,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 4346,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4181A>G",
          "hgvs_p": "p.Lys1394Arg",
          "transcript": "ENST00000960196.1",
          "protein_id": "ENSP00000630255.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1672,
          "cds_start": 4181,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4181A>G",
          "hgvs_p": "p.Lys1394Arg",
          "transcript": "ENST00000960194.1",
          "protein_id": "ENSP00000630253.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1670,
          "cds_start": 4181,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4055A>G",
          "hgvs_p": "p.Lys1352Arg",
          "transcript": "ENST00000884812.1",
          "protein_id": "ENSP00000554871.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1630,
          "cds_start": 4055,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.3866A>G",
          "hgvs_p": "p.Lys1289Arg",
          "transcript": "ENST00000960200.1",
          "protein_id": "ENSP00000630259.1",
          "transcript_support_level": null,
          "aa_start": 1289,
          "aa_end": null,
          "aa_length": 1567,
          "cds_start": 3866,
          "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": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg",
          "transcript": "XM_005265127.5",
          "protein_id": "XP_005265184.1",
          "transcript_support_level": null,
          "aa_start": 1520,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 4559,
          "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": true,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4552+7A>G",
          "hgvs_p": null,
          "transcript": "ENST00000960187.1",
          "protein_id": "ENSP00000630246.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": null,
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 27,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "c.4369+7A>G",
          "hgvs_p": null,
          "transcript": "ENST00000960190.1",
          "protein_id": "ENSP00000630249.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1730,
          "cds_start": null,
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "n.868A>G",
          "hgvs_p": null,
          "transcript": "ENST00000469665.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": "ENST00000469665.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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB2",
          "gene_hgnc_id": 6487,
          "hgvs_c": "n.-120A>G",
          "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"
        }
      ],
      "gene_symbol": "LAMB2",
      "gene_hgnc_id": 6487,
      "dbsnp": "rs148069401",
      "frequency_reference_population": 0.00021624207,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 349,
      "gnomad_exomes_af": 0.000226439,
      "gnomad_genomes_af": 0.00011829,
      "gnomad_exomes_ac": 331,
      "gnomad_genomes_ac": 18,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.08229592442512512,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.4699999988079071,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.062,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0926,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.6,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.988,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.47,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002292.4",
          "gene_symbol": "LAMB2",
          "hgnc_id": 6487,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4559A>G",
          "hgvs_p": "p.Lys1520Arg"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,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:3",
      "phenotype_combined": "LAMB2-related infantile-onset nephrotic syndrome;Pierson syndrome|Inborn genetic diseases",
      "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.