← 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: 16-81928578-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=81928578&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PM5"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PLCG2",
"hgnc_id": 9066,
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"inheritance_mode": "AD",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_002661.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5",
"acmg_score": 4,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.842,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.12,
"chr": "16",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.6768099665641785,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8666,
"cdna_start": 2716,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_002661.5",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000564138.6",
"protein_coding": true,
"protein_id": "NP_002652.2",
"strand": true,
"transcript": "NM_002661.5",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8666,
"cdna_start": 2716,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000564138.6",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_002661.5",
"protein_coding": true,
"protein_id": "ENSP00000482457.1",
"strand": true,
"transcript": "ENST00000564138.6",
"transcript_support_level": 1
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1316,
"aa_ref": "L",
"aa_start": 896,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4423,
"cdna_start": 2866,
"cds_end": null,
"cds_length": 3951,
"cds_start": 2688,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000902427.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2688A>T",
"hgvs_p": "p.Leu896Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572486.1",
"strand": true,
"transcript": "ENST00000902427.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4583,
"cdna_start": 3024,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001425749.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412678.1",
"strand": true,
"transcript": "NM_001425749.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4486,
"cdna_start": 2927,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001425750.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412679.1",
"strand": true,
"transcript": "NM_001425750.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4634,
"cdna_start": 3075,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001425751.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412680.1",
"strand": true,
"transcript": "NM_001425751.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4554,
"cdna_start": 2995,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000565054.7",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000520638.1",
"strand": true,
"transcript": "ENST00000565054.7",
"transcript_support_level": 5
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4312,
"cdna_start": 2935,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000697580.2",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000520637.1",
"strand": true,
"transcript": "ENST00000697580.2",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4685,
"cdna_start": 3124,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000902425.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572484.1",
"strand": true,
"transcript": "ENST00000902425.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "L",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4412,
"cdna_start": 2853,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2535,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000902431.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2535A>T",
"hgvs_p": "p.Leu845Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572490.1",
"strand": true,
"transcript": "ENST00000902431.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1263,
"aa_ref": "L",
"aa_start": 843,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4238,
"cdna_start": 2679,
"cds_end": null,
"cds_length": 3792,
"cds_start": 2529,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000902429.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2529A>T",
"hgvs_p": "p.Leu843Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572488.1",
"strand": true,
"transcript": "ENST00000902429.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1262,
"aa_ref": "L",
"aa_start": 842,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4231,
"cdna_start": 2676,
"cds_end": null,
"cds_length": 3789,
"cds_start": 2526,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000902430.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2526A>T",
"hgvs_p": "p.Leu842Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572489.1",
"strand": true,
"transcript": "ENST00000902430.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1253,
"aa_ref": "L",
"aa_start": 833,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4211,
"cdna_start": 2655,
"cds_end": null,
"cds_length": 3762,
"cds_start": 2499,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000902428.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2499A>T",
"hgvs_p": "p.Leu833Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572487.1",
"strand": true,
"transcript": "ENST00000902428.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1230,
"aa_ref": "L",
"aa_start": 810,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4175,
"cdna_start": 2616,
"cds_end": null,
"cds_length": 3693,
"cds_start": 2430,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000902426.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2430A>T",
"hgvs_p": "p.Leu810Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572485.1",
"strand": true,
"transcript": "ENST00000902426.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1226,
"aa_ref": "L",
"aa_start": 806,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4119,
"cdna_start": 2577,
"cds_end": null,
"cds_length": 3681,
"cds_start": 2418,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000697564.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2418A>T",
"hgvs_p": "p.Leu806Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513340.1",
"strand": true,
"transcript": "ENST00000697564.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1217,
"aa_ref": "L",
"aa_start": 797,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4149,
"cdna_start": 2594,
"cds_end": null,
"cds_length": 3654,
"cds_start": 2391,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000947323.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2391A>T",
"hgvs_p": "p.Leu797Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617382.1",
"strand": true,
"transcript": "ENST00000947323.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1198,
"aa_ref": "L",
"aa_start": 778,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4145,
"cdna_start": 2606,
"cds_end": null,
"cds_length": 3597,
"cds_start": 2334,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000697583.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2334A>T",
"hgvs_p": "p.Leu778Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513349.1",
"strand": true,
"transcript": "ENST00000697583.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1198,
"aa_ref": "L",
"aa_start": 778,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4181,
"cdna_start": 2614,
"cds_end": null,
"cds_length": 3597,
"cds_start": 2334,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000697584.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2334A>T",
"hgvs_p": "p.Leu778Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513350.1",
"strand": true,
"transcript": "ENST00000697584.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1198,
"aa_ref": "L",
"aa_start": 778,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4134,
"cdna_start": 2567,
"cds_end": null,
"cds_length": 3597,
"cds_start": 2334,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000697585.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2334A>T",
"hgvs_p": "p.Leu778Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513351.1",
"strand": true,
"transcript": "ENST00000697585.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1198,
"aa_ref": "L",
"aa_start": 778,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4067,
"cdna_start": 2500,
"cds_end": null,
"cds_length": 3597,
"cds_start": 2334,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000697586.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2334A>T",
"hgvs_p": "p.Leu778Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513352.1",
"strand": true,
"transcript": "ENST00000697586.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1198,
"aa_ref": "L",
"aa_start": 778,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4045,
"cdna_start": 2478,
"cds_end": null,
"cds_length": 3597,
"cds_start": 2334,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000697587.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.2334A>T",
"hgvs_p": "p.Leu778Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513353.1",
"strand": true,
"transcript": "ENST00000697587.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1085,
"aa_ref": "L",
"aa_start": 665,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3712,
"cdna_start": 2157,
"cds_end": null,
"cds_length": 3258,
"cds_start": 1995,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000917143.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "c.1995A>T",
"hgvs_p": "p.Leu665Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000587202.1",
"strand": true,
"transcript": "ENST00000917143.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": 551,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000570196.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.298A>T",
"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": "ENST00000570196.1",
"transcript_support_level": 5
},
{
"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": 3205,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000570198.2",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.1653A>T",
"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": "ENST00000570198.2",
"transcript_support_level": 4
},
{
"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": 4343,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000697562.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.*1395A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513338.1",
"strand": true,
"transcript": "ENST00000697562.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": 4458,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000697563.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.*2381A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513339.1",
"strand": true,
"transcript": "ENST00000697563.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": 4490,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000697581.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.*2529A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513346.1",
"strand": true,
"transcript": "ENST00000697581.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": 8742,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 33,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000697582.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.2535A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513347.1",
"strand": true,
"transcript": "ENST00000697582.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": 4343,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000697562.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.*1395A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513338.1",
"strand": true,
"transcript": "ENST00000697562.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": 4458,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 32,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000697563.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.*2381A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513339.1",
"strand": true,
"transcript": "ENST00000697563.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": 4490,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000697581.1",
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"hgvs_c": "n.*2529A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513346.1",
"strand": true,
"transcript": "ENST00000697581.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1057519832",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 9066,
"gene_symbol": "PLCG2",
"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": "Benign",
"phylop100way_score": 0.881,
"pos": 81928578,
"ref": "A",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.442,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.05000000074505806,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.05,
"transcript": "NM_002661.5"
}
]
}