← 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: 4-102593501-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 102593501,
      "ref": "T",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "NM_003998.4",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "NM_003998.4",
          "protein_id": "NP_003989.2",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1580,
          "cdna_end": null,
          "cdna_length": 4055,
          "mane_select": "ENST00000226574.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003998.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000226574.9",
          "protein_id": "ENSP00000226574.4",
          "transcript_support_level": 1,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1580,
          "cdna_end": null,
          "cdna_length": 4055,
          "mane_select": "NM_003998.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000226574.9"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000394820.8",
          "protein_id": "ENSP00000378297.4",
          "transcript_support_level": 1,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1605,
          "cdna_end": null,
          "cdna_length": 3693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394820.8"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000505458.5",
          "protein_id": "ENSP00000424790.1",
          "transcript_support_level": 1,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1417,
          "cdna_end": null,
          "cdna_length": 3707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000505458.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000938144.1",
          "protein_id": "ENSP00000608203.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 1555,
          "cdna_end": null,
          "cdna_length": 4052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938144.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1167T>G",
          "hgvs_p": "p.Ala389Ala",
          "transcript": "ENST00000507079.6",
          "protein_id": "ENSP00000426147.2",
          "transcript_support_level": 5,
          "aa_start": 389,
          "aa_end": null,
          "aa_length": 977,
          "cds_start": 1167,
          "cds_end": null,
          "cds_length": 2934,
          "cdna_start": 1679,
          "cdna_end": null,
          "cdna_length": 4153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000507079.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "NM_001382625.1",
          "protein_id": "NP_001369554.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 3934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382625.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "NM_001382626.1",
          "protein_id": "NP_001369555.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1650,
          "cdna_end": null,
          "cdna_length": 4125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382626.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000509165.2",
          "protein_id": "ENSP00000423877.2",
          "transcript_support_level": 5,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1266,
          "cdna_end": null,
          "cdna_length": 3741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000509165.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000878343.1",
          "protein_id": "ENSP00000548402.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1418,
          "cdna_end": null,
          "cdna_length": 3709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878343.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000966665.1",
          "protein_id": "ENSP00000636724.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1511,
          "cdna_end": null,
          "cdna_length": 3802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966665.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000966666.1",
          "protein_id": "ENSP00000636725.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1496,
          "cdna_end": null,
          "cdna_length": 3971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966666.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "NM_001165412.2",
          "protein_id": "NP_001158884.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1577,
          "cdna_end": null,
          "cdna_length": 4052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001165412.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "NM_001319226.2",
          "protein_id": "NP_001306155.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 3856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001319226.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "NM_001382627.1",
          "protein_id": "NP_001369556.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1647,
          "cdna_end": null,
          "cdna_length": 4122,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382627.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000878340.1",
          "protein_id": "ENSP00000548399.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1350,
          "cdna_end": null,
          "cdna_length": 3641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878340.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000966660.1",
          "protein_id": "ENSP00000636719.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1584,
          "cdna_end": null,
          "cdna_length": 4026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966660.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000966663.1",
          "protein_id": "ENSP00000636722.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1660,
          "cdna_end": null,
          "cdna_length": 3951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966663.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000966664.1",
          "protein_id": "ENSP00000636723.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1474,
          "cdna_end": null,
          "cdna_length": 3765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966664.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1137T>G",
          "hgvs_p": "p.Ala379Ala",
          "transcript": "ENST00000878341.1",
          "protein_id": "ENSP00000548400.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 1137,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 1236,
          "cdna_end": null,
          "cdna_length": 3527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878341.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000938143.1",
          "protein_id": "ENSP00000608202.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": 1852,
          "cdna_end": null,
          "cdna_length": 4291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938143.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "ENST00000966659.1",
          "protein_id": "ENSP00000636718.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 964,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2895,
          "cdna_start": 2002,
          "cdna_end": null,
          "cdna_length": 4278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966659.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000938145.1",
          "protein_id": "ENSP00000608204.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 963,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2892,
          "cdna_start": 1395,
          "cdna_end": null,
          "cdna_length": 3846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938145.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1101T>G",
          "hgvs_p": "p.Ala367Ala",
          "transcript": "NM_001382628.1",
          "protein_id": "NP_001369557.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 955,
          "cds_start": 1101,
          "cds_end": null,
          "cds_length": 2868,
          "cdna_start": 1531,
          "cdna_end": null,
          "cdna_length": 4006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382628.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1041T>G",
          "hgvs_p": "p.Ala347Ala",
          "transcript": "ENST00000966662.1",
          "protein_id": "ENSP00000636721.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 1041,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": 1517,
          "cdna_end": null,
          "cdna_length": 3808,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966662.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1038T>G",
          "hgvs_p": "p.Ala346Ala",
          "transcript": "ENST00000966667.1",
          "protein_id": "ENSP00000636726.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 1038,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 1453,
          "cdna_end": null,
          "cdna_length": 3254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966667.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Ala380Ala",
          "transcript": "ENST00000878339.1",
          "protein_id": "ENSP00000548398.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 932,
          "cds_start": 1140,
          "cds_end": null,
          "cds_length": 2799,
          "cdna_start": 1553,
          "cdna_end": null,
          "cdna_length": 3851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878339.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.984T>G",
          "hgvs_p": "p.Ala328Ala",
          "transcript": "ENST00000966661.1",
          "protein_id": "ENSP00000636720.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 984,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 1389,
          "cdna_end": null,
          "cdna_length": 3856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966661.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.981T>G",
          "hgvs_p": "p.Ala327Ala",
          "transcript": "ENST00000878342.1",
          "protein_id": "ENSP00000548401.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 981,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 1072,
          "cdna_end": null,
          "cdna_length": 3363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878342.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "XM_024454068.1",
          "protein_id": "XP_024309836.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1157,
          "cdna_end": null,
          "cdna_length": 3632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454068.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala",
          "transcript": "XM_047415742.1",
          "protein_id": "XP_047271698.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 1143,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 3859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415742.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.1008T>G",
          "hgvs_p": "p.Ala336Ala",
          "transcript": "XM_024454069.2",
          "protein_id": "XP_024309837.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 1008,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 1491,
          "cdna_end": null,
          "cdna_length": 3966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454069.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.747T>G",
          "hgvs_p": "p.Ala249Ala",
          "transcript": "XM_047415743.1",
          "protein_id": "XP_047271699.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 747,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 1063,
          "cdna_end": null,
          "cdna_length": 3538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415743.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "c.747T>G",
          "hgvs_p": "p.Ala249Ala",
          "transcript": "XM_047415744.1",
          "protein_id": "XP_047271700.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 747,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 3439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047415744.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.253T>G",
          "hgvs_p": null,
          "transcript": "ENST00000504044.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": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000504044.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.684T>G",
          "hgvs_p": null,
          "transcript": "ENST00000508584.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000508584.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.1739T>G",
          "hgvs_p": null,
          "transcript": "ENST00000600343.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": 4010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000600343.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.*359T>G",
          "hgvs_p": null,
          "transcript": "ENST00000652569.1",
          "protein_id": "ENSP00000498904.1",
          "transcript_support_level": null,
          "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": 3594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000652569.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.1164T>G",
          "hgvs_p": null,
          "transcript": "ENST00000652619.1",
          "protein_id": "ENSP00000499031.1",
          "transcript_support_level": null,
          "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": 4115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000652619.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.*784T>G",
          "hgvs_p": null,
          "transcript": "ENST00000697794.1",
          "protein_id": "ENSP00000513443.1",
          "transcript_support_level": null,
          "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": 3520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000697794.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.640T>G",
          "hgvs_p": null,
          "transcript": "ENST00000697799.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697799.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.282T>G",
          "hgvs_p": null,
          "transcript": "ENST00000697800.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000697800.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.*359T>G",
          "hgvs_p": null,
          "transcript": "ENST00000652569.1",
          "protein_id": "ENSP00000498904.1",
          "transcript_support_level": null,
          "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": 3594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000652569.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFKB1",
          "gene_hgnc_id": 7794,
          "hgvs_c": "n.*784T>G",
          "hgvs_p": null,
          "transcript": "ENST00000697794.1",
          "protein_id": "ENSP00000513443.1",
          "transcript_support_level": null,
          "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": 3520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000697794.1"
        }
      ],
      "gene_symbol": "NFKB1",
      "gene_hgnc_id": 7794,
      "dbsnp": "rs1609993",
      "frequency_reference_population": 0.0000020527389,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205274,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9399999976158142,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.94,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -7.165,
      "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,BP7",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_003998.4",
          "gene_symbol": "NFKB1",
          "hgnc_id": 7794,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1143T>G",
          "hgvs_p": "p.Ala381Ala"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.