← 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: 8-143920820-GC-AA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=143920820&ref=GC&alt=AA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 143920820,
"ref": "GC",
"alt": "AA",
"effect": "stop_gained",
"transcript": "ENST00000345136.8",
"consequences": [
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9000_9001delGCinsTT",
"hgvs_p": "p.Gln3001*",
"transcript": "NM_201384.3",
"protein_id": "NP_958786.1",
"transcript_support_level": null,
"aa_start": 3000,
"aa_end": null,
"aa_length": 4547,
"cds_start": 9000,
"cds_end": null,
"cds_length": 13644,
"cdna_start": 9137,
"cdna_end": null,
"cdna_length": 14804,
"mane_select": "ENST00000345136.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9000_9001delGCinsTT",
"hgvs_p": "p.Gln3001*",
"transcript": "ENST00000345136.8",
"protein_id": "ENSP00000344848.3",
"transcript_support_level": 1,
"aa_start": 3000,
"aa_end": null,
"aa_length": 4547,
"cds_start": 9000,
"cds_end": null,
"cds_length": 13644,
"cdna_start": 9137,
"cdna_end": null,
"cdna_length": 14804,
"mane_select": "NM_201384.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8958_8959delGCinsTT",
"hgvs_p": "p.Gln2987*",
"transcript": "NM_201378.4",
"protein_id": "NP_958780.1",
"transcript_support_level": null,
"aa_start": 2986,
"aa_end": null,
"aa_length": 4533,
"cds_start": 8958,
"cds_end": null,
"cds_length": 13602,
"cdna_start": 9016,
"cdna_end": null,
"cdna_length": 14683,
"mane_select": null,
"mane_plus": "ENST00000356346.7",
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8958_8959delGCinsTT",
"hgvs_p": "p.Gln2987*",
"transcript": "ENST00000356346.7",
"protein_id": "ENSP00000348702.3",
"transcript_support_level": 1,
"aa_start": 2986,
"aa_end": null,
"aa_length": 4533,
"cds_start": 8958,
"cds_end": null,
"cds_length": 13602,
"cdna_start": 9016,
"cdna_end": null,
"cdna_length": 14683,
"mane_select": null,
"mane_plus": "NM_201378.4",
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9411_9412delGCinsTT",
"hgvs_p": "p.Gln3138*",
"transcript": "ENST00000322810.8",
"protein_id": "ENSP00000323856.4",
"transcript_support_level": 1,
"aa_start": 3137,
"aa_end": null,
"aa_length": 4684,
"cds_start": 9411,
"cds_end": null,
"cds_length": 14055,
"cdna_start": 9582,
"cdna_end": null,
"cdna_length": 15249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9081_9082delGCinsTT",
"hgvs_p": "p.Gln3028*",
"transcript": "ENST00000436759.6",
"protein_id": "ENSP00000388180.2",
"transcript_support_level": 1,
"aa_start": 3027,
"aa_end": null,
"aa_length": 4574,
"cds_start": 9081,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 9120,
"cdna_end": null,
"cdna_length": 14787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9012_9013delGCinsTT",
"hgvs_p": "p.Gln3005*",
"transcript": "ENST00000357649.6",
"protein_id": "ENSP00000350277.2",
"transcript_support_level": 1,
"aa_start": 3004,
"aa_end": null,
"aa_length": 4551,
"cds_start": 9012,
"cds_end": null,
"cds_length": 13656,
"cdna_start": 9022,
"cdna_end": null,
"cdna_length": 14689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9000_9001delGCinsTT",
"hgvs_p": "p.Gln3001*",
"transcript": "ENST00000354589.7",
"protein_id": "ENSP00000346602.3",
"transcript_support_level": 1,
"aa_start": 3000,
"aa_end": null,
"aa_length": 4547,
"cds_start": 9000,
"cds_end": null,
"cds_length": 13644,
"cdna_start": 9069,
"cdna_end": null,
"cdna_length": 14736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8934_8935delGCinsTT",
"hgvs_p": "p.Gln2979*",
"transcript": "ENST00000354958.6",
"protein_id": "ENSP00000347044.2",
"transcript_support_level": 1,
"aa_start": 2978,
"aa_end": null,
"aa_length": 4525,
"cds_start": 8934,
"cds_end": null,
"cds_length": 13578,
"cdna_start": 9084,
"cdna_end": null,
"cdna_length": 14751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8904_8905delGCinsTT",
"hgvs_p": "p.Gln2969*",
"transcript": "ENST00000398774.6",
"protein_id": "ENSP00000381756.2",
"transcript_support_level": 1,
"aa_start": 2968,
"aa_end": null,
"aa_length": 4515,
"cds_start": 8904,
"cds_end": null,
"cds_length": 13548,
"cdna_start": 8979,
"cdna_end": null,
"cdna_length": 14646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9411_9412delGCinsTT",
"hgvs_p": "p.Gln3138*",
"transcript": "NM_201380.4",
"protein_id": "NP_958782.1",
"transcript_support_level": null,
"aa_start": 3137,
"aa_end": null,
"aa_length": 4684,
"cds_start": 9411,
"cds_end": null,
"cds_length": 14055,
"cdna_start": 9632,
"cdna_end": null,
"cdna_length": 15299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9132_9133delGCinsTT",
"hgvs_p": "p.Gln3045*",
"transcript": "ENST00000528025.6",
"protein_id": "ENSP00000437303.2",
"transcript_support_level": 5,
"aa_start": 3044,
"aa_end": null,
"aa_length": 4591,
"cds_start": 9132,
"cds_end": null,
"cds_length": 13776,
"cdna_start": 9139,
"cdna_end": null,
"cdna_length": 13782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9081_9082delGCinsTT",
"hgvs_p": "p.Gln3028*",
"transcript": "NM_000445.5",
"protein_id": "NP_000436.2",
"transcript_support_level": null,
"aa_start": 3027,
"aa_end": null,
"aa_length": 4574,
"cds_start": 9081,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 9131,
"cdna_end": null,
"cdna_length": 14798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9069_9070delGCinsTT",
"hgvs_p": "p.Gln3024*",
"transcript": "ENST00000527096.5",
"protein_id": "ENSP00000434583.1",
"transcript_support_level": 5,
"aa_start": 3023,
"aa_end": null,
"aa_length": 4570,
"cds_start": 9069,
"cds_end": null,
"cds_length": 13713,
"cdna_start": 9070,
"cdna_end": null,
"cdna_length": 13713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9051_9052delGCinsTT",
"hgvs_p": "p.Gln3018*",
"transcript": "ENST00000685198.1",
"protein_id": "ENSP00000510528.1",
"transcript_support_level": null,
"aa_start": 3017,
"aa_end": null,
"aa_length": 4564,
"cds_start": 9051,
"cds_end": null,
"cds_length": 13695,
"cdna_start": 9094,
"cdna_end": null,
"cdna_length": 13737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9012_9013delGCinsTT",
"hgvs_p": "p.Gln3005*",
"transcript": "NM_201383.3",
"protein_id": "NP_958785.1",
"transcript_support_level": null,
"aa_start": 3004,
"aa_end": null,
"aa_length": 4551,
"cds_start": 9012,
"cds_end": null,
"cds_length": 13656,
"cdna_start": 9122,
"cdna_end": null,
"cdna_length": 14789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9000_9001delGCinsTT",
"hgvs_p": "p.Gln3001*",
"transcript": "NM_201382.4",
"protein_id": "NP_958784.1",
"transcript_support_level": null,
"aa_start": 3000,
"aa_end": null,
"aa_length": 4547,
"cds_start": 9000,
"cds_end": null,
"cds_length": 13644,
"cdna_start": 9096,
"cdna_end": null,
"cdna_length": 14763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8934_8935delGCinsTT",
"hgvs_p": "p.Gln2979*",
"transcript": "NM_201379.3",
"protein_id": "NP_958781.1",
"transcript_support_level": null,
"aa_start": 2978,
"aa_end": null,
"aa_length": 4525,
"cds_start": 8934,
"cds_end": null,
"cds_length": 13578,
"cdna_start": 8998,
"cdna_end": null,
"cdna_length": 14665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8931_8932delGCinsTT",
"hgvs_p": "p.Gln2978*",
"transcript": "ENST00000693060.1",
"protein_id": "ENSP00000510329.1",
"transcript_support_level": null,
"aa_start": 2977,
"aa_end": null,
"aa_length": 4524,
"cds_start": 8931,
"cds_end": null,
"cds_length": 13575,
"cdna_start": 8945,
"cdna_end": null,
"cdna_length": 13588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8904_8905delGCinsTT",
"hgvs_p": "p.Gln2969*",
"transcript": "NM_201381.3",
"protein_id": "NP_958783.1",
"transcript_support_level": null,
"aa_start": 2968,
"aa_end": null,
"aa_length": 4515,
"cds_start": 8904,
"cds_end": null,
"cds_length": 13548,
"cdna_start": 9012,
"cdna_end": null,
"cdna_length": 14679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8718_8719delGCinsTT",
"hgvs_p": "p.Gln2907*",
"transcript": "ENST00000687971.1",
"protein_id": "ENSP00000510788.1",
"transcript_support_level": null,
"aa_start": 2906,
"aa_end": null,
"aa_length": 4453,
"cds_start": 8718,
"cds_end": null,
"cds_length": 13362,
"cdna_start": 9052,
"cdna_end": null,
"cdna_length": 13695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5700_5701delGCinsTT",
"hgvs_p": "p.Gln1901*",
"transcript": "NM_001410941.1",
"protein_id": "NP_001397870.1",
"transcript_support_level": null,
"aa_start": 1900,
"aa_end": null,
"aa_length": 3447,
"cds_start": 5700,
"cds_end": null,
"cds_length": 10344,
"cdna_start": 5750,
"cdna_end": null,
"cdna_length": 11417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5700_5701delGCinsTT",
"hgvs_p": "p.Gln1901*",
"transcript": "ENST00000527303.2",
"protein_id": "ENSP00000433982.2",
"transcript_support_level": 3,
"aa_start": 1900,
"aa_end": null,
"aa_length": 3447,
"cds_start": 5700,
"cds_end": null,
"cds_length": 10344,
"cdna_start": 5739,
"cdna_end": null,
"cdna_length": 11406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9426_9427delGCinsTT",
"hgvs_p": "p.Gln3143*",
"transcript": "XM_005250976.5",
"protein_id": "XP_005251033.1",
"transcript_support_level": null,
"aa_start": 3142,
"aa_end": null,
"aa_length": 4689,
"cds_start": 9426,
"cds_end": null,
"cds_length": 14070,
"cdna_start": 9647,
"cdna_end": null,
"cdna_length": 15314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9399_9400delGCinsTT",
"hgvs_p": "p.Gln3134*",
"transcript": "XM_047421870.1",
"protein_id": "XP_047277826.1",
"transcript_support_level": null,
"aa_start": 3133,
"aa_end": null,
"aa_length": 4680,
"cds_start": 9399,
"cds_end": null,
"cds_length": 14043,
"cdna_start": 9620,
"cdna_end": null,
"cdna_length": 15287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9096_9097delGCinsTT",
"hgvs_p": "p.Gln3033*",
"transcript": "XM_006716588.4",
"protein_id": "XP_006716651.1",
"transcript_support_level": null,
"aa_start": 3032,
"aa_end": null,
"aa_length": 4579,
"cds_start": 9096,
"cds_end": null,
"cds_length": 13740,
"cdna_start": 9146,
"cdna_end": null,
"cdna_length": 14813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9069_9070delGCinsTT",
"hgvs_p": "p.Gln3024*",
"transcript": "XM_047421872.1",
"protein_id": "XP_047277828.1",
"transcript_support_level": null,
"aa_start": 3023,
"aa_end": null,
"aa_length": 4570,
"cds_start": 9069,
"cds_end": null,
"cds_length": 13713,
"cdna_start": 9119,
"cdna_end": null,
"cdna_length": 14786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9027_9028delGCinsTT",
"hgvs_p": "p.Gln3010*",
"transcript": "XM_005250978.4",
"protein_id": "XP_005251035.1",
"transcript_support_level": null,
"aa_start": 3009,
"aa_end": null,
"aa_length": 4556,
"cds_start": 9027,
"cds_end": null,
"cds_length": 13671,
"cdna_start": 9137,
"cdna_end": null,
"cdna_length": 14804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9015_9016delGCinsTT",
"hgvs_p": "p.Gln3006*",
"transcript": "XM_005250979.5",
"protein_id": "XP_005251036.1",
"transcript_support_level": null,
"aa_start": 3005,
"aa_end": null,
"aa_length": 4552,
"cds_start": 9015,
"cds_end": null,
"cds_length": 13659,
"cdna_start": 9111,
"cdna_end": null,
"cdna_length": 14778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9015_9016delGCinsTT",
"hgvs_p": "p.Gln3006*",
"transcript": "XM_005250980.5",
"protein_id": "XP_005251037.1",
"transcript_support_level": null,
"aa_start": 3005,
"aa_end": null,
"aa_length": 4552,
"cds_start": 9015,
"cds_end": null,
"cds_length": 13659,
"cdna_start": 9152,
"cdna_end": null,
"cdna_length": 14819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9015_9016delGCinsTT",
"hgvs_p": "p.Gln3006*",
"transcript": "XM_011517130.3",
"protein_id": "XP_011515432.1",
"transcript_support_level": null,
"aa_start": 3005,
"aa_end": null,
"aa_length": 4552,
"cds_start": 9015,
"cds_end": null,
"cds_length": 13659,
"cdna_start": 9125,
"cdna_end": null,
"cdna_length": 14792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9000_9001delGCinsTT",
"hgvs_p": "p.Gln3001*",
"transcript": "XM_047421869.1",
"protein_id": "XP_047277825.1",
"transcript_support_level": null,
"aa_start": 3000,
"aa_end": null,
"aa_length": 4547,
"cds_start": 9000,
"cds_end": null,
"cds_length": 13644,
"cdna_start": 9110,
"cdna_end": null,
"cdna_length": 14777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8988_8989delGCinsTT",
"hgvs_p": "p.Gln2997*",
"transcript": "XM_047421873.1",
"protein_id": "XP_047277829.1",
"transcript_support_level": null,
"aa_start": 2996,
"aa_end": null,
"aa_length": 4543,
"cds_start": 8988,
"cds_end": null,
"cds_length": 13632,
"cdna_start": 9125,
"cdna_end": null,
"cdna_length": 14792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8988_8989delGCinsTT",
"hgvs_p": "p.Gln2997*",
"transcript": "XM_047421874.1",
"protein_id": "XP_047277830.1",
"transcript_support_level": null,
"aa_start": 2996,
"aa_end": null,
"aa_length": 4543,
"cds_start": 8988,
"cds_end": null,
"cds_length": 13632,
"cdna_start": 9084,
"cdna_end": null,
"cdna_length": 14751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8973_8974delGCinsTT",
"hgvs_p": "p.Gln2992*",
"transcript": "XM_005250981.4",
"protein_id": "XP_005251038.1",
"transcript_support_level": null,
"aa_start": 2991,
"aa_end": null,
"aa_length": 4538,
"cds_start": 8973,
"cds_end": null,
"cds_length": 13617,
"cdna_start": 9031,
"cdna_end": null,
"cdna_length": 14698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8949_8950delGCinsTT",
"hgvs_p": "p.Gln2984*",
"transcript": "XM_005250982.5",
"protein_id": "XP_005251039.1",
"transcript_support_level": null,
"aa_start": 2983,
"aa_end": null,
"aa_length": 4530,
"cds_start": 8949,
"cds_end": null,
"cds_length": 13593,
"cdna_start": 9013,
"cdna_end": null,
"cdna_length": 14680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8946_8947delGCinsTT",
"hgvs_p": "p.Gln2983*",
"transcript": "XM_006716589.3",
"protein_id": "XP_006716652.1",
"transcript_support_level": null,
"aa_start": 2982,
"aa_end": null,
"aa_length": 4529,
"cds_start": 8946,
"cds_end": null,
"cds_length": 13590,
"cdna_start": 8995,
"cdna_end": null,
"cdna_length": 14662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8946_8947delGCinsTT",
"hgvs_p": "p.Gln2983*",
"transcript": "XM_006716590.4",
"protein_id": "XP_006716653.1",
"transcript_support_level": null,
"aa_start": 2982,
"aa_end": null,
"aa_length": 4529,
"cds_start": 8946,
"cds_end": null,
"cds_length": 13590,
"cdna_start": 9013,
"cdna_end": null,
"cdna_length": 14680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8946_8947delGCinsTT",
"hgvs_p": "p.Gln2983*",
"transcript": "XM_047421875.1",
"protein_id": "XP_047277831.1",
"transcript_support_level": null,
"aa_start": 2982,
"aa_end": null,
"aa_length": 4529,
"cds_start": 8946,
"cds_end": null,
"cds_length": 13590,
"cdna_start": 9004,
"cdna_end": null,
"cdna_length": 14671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8931_8932delGCinsTT",
"hgvs_p": "p.Gln2978*",
"transcript": "XM_005250983.3",
"protein_id": "XP_005251040.1",
"transcript_support_level": null,
"aa_start": 2977,
"aa_end": null,
"aa_length": 4524,
"cds_start": 8931,
"cds_end": null,
"cds_length": 13575,
"cdna_start": 8980,
"cdna_end": null,
"cdna_length": 14647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8931_8932delGCinsTT",
"hgvs_p": "p.Gln2978*",
"transcript": "XM_011517131.3",
"protein_id": "XP_011515433.1",
"transcript_support_level": null,
"aa_start": 2977,
"aa_end": null,
"aa_length": 4524,
"cds_start": 8931,
"cds_end": null,
"cds_length": 13575,
"cdna_start": 8998,
"cdna_end": null,
"cdna_length": 14665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8922_8923delGCinsTT",
"hgvs_p": "p.Gln2975*",
"transcript": "XM_047421877.1",
"protein_id": "XP_047277833.1",
"transcript_support_level": null,
"aa_start": 2974,
"aa_end": null,
"aa_length": 4521,
"cds_start": 8922,
"cds_end": null,
"cds_length": 13566,
"cdna_start": 8986,
"cdna_end": null,
"cdna_length": 14653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8919_8920delGCinsTT",
"hgvs_p": "p.Gln2974*",
"transcript": "XM_005250984.6",
"protein_id": "XP_005251041.1",
"transcript_support_level": null,
"aa_start": 2973,
"aa_end": null,
"aa_length": 4520,
"cds_start": 8919,
"cds_end": null,
"cds_length": 13563,
"cdna_start": 9027,
"cdna_end": null,
"cdna_length": 14694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8919_8920delGCinsTT",
"hgvs_p": "p.Gln2974*",
"transcript": "XM_047421878.1",
"protein_id": "XP_047277834.1",
"transcript_support_level": null,
"aa_start": 2973,
"aa_end": null,
"aa_length": 4520,
"cds_start": 8919,
"cds_end": null,
"cds_length": 13563,
"cdna_start": 8968,
"cdna_end": null,
"cdna_length": 14635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.8718_8719delGCinsTT",
"hgvs_p": "p.Gln2907*",
"transcript": "XM_047421879.1",
"protein_id": "XP_047277835.1",
"transcript_support_level": null,
"aa_start": 2906,
"aa_end": null,
"aa_length": 4453,
"cds_start": 8718,
"cds_end": null,
"cds_length": 13362,
"cdna_start": 9214,
"cdna_end": null,
"cdna_length": 14881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.6030_6031delGCinsTT",
"hgvs_p": "p.Gln2011*",
"transcript": "XM_047421882.1",
"protein_id": "XP_047277838.1",
"transcript_support_level": null,
"aa_start": 2010,
"aa_end": null,
"aa_length": 3557,
"cds_start": 6030,
"cds_end": null,
"cds_length": 10674,
"cdna_start": 6251,
"cdna_end": null,
"cdna_length": 11918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.6018_6019delGCinsTT",
"hgvs_p": "p.Gln2007*",
"transcript": "XM_047421884.1",
"protein_id": "XP_047277840.1",
"transcript_support_level": null,
"aa_start": 2006,
"aa_end": null,
"aa_length": 3553,
"cds_start": 6018,
"cds_end": null,
"cds_length": 10662,
"cdna_start": 6239,
"cdna_end": null,
"cdna_length": 11906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5646_5647delGCinsTT",
"hgvs_p": "p.Gln1883*",
"transcript": "XM_011517132.3",
"protein_id": "XP_011515434.1",
"transcript_support_level": null,
"aa_start": 1882,
"aa_end": null,
"aa_length": 3429,
"cds_start": 5646,
"cds_end": null,
"cds_length": 10290,
"cdna_start": 5756,
"cdna_end": null,
"cdna_length": 11423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5634_5635delGCinsTT",
"hgvs_p": "p.Gln1879*",
"transcript": "XM_047421880.1",
"protein_id": "XP_047277836.1",
"transcript_support_level": null,
"aa_start": 1878,
"aa_end": null,
"aa_length": 3425,
"cds_start": 5634,
"cds_end": null,
"cds_length": 10278,
"cdna_start": 5744,
"cdna_end": null,
"cdna_length": 11411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5619_5620delGCinsTT",
"hgvs_p": "p.Gln1874*",
"transcript": "XM_047421881.1",
"protein_id": "XP_047277837.1",
"transcript_support_level": null,
"aa_start": 1873,
"aa_end": null,
"aa_length": 3420,
"cds_start": 5619,
"cds_end": null,
"cds_length": 10263,
"cdna_start": 5729,
"cdna_end": null,
"cdna_length": 11396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5619_5620delGCinsTT",
"hgvs_p": "p.Gln1874*",
"transcript": "XM_047421886.1",
"protein_id": "XP_047277842.1",
"transcript_support_level": null,
"aa_start": 1873,
"aa_end": null,
"aa_length": 3420,
"cds_start": 5619,
"cds_end": null,
"cds_length": 10263,
"cdna_start": 5756,
"cdna_end": null,
"cdna_length": 11423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5607_5608delGCinsTT",
"hgvs_p": "p.Gln1870*",
"transcript": "XM_047421887.1",
"protein_id": "XP_047277843.1",
"transcript_support_level": null,
"aa_start": 1869,
"aa_end": null,
"aa_length": 3416,
"cds_start": 5607,
"cds_end": null,
"cds_length": 10251,
"cdna_start": 5744,
"cdna_end": null,
"cdna_length": 11411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5607_5608delGCinsTT",
"hgvs_p": "p.Gln1870*",
"transcript": "XM_047421888.1",
"protein_id": "XP_047277844.1",
"transcript_support_level": null,
"aa_start": 1869,
"aa_end": null,
"aa_length": 3416,
"cds_start": 5607,
"cds_end": null,
"cds_length": 10251,
"cdna_start": 5703,
"cdna_end": null,
"cdna_length": 11370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5577_5578delGCinsTT",
"hgvs_p": "p.Gln1860*",
"transcript": "XM_047421889.1",
"protein_id": "XP_047277845.1",
"transcript_support_level": null,
"aa_start": 1859,
"aa_end": null,
"aa_length": 3406,
"cds_start": 5577,
"cds_end": null,
"cds_length": 10221,
"cdna_start": 5635,
"cdna_end": null,
"cdna_length": 11302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5565_5566delGCinsTT",
"hgvs_p": "p.Gln1856*",
"transcript": "XM_047421890.1",
"protein_id": "XP_047277846.1",
"transcript_support_level": null,
"aa_start": 1855,
"aa_end": null,
"aa_length": 3402,
"cds_start": 5565,
"cds_end": null,
"cds_length": 10209,
"cdna_start": 5623,
"cdna_end": null,
"cdna_length": 11290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5553_5554delGCinsTT",
"hgvs_p": "p.Gln1852*",
"transcript": "XM_047421891.1",
"protein_id": "XP_047277847.1",
"transcript_support_level": null,
"aa_start": 1851,
"aa_end": null,
"aa_length": 3398,
"cds_start": 5553,
"cds_end": null,
"cds_length": 10197,
"cdna_start": 5617,
"cdna_end": null,
"cdna_length": 11284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5550_5551delGCinsTT",
"hgvs_p": "p.Gln1851*",
"transcript": "XM_047421892.1",
"protein_id": "XP_047277848.1",
"transcript_support_level": null,
"aa_start": 1850,
"aa_end": null,
"aa_length": 3397,
"cds_start": 5550,
"cds_end": null,
"cds_length": 10194,
"cdna_start": 5599,
"cdna_end": null,
"cdna_length": 11266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5541_5542delGCinsTT",
"hgvs_p": "p.Gln1848*",
"transcript": "XM_047421893.1",
"protein_id": "XP_047277849.1",
"transcript_support_level": null,
"aa_start": 1847,
"aa_end": null,
"aa_length": 3394,
"cds_start": 5541,
"cds_end": null,
"cds_length": 10185,
"cdna_start": 5605,
"cdna_end": null,
"cdna_length": 11272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "LQ",
"aa_alt": "L*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.5538_5539delGCinsTT",
"hgvs_p": "p.Gln1847*",
"transcript": "XM_047421895.1",
"protein_id": "XP_047277851.1",
"transcript_support_level": null,
"aa_start": 1846,
"aa_end": null,
"aa_length": 3393,
"cds_start": 5538,
"cds_end": null,
"cds_length": 10182,
"cdna_start": 5587,
"cdna_end": null,
"cdna_length": 11254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"dbsnp": "rs1554683108",
"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": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.86,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000345136.8",
"gene_symbol": "PLEC",
"hgnc_id": 9069,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.9000_9001delGCinsTT",
"hgvs_p": "p.Gln3001*"
}
],
"clinvar_disease": " Ogna type, with muscular dystrophy, with pyloric atresia,Autosomal recessive limb-girdle muscular dystrophy type 2Q,Epidermolysis bullosa simplex,Epidermolysis bullosa simplex 5B,Epidermolysis bullosa simplex 5C,Epidermolysis bullosa simplex with nail dystrophy,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "not provided|Autosomal recessive limb-girdle muscular dystrophy type 2Q;Epidermolysis bullosa simplex, Ogna type;Epidermolysis bullosa simplex 5C, with pyloric atresia;Epidermolysis bullosa simplex 5B, with muscular dystrophy;Epidermolysis bullosa simplex with nail dystrophy",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}