← 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-143916477-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=143916477&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 143916477,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_201380.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13344C>A",
"hgvs_p": "p.Asp4448Glu",
"transcript": "NM_201384.3",
"protein_id": "NP_958786.1",
"transcript_support_level": null,
"aa_start": 4448,
"aa_end": null,
"aa_length": 4547,
"cds_start": 13344,
"cds_end": null,
"cds_length": 13644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000345136.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201384.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13344C>A",
"hgvs_p": "p.Asp4448Glu",
"transcript": "ENST00000345136.8",
"protein_id": "ENSP00000344848.3",
"transcript_support_level": 1,
"aa_start": 4448,
"aa_end": null,
"aa_length": 4547,
"cds_start": 13344,
"cds_end": null,
"cds_length": 13644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_201384.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345136.8"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13302C>A",
"hgvs_p": "p.Asp4434Glu",
"transcript": "NM_201378.4",
"protein_id": "NP_958780.1",
"transcript_support_level": null,
"aa_start": 4434,
"aa_end": null,
"aa_length": 4533,
"cds_start": 13302,
"cds_end": null,
"cds_length": 13602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000356346.7",
"biotype": "protein_coding",
"feature": "NM_201378.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13302C>A",
"hgvs_p": "p.Asp4434Glu",
"transcript": "ENST00000356346.7",
"protein_id": "ENSP00000348702.3",
"transcript_support_level": 1,
"aa_start": 4434,
"aa_end": null,
"aa_length": 4533,
"cds_start": 13302,
"cds_end": null,
"cds_length": 13602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_201378.4",
"biotype": "protein_coding",
"feature": "ENST00000356346.7"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13755C>A",
"hgvs_p": "p.Asp4585Glu",
"transcript": "ENST00000322810.8",
"protein_id": "ENSP00000323856.4",
"transcript_support_level": 1,
"aa_start": 4585,
"aa_end": null,
"aa_length": 4684,
"cds_start": 13755,
"cds_end": null,
"cds_length": 14055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322810.8"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13425C>A",
"hgvs_p": "p.Asp4475Glu",
"transcript": "ENST00000436759.6",
"protein_id": "ENSP00000388180.2",
"transcript_support_level": 1,
"aa_start": 4475,
"aa_end": null,
"aa_length": 4574,
"cds_start": 13425,
"cds_end": null,
"cds_length": 13725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436759.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13356C>A",
"hgvs_p": "p.Asp4452Glu",
"transcript": "ENST00000357649.6",
"protein_id": "ENSP00000350277.2",
"transcript_support_level": 1,
"aa_start": 4452,
"aa_end": null,
"aa_length": 4551,
"cds_start": 13356,
"cds_end": null,
"cds_length": 13656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357649.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13344C>A",
"hgvs_p": "p.Asp4448Glu",
"transcript": "ENST00000354589.7",
"protein_id": "ENSP00000346602.3",
"transcript_support_level": 1,
"aa_start": 4448,
"aa_end": null,
"aa_length": 4547,
"cds_start": 13344,
"cds_end": null,
"cds_length": 13644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354589.7"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13278C>A",
"hgvs_p": "p.Asp4426Glu",
"transcript": "ENST00000354958.6",
"protein_id": "ENSP00000347044.2",
"transcript_support_level": 1,
"aa_start": 4426,
"aa_end": null,
"aa_length": 4525,
"cds_start": 13278,
"cds_end": null,
"cds_length": 13578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354958.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13248C>A",
"hgvs_p": "p.Asp4416Glu",
"transcript": "ENST00000398774.6",
"protein_id": "ENSP00000381756.2",
"transcript_support_level": 1,
"aa_start": 4416,
"aa_end": null,
"aa_length": 4515,
"cds_start": 13248,
"cds_end": null,
"cds_length": 13548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398774.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13755C>A",
"hgvs_p": "p.Asp4585Glu",
"transcript": "NM_201380.4",
"protein_id": "NP_958782.1",
"transcript_support_level": null,
"aa_start": 4585,
"aa_end": null,
"aa_length": 4684,
"cds_start": 13755,
"cds_end": null,
"cds_length": 14055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201380.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13476C>A",
"hgvs_p": "p.Asp4492Glu",
"transcript": "ENST00000528025.6",
"protein_id": "ENSP00000437303.2",
"transcript_support_level": 5,
"aa_start": 4492,
"aa_end": null,
"aa_length": 4591,
"cds_start": 13476,
"cds_end": null,
"cds_length": 13776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528025.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13425C>A",
"hgvs_p": "p.Asp4475Glu",
"transcript": "NM_000445.5",
"protein_id": "NP_000436.2",
"transcript_support_level": null,
"aa_start": 4475,
"aa_end": null,
"aa_length": 4574,
"cds_start": 13425,
"cds_end": null,
"cds_length": 13725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000445.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13413C>A",
"hgvs_p": "p.Asp4471Glu",
"transcript": "ENST00000527096.5",
"protein_id": "ENSP00000434583.1",
"transcript_support_level": 5,
"aa_start": 4471,
"aa_end": null,
"aa_length": 4570,
"cds_start": 13413,
"cds_end": null,
"cds_length": 13713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527096.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13395C>A",
"hgvs_p": "p.Asp4465Glu",
"transcript": "ENST00000685198.1",
"protein_id": "ENSP00000510528.1",
"transcript_support_level": null,
"aa_start": 4465,
"aa_end": null,
"aa_length": 4564,
"cds_start": 13395,
"cds_end": null,
"cds_length": 13695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685198.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13356C>A",
"hgvs_p": "p.Asp4452Glu",
"transcript": "NM_201383.3",
"protein_id": "NP_958785.1",
"transcript_support_level": null,
"aa_start": 4452,
"aa_end": null,
"aa_length": 4551,
"cds_start": 13356,
"cds_end": null,
"cds_length": 13656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201383.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13344C>A",
"hgvs_p": "p.Asp4448Glu",
"transcript": "NM_201382.4",
"protein_id": "NP_958784.1",
"transcript_support_level": null,
"aa_start": 4448,
"aa_end": null,
"aa_length": 4547,
"cds_start": 13344,
"cds_end": null,
"cds_length": 13644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201382.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13278C>A",
"hgvs_p": "p.Asp4426Glu",
"transcript": "NM_201379.3",
"protein_id": "NP_958781.1",
"transcript_support_level": null,
"aa_start": 4426,
"aa_end": null,
"aa_length": 4525,
"cds_start": 13278,
"cds_end": null,
"cds_length": 13578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201379.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13275C>A",
"hgvs_p": "p.Asp4425Glu",
"transcript": "ENST00000693060.1",
"protein_id": "ENSP00000510329.1",
"transcript_support_level": null,
"aa_start": 4425,
"aa_end": null,
"aa_length": 4524,
"cds_start": 13275,
"cds_end": null,
"cds_length": 13575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693060.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13248C>A",
"hgvs_p": "p.Asp4416Glu",
"transcript": "NM_201381.3",
"protein_id": "NP_958783.1",
"transcript_support_level": null,
"aa_start": 4416,
"aa_end": null,
"aa_length": 4515,
"cds_start": 13248,
"cds_end": null,
"cds_length": 13548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201381.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13062C>A",
"hgvs_p": "p.Asp4354Glu",
"transcript": "ENST00000687971.1",
"protein_id": "ENSP00000510788.1",
"transcript_support_level": null,
"aa_start": 4354,
"aa_end": null,
"aa_length": 4453,
"cds_start": 13062,
"cds_end": null,
"cds_length": 13362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687971.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.10044C>A",
"hgvs_p": "p.Asp3348Glu",
"transcript": "NM_001410941.1",
"protein_id": "NP_001397870.1",
"transcript_support_level": null,
"aa_start": 3348,
"aa_end": null,
"aa_length": 3447,
"cds_start": 10044,
"cds_end": null,
"cds_length": 10344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410941.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.10044C>A",
"hgvs_p": "p.Asp3348Glu",
"transcript": "ENST00000527303.2",
"protein_id": "ENSP00000433982.2",
"transcript_support_level": 3,
"aa_start": 3348,
"aa_end": null,
"aa_length": 3447,
"cds_start": 10044,
"cds_end": null,
"cds_length": 10344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527303.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9951C>A",
"hgvs_p": "p.Asp3317Glu",
"transcript": "ENST00000915284.1",
"protein_id": "ENSP00000585343.1",
"transcript_support_level": null,
"aa_start": 3317,
"aa_end": null,
"aa_length": 3416,
"cds_start": 9951,
"cds_end": null,
"cds_length": 10251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915284.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.6036C>A",
"hgvs_p": "p.Asp2012Glu",
"transcript": "ENST00000915283.1",
"protein_id": "ENSP00000585342.1",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2111,
"cds_start": 6036,
"cds_end": null,
"cds_length": 6336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915283.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13770C>A",
"hgvs_p": "p.Asp4590Glu",
"transcript": "XM_005250976.5",
"protein_id": "XP_005251033.1",
"transcript_support_level": null,
"aa_start": 4590,
"aa_end": null,
"aa_length": 4689,
"cds_start": 13770,
"cds_end": null,
"cds_length": 14070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250976.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13743C>A",
"hgvs_p": "p.Asp4581Glu",
"transcript": "XM_047421870.1",
"protein_id": "XP_047277826.1",
"transcript_support_level": null,
"aa_start": 4581,
"aa_end": null,
"aa_length": 4680,
"cds_start": 13743,
"cds_end": null,
"cds_length": 14043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421870.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13440C>A",
"hgvs_p": "p.Asp4480Glu",
"transcript": "XM_006716588.4",
"protein_id": "XP_006716651.1",
"transcript_support_level": null,
"aa_start": 4480,
"aa_end": null,
"aa_length": 4579,
"cds_start": 13440,
"cds_end": null,
"cds_length": 13740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716588.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13413C>A",
"hgvs_p": "p.Asp4471Glu",
"transcript": "XM_047421872.1",
"protein_id": "XP_047277828.1",
"transcript_support_level": null,
"aa_start": 4471,
"aa_end": null,
"aa_length": 4570,
"cds_start": 13413,
"cds_end": null,
"cds_length": 13713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421872.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13371C>A",
"hgvs_p": "p.Asp4457Glu",
"transcript": "XM_005250978.4",
"protein_id": "XP_005251035.1",
"transcript_support_level": null,
"aa_start": 4457,
"aa_end": null,
"aa_length": 4556,
"cds_start": 13371,
"cds_end": null,
"cds_length": 13671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250978.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13359C>A",
"hgvs_p": "p.Asp4453Glu",
"transcript": "XM_005250979.5",
"protein_id": "XP_005251036.1",
"transcript_support_level": null,
"aa_start": 4453,
"aa_end": null,
"aa_length": 4552,
"cds_start": 13359,
"cds_end": null,
"cds_length": 13659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250979.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13359C>A",
"hgvs_p": "p.Asp4453Glu",
"transcript": "XM_005250980.5",
"protein_id": "XP_005251037.1",
"transcript_support_level": null,
"aa_start": 4453,
"aa_end": null,
"aa_length": 4552,
"cds_start": 13359,
"cds_end": null,
"cds_length": 13659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250980.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13359C>A",
"hgvs_p": "p.Asp4453Glu",
"transcript": "XM_011517130.3",
"protein_id": "XP_011515432.1",
"transcript_support_level": null,
"aa_start": 4453,
"aa_end": null,
"aa_length": 4552,
"cds_start": 13359,
"cds_end": null,
"cds_length": 13659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517130.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13344C>A",
"hgvs_p": "p.Asp4448Glu",
"transcript": "XM_047421869.1",
"protein_id": "XP_047277825.1",
"transcript_support_level": null,
"aa_start": 4448,
"aa_end": null,
"aa_length": 4547,
"cds_start": 13344,
"cds_end": null,
"cds_length": 13644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421869.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13332C>A",
"hgvs_p": "p.Asp4444Glu",
"transcript": "XM_047421873.1",
"protein_id": "XP_047277829.1",
"transcript_support_level": null,
"aa_start": 4444,
"aa_end": null,
"aa_length": 4543,
"cds_start": 13332,
"cds_end": null,
"cds_length": 13632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421873.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13332C>A",
"hgvs_p": "p.Asp4444Glu",
"transcript": "XM_047421874.1",
"protein_id": "XP_047277830.1",
"transcript_support_level": null,
"aa_start": 4444,
"aa_end": null,
"aa_length": 4543,
"cds_start": 13332,
"cds_end": null,
"cds_length": 13632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421874.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13317C>A",
"hgvs_p": "p.Asp4439Glu",
"transcript": "XM_005250981.4",
"protein_id": "XP_005251038.1",
"transcript_support_level": null,
"aa_start": 4439,
"aa_end": null,
"aa_length": 4538,
"cds_start": 13317,
"cds_end": null,
"cds_length": 13617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250981.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13293C>A",
"hgvs_p": "p.Asp4431Glu",
"transcript": "XM_005250982.5",
"protein_id": "XP_005251039.1",
"transcript_support_level": null,
"aa_start": 4431,
"aa_end": null,
"aa_length": 4530,
"cds_start": 13293,
"cds_end": null,
"cds_length": 13593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250982.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13290C>A",
"hgvs_p": "p.Asp4430Glu",
"transcript": "XM_006716589.3",
"protein_id": "XP_006716652.1",
"transcript_support_level": null,
"aa_start": 4430,
"aa_end": null,
"aa_length": 4529,
"cds_start": 13290,
"cds_end": null,
"cds_length": 13590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716589.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13290C>A",
"hgvs_p": "p.Asp4430Glu",
"transcript": "XM_006716590.4",
"protein_id": "XP_006716653.1",
"transcript_support_level": null,
"aa_start": 4430,
"aa_end": null,
"aa_length": 4529,
"cds_start": 13290,
"cds_end": null,
"cds_length": 13590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716590.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13290C>A",
"hgvs_p": "p.Asp4430Glu",
"transcript": "XM_047421875.1",
"protein_id": "XP_047277831.1",
"transcript_support_level": null,
"aa_start": 4430,
"aa_end": null,
"aa_length": 4529,
"cds_start": 13290,
"cds_end": null,
"cds_length": 13590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421875.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13275C>A",
"hgvs_p": "p.Asp4425Glu",
"transcript": "XM_005250983.3",
"protein_id": "XP_005251040.1",
"transcript_support_level": null,
"aa_start": 4425,
"aa_end": null,
"aa_length": 4524,
"cds_start": 13275,
"cds_end": null,
"cds_length": 13575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250983.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13275C>A",
"hgvs_p": "p.Asp4425Glu",
"transcript": "XM_011517131.3",
"protein_id": "XP_011515433.1",
"transcript_support_level": null,
"aa_start": 4425,
"aa_end": null,
"aa_length": 4524,
"cds_start": 13275,
"cds_end": null,
"cds_length": 13575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517131.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13266C>A",
"hgvs_p": "p.Asp4422Glu",
"transcript": "XM_047421877.1",
"protein_id": "XP_047277833.1",
"transcript_support_level": null,
"aa_start": 4422,
"aa_end": null,
"aa_length": 4521,
"cds_start": 13266,
"cds_end": null,
"cds_length": 13566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421877.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13263C>A",
"hgvs_p": "p.Asp4421Glu",
"transcript": "XM_005250984.6",
"protein_id": "XP_005251041.1",
"transcript_support_level": null,
"aa_start": 4421,
"aa_end": null,
"aa_length": 4520,
"cds_start": 13263,
"cds_end": null,
"cds_length": 13563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250984.6"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13263C>A",
"hgvs_p": "p.Asp4421Glu",
"transcript": "XM_047421878.1",
"protein_id": "XP_047277834.1",
"transcript_support_level": null,
"aa_start": 4421,
"aa_end": null,
"aa_length": 4520,
"cds_start": 13263,
"cds_end": null,
"cds_length": 13563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421878.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.13062C>A",
"hgvs_p": "p.Asp4354Glu",
"transcript": "XM_047421879.1",
"protein_id": "XP_047277835.1",
"transcript_support_level": null,
"aa_start": 4354,
"aa_end": null,
"aa_length": 4453,
"cds_start": 13062,
"cds_end": null,
"cds_length": 13362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421879.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.10374C>A",
"hgvs_p": "p.Asp3458Glu",
"transcript": "XM_047421882.1",
"protein_id": "XP_047277838.1",
"transcript_support_level": null,
"aa_start": 3458,
"aa_end": null,
"aa_length": 3557,
"cds_start": 10374,
"cds_end": null,
"cds_length": 10674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421882.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.10362C>A",
"hgvs_p": "p.Asp3454Glu",
"transcript": "XM_047421884.1",
"protein_id": "XP_047277840.1",
"transcript_support_level": null,
"aa_start": 3454,
"aa_end": null,
"aa_length": 3553,
"cds_start": 10362,
"cds_end": null,
"cds_length": 10662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421884.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9990C>A",
"hgvs_p": "p.Asp3330Glu",
"transcript": "XM_011517132.3",
"protein_id": "XP_011515434.1",
"transcript_support_level": null,
"aa_start": 3330,
"aa_end": null,
"aa_length": 3429,
"cds_start": 9990,
"cds_end": null,
"cds_length": 10290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517132.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9978C>A",
"hgvs_p": "p.Asp3326Glu",
"transcript": "XM_047421880.1",
"protein_id": "XP_047277836.1",
"transcript_support_level": null,
"aa_start": 3326,
"aa_end": null,
"aa_length": 3425,
"cds_start": 9978,
"cds_end": null,
"cds_length": 10278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421880.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9963C>A",
"hgvs_p": "p.Asp3321Glu",
"transcript": "XM_047421881.1",
"protein_id": "XP_047277837.1",
"transcript_support_level": null,
"aa_start": 3321,
"aa_end": null,
"aa_length": 3420,
"cds_start": 9963,
"cds_end": null,
"cds_length": 10263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421881.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9963C>A",
"hgvs_p": "p.Asp3321Glu",
"transcript": "XM_047421886.1",
"protein_id": "XP_047277842.1",
"transcript_support_level": null,
"aa_start": 3321,
"aa_end": null,
"aa_length": 3420,
"cds_start": 9963,
"cds_end": null,
"cds_length": 10263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421886.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9951C>A",
"hgvs_p": "p.Asp3317Glu",
"transcript": "XM_047421887.1",
"protein_id": "XP_047277843.1",
"transcript_support_level": null,
"aa_start": 3317,
"aa_end": null,
"aa_length": 3416,
"cds_start": 9951,
"cds_end": null,
"cds_length": 10251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421887.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9951C>A",
"hgvs_p": "p.Asp3317Glu",
"transcript": "XM_047421888.1",
"protein_id": "XP_047277844.1",
"transcript_support_level": null,
"aa_start": 3317,
"aa_end": null,
"aa_length": 3416,
"cds_start": 9951,
"cds_end": null,
"cds_length": 10251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421888.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9921C>A",
"hgvs_p": "p.Asp3307Glu",
"transcript": "XM_047421889.1",
"protein_id": "XP_047277845.1",
"transcript_support_level": null,
"aa_start": 3307,
"aa_end": null,
"aa_length": 3406,
"cds_start": 9921,
"cds_end": null,
"cds_length": 10221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421889.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9909C>A",
"hgvs_p": "p.Asp3303Glu",
"transcript": "XM_047421890.1",
"protein_id": "XP_047277846.1",
"transcript_support_level": null,
"aa_start": 3303,
"aa_end": null,
"aa_length": 3402,
"cds_start": 9909,
"cds_end": null,
"cds_length": 10209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421890.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9897C>A",
"hgvs_p": "p.Asp3299Glu",
"transcript": "XM_047421891.1",
"protein_id": "XP_047277847.1",
"transcript_support_level": null,
"aa_start": 3299,
"aa_end": null,
"aa_length": 3398,
"cds_start": 9897,
"cds_end": null,
"cds_length": 10197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421891.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9894C>A",
"hgvs_p": "p.Asp3298Glu",
"transcript": "XM_047421892.1",
"protein_id": "XP_047277848.1",
"transcript_support_level": null,
"aa_start": 3298,
"aa_end": null,
"aa_length": 3397,
"cds_start": 9894,
"cds_end": null,
"cds_length": 10194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421892.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9885C>A",
"hgvs_p": "p.Asp3295Glu",
"transcript": "XM_047421893.1",
"protein_id": "XP_047277849.1",
"transcript_support_level": null,
"aa_start": 3295,
"aa_end": null,
"aa_length": 3394,
"cds_start": 9885,
"cds_end": null,
"cds_length": 10185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421893.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.9882C>A",
"hgvs_p": "p.Asp3294Glu",
"transcript": "XM_047421895.1",
"protein_id": "XP_047277851.1",
"transcript_support_level": null,
"aa_start": 3294,
"aa_end": null,
"aa_length": 3393,
"cds_start": 9882,
"cds_end": null,
"cds_length": 10182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421895.1"
}
],
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"dbsnp": "rs192224737",
"frequency_reference_population": 6.8508916e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85089e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08296266198158264,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.247,
"revel_prediction": "Benign",
"alphamissense_score": 0.1897,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.396,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_201380.4",
"gene_symbol": "PLEC",
"hgnc_id": 9069,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.13755C>A",
"hgvs_p": "p.Asp4585Glu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}