← 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: 2-43934785-TACC-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=43934785&ref=TACC&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 43934785,
"ref": "TACC",
"alt": "T",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_133259.4",
"consequences": [
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "NM_133259.4",
"protein_id": "NP_573566.2",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1394,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000260665.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133259.4"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000260665.12",
"protein_id": "ENSP00000260665.7",
"transcript_support_level": 1,
"aa_start": 865,
"aa_end": null,
"aa_length": 1394,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_133259.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000260665.12"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000683125.1",
"protein_id": "ENSP00000507939.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1430,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683125.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000958038.1",
"protein_id": "ENSP00000628097.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1407,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958038.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2625_2627delGGT",
"hgvs_p": "p.Val876del",
"transcript": "ENST00000683220.1",
"protein_id": "ENSP00000507151.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1404,
"cds_start": 2625,
"cds_end": null,
"cds_length": 4215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683220.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2616_2618delGGT",
"hgvs_p": "p.Val873del",
"transcript": "ENST00000918909.1",
"protein_id": "ENSP00000588968.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 1401,
"cds_start": 2616,
"cds_end": null,
"cds_length": 4206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918909.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000682480.1",
"protein_id": "ENSP00000508344.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1400,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682480.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2598_2600delGGT",
"hgvs_p": "p.Val867del",
"transcript": "ENST00000683213.1",
"protein_id": "ENSP00000507751.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 1395,
"cds_start": 2598,
"cds_end": null,
"cds_length": 4188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683213.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2592_2594delGGT",
"hgvs_p": "p.Val865del",
"transcript": "ENST00000682546.1",
"protein_id": "ENSP00000508188.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 1393,
"cds_start": 2592,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682546.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000903379.1",
"protein_id": "ENSP00000573438.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1392,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903379.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2586_2588delGGT",
"hgvs_p": "p.Val863del",
"transcript": "ENST00000682779.1",
"protein_id": "ENSP00000507947.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 1391,
"cds_start": 2586,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682779.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2583_2585delGGT",
"hgvs_p": "p.Val862del",
"transcript": "ENST00000918907.1",
"protein_id": "ENSP00000588966.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1390,
"cds_start": 2583,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918907.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2583_2585delGGT",
"hgvs_p": "p.Val862del",
"transcript": "ENST00000958036.1",
"protein_id": "ENSP00000628095.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1390,
"cds_start": 2583,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958036.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2550_2552delGGT",
"hgvs_p": "p.Val851del",
"transcript": "ENST00000682885.1",
"protein_id": "ENSP00000508036.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1379,
"cds_start": 2550,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682885.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000918906.1",
"protein_id": "ENSP00000588965.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1375,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918906.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000682308.1",
"protein_id": "ENSP00000507056.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1369,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682308.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000918910.1",
"protein_id": "ENSP00000588969.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1369,
"cds_start": 2595,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918910.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2586_2588delGGT",
"hgvs_p": "p.Val863del",
"transcript": "ENST00000683833.1",
"protein_id": "ENSP00000506852.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 1366,
"cds_start": 2586,
"cds_end": null,
"cds_length": 4101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683833.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2508_2510delGGT",
"hgvs_p": "p.Val837del",
"transcript": "ENST00000918908.1",
"protein_id": "ENSP00000588967.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2508,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918908.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2502_2504delGGT",
"hgvs_p": "p.Val835del",
"transcript": "ENST00000683623.1",
"protein_id": "ENSP00000507702.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 1363,
"cds_start": 2502,
"cds_end": null,
"cds_length": 4092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683623.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2382_2384delGGT",
"hgvs_p": "p.Val795del",
"transcript": "ENST00000903380.1",
"protein_id": "ENSP00000573439.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1323,
"cds_start": 2382,
"cds_end": null,
"cds_length": 3972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903380.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000903378.1",
"protein_id": "ENSP00000573437.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1310,
"cds_start": 2595,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903378.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000683590.1",
"protein_id": "ENSP00000506820.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1285,
"cds_start": 2595,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683590.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2007_2009delGGT",
"hgvs_p": "p.Val670del",
"transcript": "ENST00000958035.1",
"protein_id": "ENSP00000628094.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 1198,
"cds_start": 2007,
"cds_end": null,
"cds_length": 3597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958035.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "ENST00000683989.1",
"protein_id": "ENSP00000507510.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 913,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683989.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2517_2519delGGT",
"hgvs_p": "p.Val840del",
"transcript": "XM_006711915.3",
"protein_id": "XP_006711978.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 1368,
"cds_start": 2517,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711915.3"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2469_2471delGGT",
"hgvs_p": "p.Val824del",
"transcript": "XM_047442809.1",
"protein_id": "XP_047298765.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 1352,
"cds_start": 2469,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442809.1"
},
{
"aa_ref": "LV",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del",
"transcript": "XM_006711916.4",
"protein_id": "XP_006711979.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2595,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711916.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.1583-22230_1583-22228delGGT",
"hgvs_p": null,
"transcript": "ENST00000958037.1",
"protein_id": "ENSP00000628096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958037.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2615_2617delGGT",
"hgvs_p": null,
"transcript": "ENST00000681961.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681961.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2381_*2383delGGT",
"hgvs_p": null,
"transcript": "ENST00000682303.1",
"protein_id": "ENSP00000508325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2595_2597delGGT",
"hgvs_p": null,
"transcript": "ENST00000682585.1",
"protein_id": "ENSP00000506885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682585.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3177_3179delGGT",
"hgvs_p": null,
"transcript": "ENST00000682595.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682595.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1011_1013delGGT",
"hgvs_p": null,
"transcript": "ENST00000682607.1",
"protein_id": "ENSP00000507512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682607.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1697_1699delGGT",
"hgvs_p": null,
"transcript": "ENST00000682845.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2669_2671delGGT",
"hgvs_p": null,
"transcript": "ENST00000682933.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3177_3179delGGT",
"hgvs_p": null,
"transcript": "ENST00000683072.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683072.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3398_3400delGGT",
"hgvs_p": null,
"transcript": "ENST00000683329.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683329.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2470_*2472delGGT",
"hgvs_p": null,
"transcript": "ENST00000683346.1",
"protein_id": "ENSP00000507458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683346.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3182_3184delGGT",
"hgvs_p": null,
"transcript": "ENST00000683459.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683459.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3146_3148delGGT",
"hgvs_p": null,
"transcript": "ENST00000683645.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683645.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1346_1348delGGT",
"hgvs_p": null,
"transcript": "ENST00000683694.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000683694.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2467_*2469delGGT",
"hgvs_p": null,
"transcript": "ENST00000683796.1",
"protein_id": "ENSP00000508221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.5520_5522delGGT",
"hgvs_p": null,
"transcript": "ENST00000683802.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683802.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2595_2597delGGT",
"hgvs_p": null,
"transcript": "ENST00000683994.1",
"protein_id": "ENSP00000507181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683994.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*289_*291delGGT",
"hgvs_p": null,
"transcript": "ENST00000684290.1",
"protein_id": "ENSP00000507243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2508_*2510delGGT",
"hgvs_p": null,
"transcript": "ENST00000684306.1",
"protein_id": "ENSP00000508384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684306.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2615_2617delGGT",
"hgvs_p": null,
"transcript": "ENST00000684341.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2233_*2235delGGT",
"hgvs_p": null,
"transcript": "ENST00000684383.1",
"protein_id": "ENSP00000506863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684383.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.297_299delGGT",
"hgvs_p": null,
"transcript": "ENST00000684397.1",
"protein_id": "ENSP00000508400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2467_*2469delGGT",
"hgvs_p": null,
"transcript": "ENST00000684619.1",
"protein_id": "ENSP00000508088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684619.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3626_3628delGGT",
"hgvs_p": null,
"transcript": "ENST00000684743.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684743.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2637_2639delGGT",
"hgvs_p": null,
"transcript": "XR_007068563.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007068563.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2381_*2383delGGT",
"hgvs_p": null,
"transcript": "ENST00000682303.1",
"protein_id": "ENSP00000508325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2470_*2472delGGT",
"hgvs_p": null,
"transcript": "ENST00000683346.1",
"protein_id": "ENSP00000507458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683346.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2467_*2469delGGT",
"hgvs_p": null,
"transcript": "ENST00000683796.1",
"protein_id": "ENSP00000508221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*289_*291delGGT",
"hgvs_p": null,
"transcript": "ENST00000684290.1",
"protein_id": "ENSP00000507243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2508_*2510delGGT",
"hgvs_p": null,
"transcript": "ENST00000684306.1",
"protein_id": "ENSP00000508384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684306.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2233_*2235delGGT",
"hgvs_p": null,
"transcript": "ENST00000684383.1",
"protein_id": "ENSP00000506863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684383.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*2467_*2469delGGT",
"hgvs_p": null,
"transcript": "ENST00000684619.1",
"protein_id": "ENSP00000508088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684619.1"
}
],
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"dbsnp": "rs863225444",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 8.718,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting,PP5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM4_Supporting",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_133259.4",
"gene_symbol": "LRPPRC",
"hgnc_id": 15714,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2595_2597delGGT",
"hgvs_p": "p.Val866del"
}
],
"clinvar_disease": " Saguenay-Lac-Saint-Jean type,Congenital lactic acidosis",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Congenital lactic acidosis, Saguenay-Lac-Saint-Jean type",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}