← 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: 19-54636626-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 54636626,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001081637.3",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1786G>C",
          "hgvs_p": "p.Glu596Gln",
          "transcript": "NM_001081637.3",
          "protein_id": "NP_001075106.2",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 1786,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1984,
          "cdna_end": null,
          "cdna_length": 3301,
          "mane_select": "ENST00000324602.12",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001081637.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1786G>C",
          "hgvs_p": "p.Glu596Gln",
          "transcript": "ENST00000324602.12",
          "protein_id": "ENSP00000315997.7",
          "transcript_support_level": 5,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 1786,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1984,
          "cdna_end": null,
          "cdna_length": 3301,
          "mane_select": "NM_001081637.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000324602.12"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1786G>C",
          "hgvs_p": "p.Glu596Gln",
          "transcript": "ENST00000396315.5",
          "protein_id": "ENSP00000379608.1",
          "transcript_support_level": 1,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 1786,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1786,
          "cdna_end": null,
          "cdna_length": 2157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396315.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000396327.7",
          "protein_id": "ENSP00000379618.3",
          "transcript_support_level": 1,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2055,
          "cdna_end": null,
          "cdna_length": 2878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396327.7"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000396332.8",
          "protein_id": "ENSP00000379623.4",
          "transcript_support_level": 1,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 1953,
          "cdna_end": null,
          "cdna_length": 2776,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396332.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1780G>C",
          "hgvs_p": "p.Glu594Gln",
          "transcript": "ENST00000396331.5",
          "protein_id": "ENSP00000379622.1",
          "transcript_support_level": 1,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1780,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 2137,
          "cdna_end": null,
          "cdna_length": 2960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396331.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1732G>C",
          "hgvs_p": "p.Glu578Gln",
          "transcript": "ENST00000396317.5",
          "protein_id": "ENSP00000379610.1",
          "transcript_support_level": 1,
          "aa_start": 578,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 1732,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": 1732,
          "cdna_end": null,
          "cdna_length": 2103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396317.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1933G>C",
          "hgvs_p": "p.Glu645Gln",
          "transcript": "ENST00000427581.6",
          "protein_id": "ENSP00000395004.2",
          "transcript_support_level": 5,
          "aa_start": 645,
          "aa_end": null,
          "aa_length": 701,
          "cds_start": 1933,
          "cds_end": null,
          "cds_length": 2106,
          "cdna_start": 2266,
          "cdna_end": null,
          "cdna_length": 2751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427581.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1816G>C",
          "hgvs_p": "p.Glu606Gln",
          "transcript": "ENST00000955136.1",
          "protein_id": "ENSP00000625195.1",
          "transcript_support_level": null,
          "aa_start": 606,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1816,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 2146,
          "cdna_end": null,
          "cdna_length": 3463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955136.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1813G>C",
          "hgvs_p": "p.Glu605Gln",
          "transcript": "ENST00000890799.1",
          "protein_id": "ENSP00000560858.1",
          "transcript_support_level": null,
          "aa_start": 605,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1813,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 2011,
          "cdna_end": null,
          "cdna_length": 2863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890799.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1813G>C",
          "hgvs_p": "p.Glu605Gln",
          "transcript": "ENST00000955144.1",
          "protein_id": "ENSP00000625203.1",
          "transcript_support_level": null,
          "aa_start": 605,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1813,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 2011,
          "cdna_end": null,
          "cdna_length": 2833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955144.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1807G>C",
          "hgvs_p": "p.Glu603Gln",
          "transcript": "ENST00000955134.1",
          "protein_id": "ENSP00000625193.1",
          "transcript_support_level": null,
          "aa_start": 603,
          "aa_end": null,
          "aa_length": 659,
          "cds_start": 1807,
          "cds_end": null,
          "cds_length": 1980,
          "cdna_start": 2172,
          "cdna_end": null,
          "cdna_length": 3487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955134.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1786G>C",
          "hgvs_p": "p.Glu596Gln",
          "transcript": "NM_001388358.1",
          "protein_id": "NP_001375287.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 1786,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 2333,
          "cdna_end": null,
          "cdna_length": 3650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388358.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "NM_001081638.4",
          "protein_id": "NP_001075107.2",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 1981,
          "cdna_end": null,
          "cdna_length": 2832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001081638.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "NM_001081639.4",
          "protein_id": "NP_001075108.2",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 1981,
          "cdna_end": null,
          "cdna_length": 2832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001081639.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "NM_001388355.1",
          "protein_id": "NP_001375284.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2182,
          "cdna_end": null,
          "cdna_length": 3499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388355.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "NM_001388356.1",
          "protein_id": "NP_001375285.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2330,
          "cdna_end": null,
          "cdna_length": 3647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388356.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "NM_001388357.1",
          "protein_id": "NP_001375286.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2330,
          "cdna_end": null,
          "cdna_length": 3647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001388357.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000890795.1",
          "protein_id": "ENSP00000560854.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2364,
          "cdna_end": null,
          "cdna_length": 3680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890795.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000890796.1",
          "protein_id": "ENSP00000560855.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2169,
          "cdna_end": null,
          "cdna_length": 3485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890796.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000890802.1",
          "protein_id": "ENSP00000560861.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 2606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890802.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000890803.1",
          "protein_id": "ENSP00000560862.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2059,
          "cdna_end": null,
          "cdna_length": 2530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890803.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1783G>C",
          "hgvs_p": "p.Glu595Gln",
          "transcript": "ENST00000955139.1",
          "protein_id": "ENSP00000625198.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 2230,
          "cdna_end": null,
          "cdna_length": 2703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955139.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1780G>C",
          "hgvs_p": "p.Glu594Gln",
          "transcript": "NM_006669.7",
          "protein_id": "NP_006660.4",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1780,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 2166,
          "cdna_end": null,
          "cdna_length": 3017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006669.7"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1780G>C",
          "hgvs_p": "p.Glu594Gln",
          "transcript": "ENST00000890794.1",
          "protein_id": "ENSP00000560853.1",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1780,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 2192,
          "cdna_end": null,
          "cdna_length": 3010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890794.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1780G>C",
          "hgvs_p": "p.Glu594Gln",
          "transcript": "ENST00000890797.1",
          "protein_id": "ENSP00000560856.1",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1780,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 2474,
          "cdna_end": null,
          "cdna_length": 2973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890797.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1780G>C",
          "hgvs_p": "p.Glu594Gln",
          "transcript": "ENST00000890798.1",
          "protein_id": "ENSP00000560857.1",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1780,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1978,
          "cdna_end": null,
          "cdna_length": 3295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890798.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1780G>C",
          "hgvs_p": "p.Glu594Gln",
          "transcript": "ENST00000890800.1",
          "protein_id": "ENSP00000560859.1",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1780,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 2003,
          "cdna_end": null,
          "cdna_length": 3047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890800.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1747G>C",
          "hgvs_p": "p.Glu583Gln",
          "transcript": "ENST00000955140.1",
          "protein_id": "ENSP00000625199.1",
          "transcript_support_level": null,
          "aa_start": 583,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 1747,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": 1945,
          "cdna_end": null,
          "cdna_length": 2786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955140.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1735G>C",
          "hgvs_p": "p.Glu579Gln",
          "transcript": "ENST00000955137.1",
          "protein_id": "ENSP00000625196.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 1735,
          "cds_end": null,
          "cds_length": 1908,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 2942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955137.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1732G>C",
          "hgvs_p": "p.Glu578Gln",
          "transcript": "NM_001278398.2",
          "protein_id": "NP_001265327.2",
          "transcript_support_level": null,
          "aa_start": 578,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 1732,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": 1897,
          "cdna_end": null,
          "cdna_length": 2748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278398.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1732G>C",
          "hgvs_p": "p.Glu578Gln",
          "transcript": "ENST00000955143.1",
          "protein_id": "ENSP00000625202.1",
          "transcript_support_level": null,
          "aa_start": 578,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 1732,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": 1930,
          "cdna_end": null,
          "cdna_length": 2753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955143.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1729G>C",
          "hgvs_p": "p.Glu577Gln",
          "transcript": "ENST00000955138.1",
          "protein_id": "ENSP00000625197.1",
          "transcript_support_level": null,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 633,
          "cds_start": 1729,
          "cds_end": null,
          "cds_length": 1902,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 2919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955138.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1729G>C",
          "hgvs_p": "p.Glu577Gln",
          "transcript": "ENST00000955141.1",
          "protein_id": "ENSP00000625200.1",
          "transcript_support_level": null,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 633,
          "cds_start": 1729,
          "cds_end": null,
          "cds_length": 1902,
          "cdna_start": 1927,
          "cdna_end": null,
          "cdna_length": 2768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955141.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1660G>C",
          "hgvs_p": "p.Glu554Gln",
          "transcript": "ENST00000890801.1",
          "protein_id": "ENSP00000560860.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1660,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": 2234,
          "cdna_end": null,
          "cdna_length": 2605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890801.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1660G>C",
          "hgvs_p": "p.Glu554Gln",
          "transcript": "ENST00000955135.1",
          "protein_id": "ENSP00000625194.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1660,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": 2022,
          "cdna_end": null,
          "cdna_length": 3338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955135.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1660G>C",
          "hgvs_p": "p.Glu554Gln",
          "transcript": "ENST00000955142.1",
          "protein_id": "ENSP00000625201.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1660,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": 1858,
          "cdna_end": null,
          "cdna_length": 2699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955142.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1894G>C",
          "hgvs_p": "p.Glu632Gln",
          "transcript": "XM_047438080.1",
          "protein_id": "XP_047294036.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 1894,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 2972,
          "cdna_end": null,
          "cdna_length": 4289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438080.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1891G>C",
          "hgvs_p": "p.Glu631Gln",
          "transcript": "XM_047438081.1",
          "protein_id": "XP_047294037.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 1891,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 2969,
          "cdna_end": null,
          "cdna_length": 4286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438081.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1891G>C",
          "hgvs_p": "p.Glu631Gln",
          "transcript": "XM_047438082.1",
          "protein_id": "XP_047294038.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 1891,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 2969,
          "cdna_end": null,
          "cdna_length": 4286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438082.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1888G>C",
          "hgvs_p": "p.Glu630Gln",
          "transcript": "XM_047438083.1",
          "protein_id": "XP_047294039.1",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 1888,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": 2966,
          "cdna_end": null,
          "cdna_length": 4283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438083.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1837G>C",
          "hgvs_p": "p.Glu613Gln",
          "transcript": "XM_047438084.1",
          "protein_id": "XP_047294040.1",
          "transcript_support_level": null,
          "aa_start": 613,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 1837,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 2899,
          "cdna_end": null,
          "cdna_length": 4216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438084.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1834G>C",
          "hgvs_p": "p.Glu612Gln",
          "transcript": "XM_047438085.1",
          "protein_id": "XP_047294041.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1834,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 2896,
          "cdna_end": null,
          "cdna_length": 4213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438085.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1834G>C",
          "hgvs_p": "p.Glu612Gln",
          "transcript": "XM_047438086.1",
          "protein_id": "XP_047294042.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1834,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 2896,
          "cdna_end": null,
          "cdna_length": 4213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438086.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.1831G>C",
          "hgvs_p": "p.Glu611Gln",
          "transcript": "XM_047438087.1",
          "protein_id": "XP_047294043.1",
          "transcript_support_level": null,
          "aa_start": 611,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 1831,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 2893,
          "cdna_end": null,
          "cdna_length": 4210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438087.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.*174G>C",
          "hgvs_p": null,
          "transcript": "XM_017026192.2",
          "protein_id": "XP_016881681.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017026192.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "c.*174G>C",
          "hgvs_p": null,
          "transcript": "XM_047438088.1",
          "protein_id": "XP_047294044.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438088.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "n.*171G>C",
          "hgvs_p": null,
          "transcript": "ENST00000421584.5",
          "protein_id": "ENSP00000410165.1",
          "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": 2075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000421584.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "n.1564G>C",
          "hgvs_p": null,
          "transcript": "ENST00000462628.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": 2387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000462628.5"
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "n.1869G>C",
          "hgvs_p": null,
          "transcript": "NR_103518.2",
          "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": 2720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_103518.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1",
          "gene_hgnc_id": 6605,
          "hgvs_c": "n.*171G>C",
          "hgvs_p": null,
          "transcript": "ENST00000421584.5",
          "protein_id": "ENSP00000410165.1",
          "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": 2075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000421584.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LILRB1-AS1",
          "gene_hgnc_id": 53114,
          "hgvs_c": "n.200-550C>G",
          "hgvs_p": null,
          "transcript": "ENST00000456337.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000456337.1"
        }
      ],
      "gene_symbol": "LILRB1",
      "gene_hgnc_id": 6605,
      "dbsnp": "rs754257202",
      "frequency_reference_population": 0.000006586487,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000658649,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.15545430779457092,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.043,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1493,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.55,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.15,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001081637.3",
          "gene_symbol": "LILRB1",
          "hgnc_id": 6605,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1786G>C",
          "hgvs_p": "p.Glu596Gln"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000456337.1",
          "gene_symbol": "LILRB1-AS1",
          "hgnc_id": 53114,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.200-550C>G",
          "hgvs_p": null
        }
      ],
      "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.