← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 4-150282516-GCC-AGA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=150282516&ref=GCC&alt=AGA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "LRBA",
"hgnc_id": 1742,
"hgvs_c": "c.8296_8298delGGCinsTCT",
"hgvs_p": "p.Gly2766Ser",
"inheritance_mode": "AR",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_001440430.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "AGA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "4",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2852,
"aa_ref": "G",
"aa_start": 2750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10148,
"cdna_start": 8552,
"cds_end": null,
"cds_length": 8559,
"cds_start": 8248,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001364905.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8248_8250delGGCinsTCT",
"hgvs_p": "p.Gly2750Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000651943.2",
"protein_coding": true,
"protein_id": "NP_001351834.1",
"strand": false,
"transcript": "NM_001364905.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2852,
"aa_ref": "G",
"aa_start": 2750,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 10148,
"cdna_start": 8552,
"cds_end": null,
"cds_length": 8559,
"cds_start": 8248,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651943.2",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8248_8250delGGCinsTCT",
"hgvs_p": "p.Gly2750Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001364905.1",
"protein_coding": true,
"protein_id": "ENSP00000498582.2",
"strand": false,
"transcript": "ENST00000651943.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2863,
"aa_ref": "G",
"aa_start": 2761,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10353,
"cdna_start": 8757,
"cds_end": null,
"cds_length": 8592,
"cds_start": 8281,
"consequences": [
"missense_variant"
],
"exon_count": 58,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000357115.9",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8281_8283delGGCinsTCT",
"hgvs_p": "p.Gly2761Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000349629.3",
"strand": false,
"transcript": "ENST00000357115.9",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2851,
"aa_ref": "G",
"aa_start": 2749,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10032,
"cdna_start": 8532,
"cds_end": null,
"cds_length": 8556,
"cds_start": 8245,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000510413.5",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8245_8247delGGCinsTCT",
"hgvs_p": "p.Gly2749Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421552.1",
"strand": false,
"transcript": "ENST00000510413.5",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 758,
"aa_ref": "G",
"aa_start": 656,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3712,
"cdna_start": 2340,
"cds_end": null,
"cds_length": 2277,
"cds_start": 1966,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000503716.5",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.1966_1968delGGCinsTCT",
"hgvs_p": "p.Gly656Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513123.1",
"strand": false,
"transcript": "ENST00000503716.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6292,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000515096.6",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.4918_4920delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000515096.6",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2868,
"aa_ref": "G",
"aa_start": 2766,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10196,
"cdna_start": 8600,
"cds_end": null,
"cds_length": 8607,
"cds_start": 8296,
"consequences": [
"missense_variant"
],
"exon_count": 58,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001440430.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8296_8298delGGCinsTCT",
"hgvs_p": "p.Gly2766Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427359.1",
"strand": false,
"transcript": "NM_001440430.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2863,
"aa_ref": "G",
"aa_start": 2761,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10353,
"cdna_start": 8757,
"cds_end": null,
"cds_length": 8592,
"cds_start": 8281,
"consequences": [
"missense_variant"
],
"exon_count": 58,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_006726.5",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8281_8283delGGCinsTCT",
"hgvs_p": "p.Gly2761Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_006717.2",
"strand": false,
"transcript": "NM_006726.5",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2863,
"aa_ref": "G",
"aa_start": 2761,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9956,
"cdna_start": 8584,
"cds_end": null,
"cds_length": 8592,
"cds_start": 8281,
"consequences": [
"missense_variant"
],
"exon_count": 58,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000911751.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8281_8283delGGCinsTCT",
"hgvs_p": "p.Gly2761Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581810.1",
"strand": false,
"transcript": "ENST00000911751.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2857,
"aa_ref": "G",
"aa_start": 2755,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10335,
"cdna_start": 8739,
"cds_end": null,
"cds_length": 8574,
"cds_start": 8263,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001367550.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8263_8265delGGCinsTCT",
"hgvs_p": "p.Gly2755Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001354479.1",
"strand": false,
"transcript": "NM_001367550.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2857,
"aa_ref": "G",
"aa_start": 2755,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10163,
"cdna_start": 8567,
"cds_end": null,
"cds_length": 8574,
"cds_start": 8263,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001440431.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8263_8265delGGCinsTCT",
"hgvs_p": "p.Gly2755Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427360.1",
"strand": false,
"transcript": "NM_001440431.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2857,
"aa_ref": "G",
"aa_start": 2755,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9880,
"cdna_start": 8516,
"cds_end": null,
"cds_length": 8574,
"cds_start": 8263,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651695.2",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8263_8265delGGCinsTCT",
"hgvs_p": "p.Gly2755Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498254.2",
"strand": false,
"transcript": "ENST00000651695.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2857,
"aa_ref": "G",
"aa_start": 2755,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10162,
"cdna_start": 8566,
"cds_end": null,
"cds_length": 8574,
"cds_start": 8263,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000911750.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8263_8265delGGCinsTCT",
"hgvs_p": "p.Gly2755Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581809.1",
"strand": false,
"transcript": "ENST00000911750.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2857,
"aa_ref": "G",
"aa_start": 2755,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9996,
"cdna_start": 8626,
"cds_end": null,
"cds_length": 8574,
"cds_start": 8263,
"consequences": [
"missense_variant"
],
"exon_count": 56,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000911753.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8263_8265delGGCinsTCT",
"hgvs_p": "p.Gly2755Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581812.1",
"strand": false,
"transcript": "ENST00000911753.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2852,
"aa_ref": "G",
"aa_start": 2750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10341,
"cdna_start": 8752,
"cds_end": null,
"cds_length": 8559,
"cds_start": 8248,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000911749.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8248_8250delGGCinsTCT",
"hgvs_p": "p.Gly2750Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581808.1",
"strand": false,
"transcript": "ENST00000911749.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2851,
"aa_ref": "G",
"aa_start": 2749,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10145,
"cdna_start": 8549,
"cds_end": null,
"cds_length": 8556,
"cds_start": 8245,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001199282.3",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8245_8247delGGCinsTCT",
"hgvs_p": "p.Gly2749Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001186211.2",
"strand": false,
"transcript": "NM_001199282.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2801,
"aa_ref": "G",
"aa_start": 2699,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9737,
"cdna_start": 8365,
"cds_end": null,
"cds_length": 8406,
"cds_start": 8095,
"consequences": [
"missense_variant"
],
"exon_count": 56,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000911752.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8095_8097delGGCinsTCT",
"hgvs_p": "p.Gly2699Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581811.1",
"strand": false,
"transcript": "ENST00000911752.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 968,
"aa_ref": "G",
"aa_start": 866,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3936,
"cdna_start": 2599,
"cds_end": null,
"cds_length": 2907,
"cds_start": 2596,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000697128.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.2596_2598delGGCinsTCT",
"hgvs_p": "p.Gly866Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513126.1",
"strand": false,
"transcript": "ENST00000697128.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 758,
"aa_ref": "G",
"aa_start": 656,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3981,
"cdna_start": 2385,
"cds_end": null,
"cds_length": 2277,
"cds_start": 1966,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001440432.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.1966_1968delGGCinsTCT",
"hgvs_p": "p.Gly656Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427361.1",
"strand": false,
"transcript": "NM_001440432.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 756,
"aa_ref": "G",
"aa_start": 654,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3599,
"cdna_start": 2003,
"cds_end": null,
"cds_length": 2271,
"cds_start": 1960,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001440433.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.1960_1962delGGCinsTCT",
"hgvs_p": "p.Gly654Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427362.1",
"strand": false,
"transcript": "NM_001440433.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 743,
"aa_ref": "G",
"aa_start": 641,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3350,
"cdna_start": 1984,
"cds_end": null,
"cds_length": 2232,
"cds_start": 1921,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000697127.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.1921_1923delGGCinsTCT",
"hgvs_p": "p.Gly641Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513124.1",
"strand": false,
"transcript": "ENST00000697127.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 686,
"aa_ref": "G",
"aa_start": 581,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3120,
"cdna_start": 1743,
"cds_end": null,
"cds_length": 2061,
"cds_start": 1741,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000648878.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.1741_1743delGGCinsTCT",
"hgvs_p": "p.Gly581Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000497002.1",
"strand": false,
"transcript": "ENST00000648878.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 499,
"aa_ref": "G",
"aa_start": 397,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4078,
"cdna_start": 2715,
"cds_end": null,
"cds_length": 1500,
"cds_start": 1189,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000648626.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.1189_1191delGGCinsTCT",
"hgvs_p": "p.Gly397Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513125.1",
"strand": false,
"transcript": "ENST00000648626.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 146,
"aa_ref": "G",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 633,
"cdna_start": 320,
"cds_end": null,
"cds_length": 441,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000508606.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.316_318delGGCinsTCT",
"hgvs_p": "p.Gly106Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000425852.1",
"strand": false,
"transcript": "ENST00000508606.1",
"transcript_support_level": 3
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2868,
"aa_ref": "G",
"aa_start": 2766,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10368,
"cdna_start": 8772,
"cds_end": null,
"cds_length": 8607,
"cds_start": 8296,
"consequences": [
"missense_variant"
],
"exon_count": 58,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005263373.4",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8296_8298delGGCinsTCT",
"hgvs_p": "p.Gly2766Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005263430.1",
"strand": false,
"transcript": "XM_005263373.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2863,
"aa_ref": "G",
"aa_start": 2761,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10181,
"cdna_start": 8585,
"cds_end": null,
"cds_length": 8592,
"cds_start": 8281,
"consequences": [
"missense_variant"
],
"exon_count": 58,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011532434.3",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8281_8283delGGCinsTCT",
"hgvs_p": "p.Gly2761Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011530736.1",
"strand": false,
"transcript": "XM_011532434.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 2852,
"aa_ref": "G",
"aa_start": 2750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10320,
"cdna_start": 8724,
"cds_end": null,
"cds_length": 8559,
"cds_start": 8248,
"consequences": [
"missense_variant"
],
"exon_count": 57,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047416462.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "c.8248_8250delGGCinsTCT",
"hgvs_p": "p.Gly2750Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272418.1",
"strand": false,
"transcript": "XM_047416462.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1871,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000510157.2",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.864_866delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000510157.2",
"transcript_support_level": 5
},
{
"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": 3346,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000648823.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.*1251_*1253delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498057.1",
"strand": false,
"transcript": "ENST00000648823.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": 9674,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 57,
"exon_rank": 55,
"exon_rank_end": null,
"feature": "ENST00000651035.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.*2609_*2611delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498673.1",
"strand": false,
"transcript": "ENST00000651035.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 686,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000697130.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.645_647delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000697130.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": 3346,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000648823.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.*1251_*1253delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498057.1",
"strand": false,
"transcript": "ENST00000648823.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": 9674,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 57,
"exon_rank": 55,
"exon_rank_end": null,
"feature": "ENST00000651035.1",
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"hgvs_c": "n.*2609_*2611delGGCinsTCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498673.1",
"strand": false,
"transcript": "ENST00000651035.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 1742,
"gene_symbol": "LRBA",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.821,
"pos": 150282516,
"ref": "GCC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001440430.1"
}
]
}