← 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: 10-94283840-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=94283840&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 94283840,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000371380.8",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "NM_016341.4",
"protein_id": "NP_057425.3",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5538,
"cdna_end": null,
"cdna_length": 12481,
"mane_select": "ENST00000371380.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "ENST00000371380.8",
"protein_id": "ENSP00000360431.2",
"transcript_support_level": 1,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5538,
"cdna_end": null,
"cdna_length": 12481,
"mane_select": "NM_016341.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3922C>T",
"hgvs_p": "p.Gln1308*",
"transcript": "ENST00000371375.2",
"protein_id": "ENSP00000360426.1",
"transcript_support_level": 1,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1994,
"cds_start": 3922,
"cds_end": null,
"cds_length": 5985,
"cdna_start": 3922,
"cdna_end": null,
"cdna_length": 9275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4798C>T",
"hgvs_p": "p.Gln1600*",
"transcript": "NM_001288989.2",
"protein_id": "NP_001275918.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 2286,
"cds_start": 4798,
"cds_end": null,
"cds_length": 6861,
"cdna_start": 5490,
"cdna_end": null,
"cdna_length": 12433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4798C>T",
"hgvs_p": "p.Gln1600*",
"transcript": "ENST00000692396.1",
"protein_id": "ENSP00000508605.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 2286,
"cds_start": 4798,
"cds_end": null,
"cds_length": 6861,
"cdna_start": 5387,
"cdna_end": null,
"cdna_length": 9157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "ENST00000692286.1",
"protein_id": "ENSP00000509490.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2230,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6694,
"cdna_start": 5176,
"cdna_end": null,
"cdna_length": 7024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3922C>T",
"hgvs_p": "p.Gln1308*",
"transcript": "NM_001165979.2",
"protein_id": "NP_001159451.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1994,
"cds_start": 3922,
"cds_end": null,
"cds_length": 5985,
"cdna_start": 3991,
"cdna_end": null,
"cdna_length": 6503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3922C>T",
"hgvs_p": "p.Gln1308*",
"transcript": "ENST00000675218.1",
"protein_id": "ENSP00000501910.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1994,
"cds_start": 3922,
"cds_end": null,
"cds_length": 5985,
"cdna_start": 3922,
"cdna_end": null,
"cdna_length": 6381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3874C>T",
"hgvs_p": "p.Gln1292*",
"transcript": "ENST00000688810.1",
"protein_id": "ENSP00000509140.1",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 1978,
"cds_start": 3874,
"cds_end": null,
"cds_length": 5937,
"cdna_start": 3874,
"cdna_end": null,
"cdna_length": 7644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3820C>T",
"hgvs_p": "p.Gln1274*",
"transcript": "ENST00000371385.8",
"protein_id": "ENSP00000360438.4",
"transcript_support_level": 5,
"aa_start": 1274,
"aa_end": null,
"aa_length": 1960,
"cds_start": 3820,
"cds_end": null,
"cds_length": 5883,
"cdna_start": 3875,
"cdna_end": null,
"cdna_length": 6360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.2962C>T",
"hgvs_p": "p.Gln988*",
"transcript": "ENST00000674827.1",
"protein_id": "ENSP00000502523.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1527,
"cds_start": 2962,
"cds_end": null,
"cds_length": 4584,
"cdna_start": 2962,
"cdna_end": null,
"cdna_length": 4584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3691C>T",
"hgvs_p": "p.Gln1231*",
"transcript": "ENST00000676102.1",
"protein_id": "ENSP00000502811.1",
"transcript_support_level": null,
"aa_start": 1231,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3691,
"cds_end": null,
"cds_length": 4111,
"cdna_start": 3746,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_006717885.5",
"protein_id": "XP_006717948.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 5580,
"cdna_end": null,
"cdna_length": 12523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_017016310.3",
"protein_id": "XP_016871799.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 5627,
"cdna_end": null,
"cdna_length": 12570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_017016311.3",
"protein_id": "XP_016871800.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 5580,
"cdna_end": null,
"cdna_length": 10857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_047425284.1",
"protein_id": "XP_047281240.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 5306,
"cdna_end": null,
"cdna_length": 12249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_047425285.1",
"protein_id": "XP_047281241.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 7062,
"cdna_end": null,
"cdna_length": 14005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_047425286.1",
"protein_id": "XP_047281242.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 5665,
"cdna_end": null,
"cdna_length": 12608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4888C>T",
"hgvs_p": "p.Gln1630*",
"transcript": "XM_047425287.1",
"protein_id": "XP_047281243.1",
"transcript_support_level": null,
"aa_start": 1630,
"aa_end": null,
"aa_length": 2316,
"cds_start": 4888,
"cds_end": null,
"cds_length": 6951,
"cdna_start": 5712,
"cdna_end": null,
"cdna_length": 12655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4885C>T",
"hgvs_p": "p.Gln1629*",
"transcript": "XM_006717888.5",
"protein_id": "XP_006717951.1",
"transcript_support_level": null,
"aa_start": 1629,
"aa_end": null,
"aa_length": 2315,
"cds_start": 4885,
"cds_end": null,
"cds_length": 6948,
"cdna_start": 5577,
"cdna_end": null,
"cdna_length": 12520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4885C>T",
"hgvs_p": "p.Gln1629*",
"transcript": "XM_047425288.1",
"protein_id": "XP_047281244.1",
"transcript_support_level": null,
"aa_start": 1629,
"aa_end": null,
"aa_length": 2315,
"cds_start": 4885,
"cds_end": null,
"cds_length": 6948,
"cdna_start": 5577,
"cdna_end": null,
"cdna_length": 10854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "XM_047425289.1",
"protein_id": "XP_047281245.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5830,
"cdna_end": null,
"cdna_length": 12773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "XM_047425290.1",
"protein_id": "XP_047281246.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5585,
"cdna_end": null,
"cdna_length": 12528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "XM_047425291.1",
"protein_id": "XP_047281247.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5264,
"cdna_end": null,
"cdna_length": 12207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "XM_047425292.1",
"protein_id": "XP_047281248.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5538,
"cdna_end": null,
"cdna_length": 10815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "XM_047425293.1",
"protein_id": "XP_047281249.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5264,
"cdna_end": null,
"cdna_length": 10541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*",
"transcript": "XM_047425294.1",
"protein_id": "XP_047281250.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4846,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 5585,
"cdna_end": null,
"cdna_length": 10862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4840C>T",
"hgvs_p": "p.Gln1614*",
"transcript": "XM_047425295.1",
"protein_id": "XP_047281251.1",
"transcript_support_level": null,
"aa_start": 1614,
"aa_end": null,
"aa_length": 2300,
"cds_start": 4840,
"cds_end": null,
"cds_length": 6903,
"cdna_start": 5287,
"cdna_end": null,
"cdna_length": 12230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4840C>T",
"hgvs_p": "p.Gln1614*",
"transcript": "XM_047425296.1",
"protein_id": "XP_047281252.1",
"transcript_support_level": null,
"aa_start": 1614,
"aa_end": null,
"aa_length": 2300,
"cds_start": 4840,
"cds_end": null,
"cds_length": 6903,
"cdna_start": 5258,
"cdna_end": null,
"cdna_length": 12201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4798C>T",
"hgvs_p": "p.Gln1600*",
"transcript": "XM_047425297.1",
"protein_id": "XP_047281253.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 2286,
"cds_start": 4798,
"cds_end": null,
"cds_length": 6861,
"cdna_start": 5782,
"cdna_end": null,
"cdna_length": 12725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4798C>T",
"hgvs_p": "p.Gln1600*",
"transcript": "XM_047425298.1",
"protein_id": "XP_047281254.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 2286,
"cds_start": 4798,
"cds_end": null,
"cds_length": 6861,
"cdna_start": 5216,
"cdna_end": null,
"cdna_length": 12159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4798C>T",
"hgvs_p": "p.Gln1600*",
"transcript": "XM_047425299.1",
"protein_id": "XP_047281255.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 2286,
"cds_start": 4798,
"cds_end": null,
"cds_length": 6861,
"cdna_start": 5401,
"cdna_end": null,
"cdna_length": 12344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.4798C>T",
"hgvs_p": "p.Gln1600*",
"transcript": "XM_047425300.1",
"protein_id": "XP_047281256.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 2286,
"cds_start": 4798,
"cds_end": null,
"cds_length": 6861,
"cdna_start": 5245,
"cdna_end": null,
"cdna_length": 10522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3964C>T",
"hgvs_p": "p.Gln1322*",
"transcript": "XM_006717890.4",
"protein_id": "XP_006717953.1",
"transcript_support_level": null,
"aa_start": 1322,
"aa_end": null,
"aa_length": 2008,
"cds_start": 3964,
"cds_end": null,
"cds_length": 6027,
"cdna_start": 4033,
"cdna_end": null,
"cdna_length": 10976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3922C>T",
"hgvs_p": "p.Gln1308*",
"transcript": "XM_047425301.1",
"protein_id": "XP_047281257.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1994,
"cds_start": 3922,
"cds_end": null,
"cds_length": 5985,
"cdna_start": 3991,
"cdna_end": null,
"cdna_length": 9268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3916C>T",
"hgvs_p": "p.Gln1306*",
"transcript": "XM_047425302.1",
"protein_id": "XP_047281258.1",
"transcript_support_level": null,
"aa_start": 1306,
"aa_end": null,
"aa_length": 1992,
"cds_start": 3916,
"cds_end": null,
"cds_length": 5979,
"cdna_start": 3985,
"cdna_end": null,
"cdna_length": 10928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3874C>T",
"hgvs_p": "p.Gln1292*",
"transcript": "XM_017016312.3",
"protein_id": "XP_016871801.1",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 1978,
"cds_start": 3874,
"cds_end": null,
"cds_length": 5937,
"cdna_start": 3943,
"cdna_end": null,
"cdna_length": 10886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3733C>T",
"hgvs_p": "p.Gln1245*",
"transcript": "XM_011539850.4",
"protein_id": "XP_011538152.1",
"transcript_support_level": null,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1931,
"cds_start": 3733,
"cds_end": null,
"cds_length": 5796,
"cdna_start": 3778,
"cdna_end": null,
"cdna_length": 10721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "c.3691C>T",
"hgvs_p": "p.Gln1231*",
"transcript": "XM_047425303.1",
"protein_id": "XP_047281259.1",
"transcript_support_level": null,
"aa_start": 1231,
"aa_end": null,
"aa_length": 1917,
"cds_start": 3691,
"cds_end": null,
"cds_length": 5754,
"cdna_start": 3736,
"cdna_end": null,
"cdna_length": 10679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000674738.1",
"protein_id": "ENSP00000501802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*779C>T",
"hgvs_p": null,
"transcript": "ENST00000675487.1",
"protein_id": "ENSP00000502340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*1687C>T",
"hgvs_p": null,
"transcript": "ENST00000675718.1",
"protein_id": "ENSP00000502763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*1389C>T",
"hgvs_p": null,
"transcript": "ENST00000685253.1",
"protein_id": "ENSP00000509405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.1581C>T",
"hgvs_p": null,
"transcript": "ENST00000685889.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000686954.1",
"protein_id": "ENSP00000508416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.9054C>T",
"hgvs_p": null,
"transcript": "ENST00000689233.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.2519C>T",
"hgvs_p": null,
"transcript": "ENST00000690340.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000674738.1",
"protein_id": "ENSP00000501802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*779C>T",
"hgvs_p": null,
"transcript": "ENST00000675487.1",
"protein_id": "ENSP00000502340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*1687C>T",
"hgvs_p": null,
"transcript": "ENST00000675718.1",
"protein_id": "ENSP00000502763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*1389C>T",
"hgvs_p": null,
"transcript": "ENST00000685253.1",
"protein_id": "ENSP00000509405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"hgvs_c": "n.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000686954.1",
"protein_id": "ENSP00000508416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PLCE1-AS1",
"gene_hgnc_id": 45193,
"hgvs_c": "n.232-354G>A",
"hgvs_p": null,
"transcript": "ENST00000425267.9",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PLCE1-AS1",
"gene_hgnc_id": 45193,
"hgvs_c": "n.639-354G>A",
"hgvs_p": null,
"transcript": "ENST00000440198.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PLCE1-AS1",
"gene_hgnc_id": 45193,
"hgvs_c": "n.231-354G>A",
"hgvs_p": null,
"transcript": "ENST00000596633.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PLCE1-AS1",
"gene_hgnc_id": 45193,
"hgvs_c": "n.261-354G>A",
"hgvs_p": null,
"transcript": "ENST00000611247.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PLCE1-AS1",
"gene_hgnc_id": 45193,
"hgvs_c": "n.187-30G>A",
"hgvs_p": null,
"transcript": "ENST00000747724.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PLCE1-AS1",
"gene_hgnc_id": 45193,
"hgvs_c": "n.231-354G>A",
"hgvs_p": null,
"transcript": "NR_033969.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PLCE1",
"gene_hgnc_id": 17175,
"dbsnp": "rs121912603",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.757,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000371380.8",
"gene_symbol": "PLCE1",
"hgnc_id": 17175,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.4846C>T",
"hgvs_p": "p.Gln1616*"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000425267.9",
"gene_symbol": "PLCE1-AS1",
"hgnc_id": 45193,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.232-354G>A",
"hgvs_p": null
}
],
"clinvar_disease": " type 3,Nephrotic syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Nephrotic syndrome, type 3",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}