← 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-54636798-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "LILRB1",
          "hgnc_id": 6605,
          "hgvs_c": "c.1879G>A",
          "hgvs_p": "p.Glu627Lys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_001081637.3",
          "verdict": "Benign"
        },
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "LILRB1-AS1",
          "hgnc_id": 53114,
          "hgvs_c": "n.200-722C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "ENST00000456337.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_score": -20,
      "allele_count_reference_population": 209451,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0766,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.69,
      "chr": "19",
      "clinvar_classification": "Benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0024142861366271973,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 652,
          "aa_ref": "E",
          "aa_start": 627,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3301,
          "cdna_start": 2077,
          "cds_end": null,
          "cds_length": 1959,
          "cds_start": 1879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001081637.3",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1879G>A",
          "hgvs_p": "p.Glu627Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000324602.12",
          "protein_coding": true,
          "protein_id": "NP_001075106.2",
          "strand": true,
          "transcript": "NM_001081637.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 652,
          "aa_ref": "E",
          "aa_start": 627,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3301,
          "cdna_start": 2077,
          "cds_end": null,
          "cds_length": 1959,
          "cds_start": 1879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000324602.12",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1879G>A",
          "hgvs_p": "p.Glu627Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001081637.3",
          "protein_coding": true,
          "protein_id": "ENSP00000315997.7",
          "strand": true,
          "transcript": "ENST00000324602.12",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 652,
          "aa_ref": "E",
          "aa_start": 627,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2157,
          "cdna_start": 1879,
          "cds_end": null,
          "cds_length": 1959,
          "cds_start": 1879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000396315.5",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1879G>A",
          "hgvs_p": "p.Glu627Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379608.1",
          "strand": true,
          "transcript": "ENST00000396315.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2878,
          "cdna_start": 2148,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000396327.7",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379618.3",
          "strand": true,
          "transcript": "ENST00000396327.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2776,
          "cdna_start": 2046,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000396332.8",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379623.4",
          "strand": true,
          "transcript": "ENST00000396332.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "E",
          "aa_start": 625,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2960,
          "cdna_start": 2230,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1873,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000396331.5",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Glu625Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379622.1",
          "strand": true,
          "transcript": "ENST00000396331.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 634,
          "aa_ref": "E",
          "aa_start": 609,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2103,
          "cdna_start": 1825,
          "cds_end": null,
          "cds_length": 1905,
          "cds_start": 1825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000396317.5",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1825G>A",
          "hgvs_p": "p.Glu609Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379610.1",
          "strand": true,
          "transcript": "ENST00000396317.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 701,
          "aa_ref": "E",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2751,
          "cdna_start": 2359,
          "cds_end": null,
          "cds_length": 2106,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000427581.6",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.2026G>A",
          "hgvs_p": "p.Glu676Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395004.2",
          "strand": true,
          "transcript": "ENST00000427581.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 662,
          "aa_ref": "E",
          "aa_start": 637,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3463,
          "cdna_start": 2239,
          "cds_end": null,
          "cds_length": 1989,
          "cds_start": 1909,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000955136.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1909G>A",
          "hgvs_p": "p.Glu637Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625195.1",
          "strand": true,
          "transcript": "ENST00000955136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 661,
          "aa_ref": "E",
          "aa_start": 636,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2863,
          "cdna_start": 2104,
          "cds_end": null,
          "cds_length": 1986,
          "cds_start": 1906,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000890799.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Glu636Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560858.1",
          "strand": true,
          "transcript": "ENST00000890799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 661,
          "aa_ref": "E",
          "aa_start": 636,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2833,
          "cdna_start": 2104,
          "cds_end": null,
          "cds_length": 1986,
          "cds_start": 1906,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000955144.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Glu636Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625203.1",
          "strand": true,
          "transcript": "ENST00000955144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 659,
          "aa_ref": "E",
          "aa_start": 634,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3487,
          "cdna_start": 2265,
          "cds_end": null,
          "cds_length": 1980,
          "cds_start": 1900,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000955134.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1900G>A",
          "hgvs_p": "p.Glu634Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625193.1",
          "strand": true,
          "transcript": "ENST00000955134.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 652,
          "aa_ref": "E",
          "aa_start": 627,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3650,
          "cdna_start": 2426,
          "cds_end": null,
          "cds_length": 1959,
          "cds_start": 1879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001388358.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1879G>A",
          "hgvs_p": "p.Glu627Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001375287.1",
          "strand": true,
          "transcript": "NM_001388358.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2832,
          "cdna_start": 2074,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001081638.4",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001075107.2",
          "strand": true,
          "transcript": "NM_001081638.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2832,
          "cdna_start": 2074,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001081639.4",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001075108.2",
          "strand": true,
          "transcript": "NM_001081639.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3499,
          "cdna_start": 2275,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001388355.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001375284.1",
          "strand": true,
          "transcript": "NM_001388355.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3647,
          "cdna_start": 2423,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001388356.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001375285.1",
          "strand": true,
          "transcript": "NM_001388356.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3647,
          "cdna_start": 2423,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001388357.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001375286.1",
          "strand": true,
          "transcript": "NM_001388357.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3680,
          "cdna_start": 2457,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000890795.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560854.1",
          "strand": true,
          "transcript": "ENST00000890795.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3485,
          "cdna_start": 2262,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000890796.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560855.1",
          "strand": true,
          "transcript": "ENST00000890796.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2606,
          "cdna_start": 2157,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000890802.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560861.1",
          "strand": true,
          "transcript": "ENST00000890802.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2530,
          "cdna_start": 2152,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000890803.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560862.1",
          "strand": true,
          "transcript": "ENST00000890803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "E",
          "aa_start": 626,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2703,
          "cdna_start": 2323,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1876,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000955139.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1876G>A",
          "hgvs_p": "p.Glu626Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625198.1",
          "strand": true,
          "transcript": "ENST00000955139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "E",
          "aa_start": 625,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3017,
          "cdna_start": 2259,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1873,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_006669.7",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Glu625Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_006660.4",
          "strand": true,
          "transcript": "NM_006669.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "E",
          "aa_start": 625,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3010,
          "cdna_start": 2285,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1873,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000890794.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Glu625Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560853.1",
          "strand": true,
          "transcript": "ENST00000890794.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "E",
          "aa_start": 625,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2973,
          "cdna_start": 2567,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1873,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000890797.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Glu625Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560856.1",
          "strand": true,
          "transcript": "ENST00000890797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "E",
          "aa_start": 625,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3295,
          "cdna_start": 2071,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1873,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000890798.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Glu625Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560857.1",
          "strand": true,
          "transcript": "ENST00000890798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 650,
          "aa_ref": "E",
          "aa_start": 625,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3047,
          "cdna_start": 2096,
          "cds_end": null,
          "cds_length": 1953,
          "cds_start": 1873,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000890800.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1873G>A",
          "hgvs_p": "p.Glu625Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560859.1",
          "strand": true,
          "transcript": "ENST00000890800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 639,
          "aa_ref": "E",
          "aa_start": 614,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 2038,
          "cds_end": null,
          "cds_length": 1920,
          "cds_start": 1840,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000955140.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1840G>A",
          "hgvs_p": "p.Glu614Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625199.1",
          "strand": true,
          "transcript": "ENST00000955140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 635,
          "aa_ref": "E",
          "aa_start": 610,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2942,
          "cdna_start": 2194,
          "cds_end": null,
          "cds_length": 1908,
          "cds_start": 1828,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000955137.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1828G>A",
          "hgvs_p": "p.Glu610Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625196.1",
          "strand": true,
          "transcript": "ENST00000955137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 634,
          "aa_ref": "E",
          "aa_start": 609,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2748,
          "cdna_start": 1990,
          "cds_end": null,
          "cds_length": 1905,
          "cds_start": 1825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001278398.2",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1825G>A",
          "hgvs_p": "p.Glu609Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001265327.2",
          "strand": true,
          "transcript": "NM_001278398.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 634,
          "aa_ref": "E",
          "aa_start": 609,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2753,
          "cdna_start": 2023,
          "cds_end": null,
          "cds_length": 1905,
          "cds_start": 1825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000955143.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1825G>A",
          "hgvs_p": "p.Glu609Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625202.1",
          "strand": true,
          "transcript": "ENST00000955143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 633,
          "aa_ref": "E",
          "aa_start": 608,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2919,
          "cdna_start": 2189,
          "cds_end": null,
          "cds_length": 1902,
          "cds_start": 1822,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000955138.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Glu608Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625197.1",
          "strand": true,
          "transcript": "ENST00000955138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 633,
          "aa_ref": "E",
          "aa_start": 608,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2768,
          "cdna_start": 2020,
          "cds_end": null,
          "cds_length": 1902,
          "cds_start": 1822,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000955141.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Glu608Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625200.1",
          "strand": true,
          "transcript": "ENST00000955141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 610,
          "aa_ref": "E",
          "aa_start": 585,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2605,
          "cdna_start": 2327,
          "cds_end": null,
          "cds_length": 1833,
          "cds_start": 1753,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000890801.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1753G>A",
          "hgvs_p": "p.Glu585Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560860.1",
          "strand": true,
          "transcript": "ENST00000890801.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 610,
          "aa_ref": "E",
          "aa_start": 585,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3338,
          "cdna_start": 2115,
          "cds_end": null,
          "cds_length": 1833,
          "cds_start": 1753,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000955135.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1753G>A",
          "hgvs_p": "p.Glu585Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625194.1",
          "strand": true,
          "transcript": "ENST00000955135.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 610,
          "aa_ref": "E",
          "aa_start": 585,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2699,
          "cdna_start": 1951,
          "cds_end": null,
          "cds_length": 1833,
          "cds_start": 1753,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000955142.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1753G>A",
          "hgvs_p": "p.Glu585Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625201.1",
          "strand": true,
          "transcript": "ENST00000955142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "E",
          "aa_start": 663,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4289,
          "cdna_start": 3065,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438080.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Glu663Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294036.1",
          "strand": true,
          "transcript": "XM_047438080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "E",
          "aa_start": 662,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4286,
          "cdna_start": 3062,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 1984,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438081.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1984G>A",
          "hgvs_p": "p.Glu662Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294037.1",
          "strand": true,
          "transcript": "XM_047438081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "E",
          "aa_start": 662,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4286,
          "cdna_start": 3062,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 1984,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438082.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1984G>A",
          "hgvs_p": "p.Glu662Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294038.1",
          "strand": true,
          "transcript": "XM_047438082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 686,
          "aa_ref": "E",
          "aa_start": 661,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4283,
          "cdna_start": 3059,
          "cds_end": null,
          "cds_length": 2061,
          "cds_start": 1981,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438083.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1981G>A",
          "hgvs_p": "p.Glu661Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294039.1",
          "strand": true,
          "transcript": "XM_047438083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 669,
          "aa_ref": "E",
          "aa_start": 644,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4216,
          "cdna_start": 2992,
          "cds_end": null,
          "cds_length": 2010,
          "cds_start": 1930,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438084.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1930G>A",
          "hgvs_p": "p.Glu644Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294040.1",
          "strand": true,
          "transcript": "XM_047438084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 668,
          "aa_ref": "E",
          "aa_start": 643,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4213,
          "cdna_start": 2989,
          "cds_end": null,
          "cds_length": 2007,
          "cds_start": 1927,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438085.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1927G>A",
          "hgvs_p": "p.Glu643Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294041.1",
          "strand": true,
          "transcript": "XM_047438085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 668,
          "aa_ref": "E",
          "aa_start": 643,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4213,
          "cdna_start": 2989,
          "cds_end": null,
          "cds_length": 2007,
          "cds_start": 1927,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438086.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1927G>A",
          "hgvs_p": "p.Glu643Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294042.1",
          "strand": true,
          "transcript": "XM_047438086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 667,
          "aa_ref": "E",
          "aa_start": 642,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4210,
          "cdna_start": 2986,
          "cds_end": null,
          "cds_length": 2004,
          "cds_start": 1924,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047438087.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.1924G>A",
          "hgvs_p": "p.Glu642Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294043.1",
          "strand": true,
          "transcript": "XM_047438087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2075,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000421584.5",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "n.*264G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000410165.1",
          "strand": true,
          "transcript": "ENST00000421584.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000462628.5",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "n.1657G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000462628.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2720,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NR_103518.2",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "n.1962G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_103518.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2075,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000421584.5",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "n.*264G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000410165.1",
          "strand": true,
          "transcript": "ENST00000421584.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000456337.1",
          "gene_hgnc_id": 53114,
          "gene_symbol": "LILRB1-AS1",
          "hgvs_c": "n.200-722C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000456337.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2906,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017026192.2",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.*346G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016881681.2",
          "strand": true,
          "transcript": "XM_017026192.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 546,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2903,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1641,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438088.1",
          "gene_hgnc_id": 6605,
          "gene_symbol": "LILRB1",
          "hgvs_c": "c.*346G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294044.1",
          "strand": true,
          "transcript": "XM_047438088.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs16985478",
      "effect": "missense_variant",
      "frequency_reference_population": 0.13096352,
      "gene_hgnc_id": 6605,
      "gene_symbol": "LILRB1",
      "gnomad_exomes_ac": 193753,
      "gnomad_exomes_af": 0.133567,
      "gnomad_exomes_homalt": 13312,
      "gnomad_genomes_ac": 15698,
      "gnomad_genomes_af": 0.10557,
      "gnomad_genomes_homalt": 962,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 14274,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.813,
      "pos": 54636798,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.012,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001081637.3"
    }
  ]
}
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.