← 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: 12-19274649-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=19274649&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 19274649,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001256470.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001256470.2",
"protein_id": "NP_001243399.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1282,
"cds_start": 979,
"cds_end": null,
"cds_length": 3849,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4797,
"mane_select": "ENST00000429027.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "ENST00000429027.7",
"protein_id": "ENSP00000404296.2",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 1282,
"cds_start": 979,
"cds_end": null,
"cds_length": 3849,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4797,
"mane_select": "NM_001256470.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "ENST00000538714.5",
"protein_id": "ENSP00000439673.1",
"transcript_support_level": 1,
"aa_start": 321,
"aa_end": null,
"aa_length": 1174,
"cds_start": 961,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 965,
"cdna_end": null,
"cdna_length": 6487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "ENST00000299275.10",
"protein_id": "ENSP00000299275.6",
"transcript_support_level": 1,
"aa_start": 321,
"aa_end": null,
"aa_length": 1116,
"cds_start": 961,
"cds_end": null,
"cds_length": 3351,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 4238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.488G>C",
"hgvs_p": null,
"transcript": "ENST00000510738.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385923.1",
"protein_id": "NP_001372852.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1276,
"cds_start": 961,
"cds_end": null,
"cds_length": 3831,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385924.1",
"protein_id": "NP_001372853.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1270,
"cds_start": 979,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385925.1",
"protein_id": "NP_001372854.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1264,
"cds_start": 961,
"cds_end": null,
"cds_length": 3795,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385926.1",
"protein_id": "NP_001372855.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1262,
"cds_start": 979,
"cds_end": null,
"cds_length": 3789,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385927.1",
"protein_id": "NP_001372856.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1242,
"cds_start": 979,
"cds_end": null,
"cds_length": 3729,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385928.1",
"protein_id": "NP_001372857.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1226,
"cds_start": 961,
"cds_end": null,
"cds_length": 3681,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385929.1",
"protein_id": "NP_001372858.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1219,
"cds_start": 979,
"cds_end": null,
"cds_length": 3660,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385930.1",
"protein_id": "NP_001372859.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1213,
"cds_start": 961,
"cds_end": null,
"cds_length": 3642,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385931.1",
"protein_id": "NP_001372860.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1207,
"cds_start": 979,
"cds_end": null,
"cds_length": 3624,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385932.1",
"protein_id": "NP_001372861.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1179,
"cds_start": 961,
"cds_end": null,
"cds_length": 3540,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001143821.3",
"protein_id": "NP_001137293.2",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1174,
"cds_start": 961,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 6565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.655G>C",
"hgvs_p": "p.Ala219Pro",
"transcript": "NM_001385933.1",
"protein_id": "NP_001372862.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 1174,
"cds_start": 655,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 4647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385968.1",
"protein_id": "NP_001372897.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1174,
"cds_start": 961,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385934.1",
"protein_id": "NP_001372863.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1161,
"cds_start": 979,
"cds_end": null,
"cds_length": 3486,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385935.1",
"protein_id": "NP_001372864.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1156,
"cds_start": 637,
"cds_end": null,
"cds_length": 3471,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "ENST00000700688.1",
"protein_id": "ENSP00000515145.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1156,
"cds_start": 637,
"cds_end": null,
"cds_length": 3471,
"cdna_start": 835,
"cdna_end": null,
"cdna_length": 4532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385936.1",
"protein_id": "NP_001372865.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1155,
"cds_start": 961,
"cds_end": null,
"cds_length": 3468,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro",
"transcript": "NM_001385937.1",
"protein_id": "NP_001372866.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 1142,
"cds_start": 979,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 4377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_019012.6",
"protein_id": "NP_061885.2",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1116,
"cds_start": 961,
"cds_end": null,
"cds_length": 3351,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385938.1",
"protein_id": "NP_001372867.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1111,
"cds_start": 961,
"cds_end": null,
"cds_length": 3336,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.655G>C",
"hgvs_p": "p.Ala219Pro",
"transcript": "NM_001385939.1",
"protein_id": "NP_001372868.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 1111,
"cds_start": 655,
"cds_end": null,
"cds_length": 3336,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 4458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385940.1",
"protein_id": "NP_001372869.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1110,
"cds_start": 637,
"cds_end": null,
"cds_length": 3333,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "ENST00000700686.1",
"protein_id": "ENSP00000515143.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1110,
"cds_start": 637,
"cds_end": null,
"cds_length": 3333,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 4428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385941.1",
"protein_id": "NP_001372870.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1105,
"cds_start": 637,
"cds_end": null,
"cds_length": 3318,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.655G>C",
"hgvs_p": "p.Ala219Pro",
"transcript": "NM_001385942.1",
"protein_id": "NP_001372871.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 1099,
"cds_start": 655,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 895,
"cdna_end": null,
"cdna_length": 4421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001256787.2",
"protein_id": "NP_001243716.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1098,
"cds_start": 637,
"cds_end": null,
"cds_length": 3297,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "ENST00000424268.5",
"protein_id": "ENSP00000400411.2",
"transcript_support_level": 2,
"aa_start": 213,
"aa_end": null,
"aa_length": 1098,
"cds_start": 637,
"cds_end": null,
"cds_length": 3297,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 4391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385943.1",
"protein_id": "NP_001372872.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1096,
"cds_start": 961,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385944.1",
"protein_id": "NP_001372873.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1093,
"cds_start": 637,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385945.1",
"protein_id": "NP_001372874.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1089,
"cds_start": 637,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385946.1",
"protein_id": "NP_001372875.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1088,
"cds_start": 961,
"cds_end": null,
"cds_length": 3267,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385947.1",
"protein_id": "NP_001372876.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1085,
"cds_start": 637,
"cds_end": null,
"cds_length": 3258,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385948.1",
"protein_id": "NP_001372877.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1083,
"cds_start": 961,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "NM_001385949.1",
"protein_id": "NP_001372878.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1082,
"cds_start": 961,
"cds_end": null,
"cds_length": 3249,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385950.1",
"protein_id": "NP_001372879.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1071,
"cds_start": 637,
"cds_end": null,
"cds_length": 3216,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385951.1",
"protein_id": "NP_001372880.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1057,
"cds_start": 637,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385952.1",
"protein_id": "NP_001372881.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1048,
"cds_start": 637,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 1034,
"cdna_end": null,
"cdna_length": 4425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385953.1",
"protein_id": "NP_001372882.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1047,
"cds_start": 637,
"cds_end": null,
"cds_length": 3144,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385954.1",
"protein_id": "NP_001372883.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1026,
"cds_start": 637,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385955.1",
"protein_id": "NP_001372884.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 4069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385956.1",
"protein_id": "NP_001372885.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 4412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385957.1",
"protein_id": "NP_001372886.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 4596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385969.1",
"protein_id": "NP_001372898.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 4231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385970.1",
"protein_id": "NP_001372899.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385971.1",
"protein_id": "NP_001372900.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385972.1",
"protein_id": "NP_001372901.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1008,
"cds_start": 637,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 950,
"cdna_end": null,
"cdna_length": 4221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385958.1",
"protein_id": "NP_001372887.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1003,
"cds_start": 637,
"cds_end": null,
"cds_length": 3012,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385973.1",
"protein_id": "NP_001372902.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1003,
"cds_start": 637,
"cds_end": null,
"cds_length": 3012,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 4397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385959.1",
"protein_id": "NP_001372888.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 988,
"cds_start": 637,
"cds_end": null,
"cds_length": 2967,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385960.1",
"protein_id": "NP_001372889.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 980,
"cds_start": 637,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385961.1",
"protein_id": "NP_001372890.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 980,
"cds_start": 637,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 4328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "ENST00000536974.5",
"protein_id": "ENSP00000440371.1",
"transcript_support_level": 2,
"aa_start": 213,
"aa_end": null,
"aa_length": 976,
"cds_start": 637,
"cds_end": null,
"cds_length": 2931,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385962.1",
"protein_id": "NP_001372891.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 974,
"cds_start": 637,
"cds_end": null,
"cds_length": 2925,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.532G>C",
"hgvs_p": "p.Ala178Pro",
"transcript": "NM_001385963.1",
"protein_id": "NP_001372892.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 973,
"cds_start": 532,
"cds_end": null,
"cds_length": 2922,
"cdna_start": 772,
"cdna_end": null,
"cdna_length": 4043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385964.1",
"protein_id": "NP_001372893.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 960,
"cds_start": 637,
"cds_end": null,
"cds_length": 2883,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 3879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.490G>C",
"hgvs_p": "p.Ala164Pro",
"transcript": "NM_001385965.1",
"protein_id": "NP_001372894.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 959,
"cds_start": 490,
"cds_end": null,
"cds_length": 2880,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 3922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385966.1",
"protein_id": "NP_001372895.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 958,
"cds_start": 637,
"cds_end": null,
"cds_length": 2877,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 3998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "NM_001385967.1",
"protein_id": "NP_001372896.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 951,
"cds_start": 637,
"cds_end": null,
"cds_length": 2856,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 3977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "ENST00000700685.1",
"protein_id": "ENSP00000515142.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 573,
"cds_start": 637,
"cds_end": null,
"cds_length": 1722,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 2119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_017019495.2",
"protein_id": "XP_016874984.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1271,
"cds_start": 961,
"cds_end": null,
"cds_length": 3816,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_011520715.2",
"protein_id": "XP_011519017.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1237,
"cds_start": 961,
"cds_end": null,
"cds_length": 3714,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_017019496.2",
"protein_id": "XP_016874985.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1208,
"cds_start": 961,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_047429027.1",
"protein_id": "XP_047284983.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1201,
"cds_start": 961,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_006719091.2",
"protein_id": "XP_006719154.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1197,
"cds_start": 961,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_047429028.1",
"protein_id": "XP_047284984.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1174,
"cds_start": 961,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "XM_017019497.2",
"protein_id": "XP_016874986.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1168,
"cds_start": 637,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 4591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Ala213Pro",
"transcript": "XM_047429029.1",
"protein_id": "XP_047284985.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1168,
"cds_start": 637,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 4628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_006719093.2",
"protein_id": "XP_006719156.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1151,
"cds_start": 961,
"cds_end": null,
"cds_length": 3456,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_047429030.1",
"protein_id": "XP_047284986.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 1134,
"cds_start": 961,
"cds_end": null,
"cds_length": 3405,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.235G>C",
"hgvs_p": "p.Ala79Pro",
"transcript": "XM_047429031.1",
"protein_id": "XP_047284987.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 1034,
"cds_start": 235,
"cds_end": null,
"cds_length": 3105,
"cdna_start": 2940,
"cdna_end": null,
"cdna_length": 6691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_017019500.2",
"protein_id": "XP_016874989.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 685,
"cds_start": 961,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "c.961G>C",
"hgvs_p": "p.Ala321Pro",
"transcript": "XM_017019501.2",
"protein_id": "XP_016874990.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 628,
"cds_start": 961,
"cds_end": null,
"cds_length": 1887,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 2979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.*297G>C",
"hgvs_p": null,
"transcript": "ENST00000539256.5",
"protein_id": "ENSP00000440611.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.637G>C",
"hgvs_p": null,
"transcript": "ENST00000700687.1",
"protein_id": "ENSP00000515144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.637G>C",
"hgvs_p": null,
"transcript": "ENST00000700689.1",
"protein_id": "ENSP00000515146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1092G>C",
"hgvs_p": null,
"transcript": "ENST00000706613.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1066G>C",
"hgvs_p": null,
"transcript": "ENST00000706614.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.961G>C",
"hgvs_p": null,
"transcript": "ENST00000706615.1",
"protein_id": "ENSP00000516470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1010G>C",
"hgvs_p": null,
"transcript": "ENST00000706617.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.801G>C",
"hgvs_p": null,
"transcript": "ENST00000706619.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1474G>C",
"hgvs_p": null,
"transcript": "ENST00000706620.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1046G>C",
"hgvs_p": null,
"transcript": "NR_169816.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.955G>C",
"hgvs_p": null,
"transcript": "NR_169817.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1046G>C",
"hgvs_p": null,
"transcript": "NR_169818.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1028G>C",
"hgvs_p": null,
"transcript": "NR_169819.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1046G>C",
"hgvs_p": null,
"transcript": "NR_169820.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.1028G>C",
"hgvs_p": null,
"transcript": "NR_169821.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"hgvs_c": "n.*297G>C",
"hgvs_p": null,
"transcript": "ENST00000539256.5",
"protein_id": "ENSP00000440611.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PLEKHA5",
"gene_hgnc_id": 30036,
"dbsnp": "rs771443913",
"frequency_reference_population": 0.0000030989993,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 6.84279e-7,
"gnomad_genomes_af": 0.0000263103,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2866361141204834,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.106,
"revel_prediction": "Benign",
"alphamissense_score": 0.5198,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.442,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001256470.2",
"gene_symbol": "PLEKHA5",
"hgnc_id": 30036,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.979G>C",
"hgvs_p": "p.Ala327Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}