← 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-54219161-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=54219161&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 54219161,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001320960.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "NM_006864.4",
"protein_id": "NP_006855.3",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 631,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000445347.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006864.4"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "ENST00000445347.2",
"protein_id": "ENSP00000388199.2",
"transcript_support_level": 2,
"aa_start": 465,
"aa_end": null,
"aa_length": 631,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006864.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445347.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "ENST00000245620.13",
"protein_id": "ENSP00000245620.9",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 632,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000245620.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.*901T>G",
"hgvs_p": null,
"transcript": "ENST00000414379.5",
"protein_id": "ENSP00000416920.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000414379.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.*901T>G",
"hgvs_p": null,
"transcript": "ENST00000414379.5",
"protein_id": "ENSP00000416920.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000414379.5"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg",
"transcript": "NM_001320960.2",
"protein_id": "NP_001307889.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 648,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320960.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1430T>G",
"hgvs_p": "p.Leu477Arg",
"transcript": "ENST00000346401.10",
"protein_id": "ENSP00000345184.6",
"transcript_support_level": 5,
"aa_start": 477,
"aa_end": null,
"aa_length": 643,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346401.10"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "ENST00000861603.1",
"protein_id": "ENSP00000531662.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 633,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861603.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "NM_001081450.3",
"protein_id": "NP_001074919.2",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 632,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001081450.3"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "ENST00000861602.1",
"protein_id": "ENSP00000531661.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 632,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861602.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "ENST00000391750.5",
"protein_id": "ENSP00000375630.1",
"transcript_support_level": 5,
"aa_start": 465,
"aa_end": null,
"aa_length": 631,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391750.5"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1394T>G",
"hgvs_p": "p.Leu465Arg",
"transcript": "XM_047438108.1",
"protein_id": "XP_047294064.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 709,
"cds_start": 1394,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438108.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg",
"transcript": "XM_047438109.1",
"protein_id": "XP_047294065.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 650,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438109.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg",
"transcript": "XM_011526381.3",
"protein_id": "XP_011524683.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 649,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526381.3"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg",
"transcript": "XM_011526382.3",
"protein_id": "XP_011524684.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 649,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526382.3"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg",
"transcript": "XM_047438110.1",
"protein_id": "XP_047294066.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 506,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438110.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg",
"transcript": "XM_047438111.1",
"protein_id": "XP_047294067.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 500,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438111.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.195T>G",
"hgvs_p": null,
"transcript": "ENST00000436504.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000436504.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.399T>G",
"hgvs_p": null,
"transcript": "ENST00000469273.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000469273.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.1425T>G",
"hgvs_p": null,
"transcript": "NR_135493.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135493.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.1339T>G",
"hgvs_p": null,
"transcript": "NR_135494.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135494.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.1345T>G",
"hgvs_p": null,
"transcript": "NR_135495.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135495.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"hgvs_c": "n.1508T>G",
"hgvs_p": null,
"transcript": "NR_135496.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135496.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124904768",
"gene_hgnc_id": null,
"hgvs_c": "n.267A>C",
"hgvs_p": null,
"transcript": "XR_007067339.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007067339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RPS9",
"gene_hgnc_id": 10442,
"hgvs_c": "n.221-12580A>C",
"hgvs_p": null,
"transcript": "ENST00000448962.5",
"protein_id": "ENSP00000399623.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000448962.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*171A>C",
"hgvs_p": null,
"transcript": "ENST00000768242.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*171A>C",
"hgvs_p": null,
"transcript": "ENST00000768243.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*171A>C",
"hgvs_p": null,
"transcript": "ENST00000768244.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*171A>C",
"hgvs_p": null,
"transcript": "ENST00000768245.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768245.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*188A>C",
"hgvs_p": null,
"transcript": "ENST00000768246.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*171A>C",
"hgvs_p": null,
"transcript": "ENST00000768247.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300027",
"gene_hgnc_id": null,
"hgvs_c": "n.*171A>C",
"hgvs_p": null,
"transcript": "ENST00000768248.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000768248.1"
}
],
"gene_symbol": "LILRB3",
"gene_hgnc_id": 6607,
"dbsnp": "rs61734493",
"frequency_reference_population": 0.9286723,
"hom_count_reference_population": 693766,
"allele_count_reference_population": 1492226,
"gnomad_exomes_af": 0.92696,
"gnomad_genomes_af": 0.945125,
"gnomad_exomes_ac": 1349049,
"gnomad_genomes_ac": 143177,
"gnomad_exomes_homalt": 625964,
"gnomad_genomes_homalt": 67802,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0043770670890808105,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.0304,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.093,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001320960.2",
"gene_symbol": "LILRB3",
"hgnc_id": 6607,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1445T>G",
"hgvs_p": "p.Leu482Arg"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_007067339.1",
"gene_symbol": "LOC124904768",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.267A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000448962.5",
"gene_symbol": "RPS9",
"hgnc_id": 10442,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.221-12580A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000768242.1",
"gene_symbol": "ENSG00000300027",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*171A>C",
"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
}