← 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: 20-9384333-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=9384333&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "20",
"pos": 9384333,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000378473.9",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_001377142.1",
"protein_id": "NP_001364071.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 5674,
"mane_select": "ENST00000378473.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000378473.9",
"protein_id": "ENSP00000367734.5",
"transcript_support_level": 1,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 5674,
"mane_select": "NM_001377142.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.932A>G",
"hgvs_p": "p.Asn311Ser",
"transcript": "ENST00000278655.9",
"protein_id": "ENSP00000278655.5",
"transcript_support_level": 1,
"aa_start": 311,
"aa_end": null,
"aa_length": 1157,
"cds_start": 932,
"cds_end": null,
"cds_length": 3474,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 5402,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.763A>G",
"hgvs_p": null,
"transcript": "ENST00000464199.5",
"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": 5558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685298.1",
"protein_id": "ENSP00000509390.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1209,
"cds_start": 986,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 7825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_001377143.1",
"protein_id": "NP_001364072.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685568.1",
"protein_id": "ENSP00000508726.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1138,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_000933.4",
"protein_id": "NP_000924.3",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 5638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_001377134.2",
"protein_id": "NP_001364063.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1346,
"cdna_end": null,
"cdna_length": 5744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_001377135.1",
"protein_id": "NP_001364064.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000378501.3",
"protein_id": "ENSP00000367762.2",
"transcript_support_level": 5,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1177,
"cdna_end": null,
"cdna_length": 6009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000686313.1",
"protein_id": "ENSP00000508595.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 5233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000686871.1",
"protein_id": "ENSP00000510118.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 5253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000686976.1",
"protein_id": "ENSP00000508600.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1214,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000693752.1",
"protein_id": "ENSP00000508677.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 5191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000684997.1",
"protein_id": "ENSP00000509144.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1188,
"cds_start": 986,
"cds_end": null,
"cds_length": 3567,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 4461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000688325.1",
"protein_id": "ENSP00000509615.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1188,
"cds_start": 986,
"cds_end": null,
"cds_length": 3567,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 4264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_001172646.2",
"protein_id": "NP_001166117.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1187,
"cds_start": 986,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685823.1",
"protein_id": "ENSP00000508676.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1187,
"cds_start": 986,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 5205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000686893.1",
"protein_id": "ENSP00000508817.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1179,
"cds_start": 986,
"cds_end": null,
"cds_length": 3540,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000690960.1",
"protein_id": "ENSP00000509460.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1176,
"cds_start": 986,
"cds_end": null,
"cds_length": 3531,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 4319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_001377136.1",
"protein_id": "NP_001364065.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "NM_182797.3",
"protein_id": "NP_877949.2",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 5601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000378493.6",
"protein_id": "ENSP00000367754.1",
"transcript_support_level": 2,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1219,
"cdna_end": null,
"cdna_length": 6014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685110.1",
"protein_id": "ENSP00000510632.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1158,
"cdna_end": null,
"cdna_length": 5514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685310.1",
"protein_id": "ENSP00000510124.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1116,
"cdna_end": null,
"cdna_length": 5472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685859.1",
"protein_id": "ENSP00000510302.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 5609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000688656.1",
"protein_id": "ENSP00000509912.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1116,
"cdna_end": null,
"cdna_length": 5472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000689910.1",
"protein_id": "ENSP00000508650.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1259,
"cdna_end": null,
"cdna_length": 5615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000693005.1",
"protein_id": "ENSP00000509597.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1175,
"cds_start": 986,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 1214,
"cdna_end": null,
"cdna_length": 5570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000691007.1",
"protein_id": "ENSP00000510215.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1164,
"cds_start": 986,
"cds_end": null,
"cds_length": 3495,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 4282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000692085.1",
"protein_id": "ENSP00000510341.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1164,
"cds_start": 986,
"cds_end": null,
"cds_length": 3495,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 4293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.932A>G",
"hgvs_p": "p.Asn311Ser",
"transcript": "ENST00000687446.1",
"protein_id": "ENSP00000510275.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 1157,
"cds_start": 932,
"cds_end": null,
"cds_length": 3474,
"cdna_start": 1104,
"cdna_end": null,
"cdna_length": 5460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.932A>G",
"hgvs_p": "p.Asn311Ser",
"transcript": "ENST00000686253.1",
"protein_id": "ENSP00000510690.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 1146,
"cds_start": 932,
"cds_end": null,
"cds_length": 3441,
"cdna_start": 1128,
"cdna_end": null,
"cdna_length": 4237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000691112.1",
"protein_id": "ENSP00000509265.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1132,
"cds_start": 986,
"cds_end": null,
"cds_length": 3399,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Asn276Ser",
"transcript": "ENST00000693502.1",
"protein_id": "ENSP00000510444.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 1122,
"cds_start": 827,
"cds_end": null,
"cds_length": 3369,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 5328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000693160.1",
"protein_id": "ENSP00000510063.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1120,
"cds_start": 986,
"cds_end": null,
"cds_length": 3363,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 5043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000414679.7",
"protein_id": "ENSP00000390616.3",
"transcript_support_level": 5,
"aa_start": 329,
"aa_end": null,
"aa_length": 1112,
"cds_start": 986,
"cds_end": null,
"cds_length": 3339,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 4321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.782A>G",
"hgvs_p": "p.Asn261Ser",
"transcript": "ENST00000689010.1",
"protein_id": "ENSP00000510457.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 1107,
"cds_start": 782,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 5280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000688837.1",
"protein_id": "ENSP00000509150.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1105,
"cds_start": 986,
"cds_end": null,
"cds_length": 3318,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 4105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.701A>G",
"hgvs_p": "p.Asn234Ser",
"transcript": "ENST00000693544.1",
"protein_id": "ENSP00000509167.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 1099,
"cds_start": 701,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 902,
"cdna_end": null,
"cdna_length": 4962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.701A>G",
"hgvs_p": "p.Asn234Ser",
"transcript": "ENST00000686117.1",
"protein_id": "ENSP00000509409.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 1080,
"cds_start": 701,
"cds_end": null,
"cds_length": 3243,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 5213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.701A>G",
"hgvs_p": "p.Asn234Ser",
"transcript": "ENST00000692395.1",
"protein_id": "ENSP00000509227.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 1080,
"cds_start": 701,
"cds_end": null,
"cds_length": 3243,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 5253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.701A>G",
"hgvs_p": "p.Asn234Ser",
"transcript": "ENST00000693090.1",
"protein_id": "ENSP00000510725.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 1080,
"cds_start": 701,
"cds_end": null,
"cds_length": 3243,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 5253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.647A>G",
"hgvs_p": "p.Asn216Ser",
"transcript": "ENST00000690729.1",
"protein_id": "ENSP00000508624.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 1074,
"cds_start": 647,
"cds_end": null,
"cds_length": 3225,
"cdna_start": 1423,
"cdna_end": null,
"cdna_length": 5484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "ENST00000685482.1",
"protein_id": "ENSP00000510734.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1043,
"cds_start": 986,
"cds_end": null,
"cds_length": 3132,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 4791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_005260724.3",
"protein_id": "XP_005260781.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1290,
"cdna_end": null,
"cdna_length": 5724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_006723569.3",
"protein_id": "XP_006723632.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1432,
"cdna_end": null,
"cdna_length": 5866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_024451898.2",
"protein_id": "XP_024307666.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1346,
"cdna_end": null,
"cdna_length": 5780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_024451900.2",
"protein_id": "XP_024307668.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1218,
"cdna_end": null,
"cdna_length": 5652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_047440201.1",
"protein_id": "XP_047296157.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 5454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_047440203.1",
"protein_id": "XP_047296159.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1206,
"cds_start": 986,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 5454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser",
"transcript": "XM_047440202.1",
"protein_id": "XP_047296158.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 1194,
"cds_start": 986,
"cds_end": null,
"cds_length": 3585,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 5418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.647A>G",
"hgvs_p": "p.Asn216Ser",
"transcript": "XM_017027884.2",
"protein_id": "XP_016883373.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 1093,
"cds_start": 647,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 5630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.647A>G",
"hgvs_p": "p.Asn216Ser",
"transcript": "XM_047440204.1",
"protein_id": "XP_047296160.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 1093,
"cds_start": 647,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 5403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.Asn169Ser",
"transcript": "XM_011529254.3",
"protein_id": "XP_011527556.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 1046,
"cds_start": 506,
"cds_end": null,
"cds_length": 3141,
"cdna_start": 2624,
"cdna_end": null,
"cdna_length": 7058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "c.182A>G",
"hgvs_p": "p.Asn61Ser",
"transcript": "XM_047440205.1",
"protein_id": "XP_047296161.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 938,
"cds_start": 182,
"cds_end": null,
"cds_length": 2817,
"cdna_start": 340,
"cdna_end": null,
"cdna_length": 4774,
"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": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.677A>G",
"hgvs_p": null,
"transcript": "ENST00000473151.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5472,
"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": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.677A>G",
"hgvs_p": null,
"transcript": "ENST00000482123.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5508,
"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": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.986A>G",
"hgvs_p": null,
"transcript": "ENST00000492632.5",
"protein_id": "ENSP00000509212.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5657,
"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": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.986A>G",
"hgvs_p": null,
"transcript": "ENST00000685148.1",
"protein_id": "ENSP00000510512.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": 5310,
"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": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.1184A>G",
"hgvs_p": null,
"transcript": "ENST00000685446.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": 3200,
"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": 14,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.986A>G",
"hgvs_p": null,
"transcript": "ENST00000686163.1",
"protein_id": "ENSP00000508442.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": 5365,
"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": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.1184A>G",
"hgvs_p": null,
"transcript": "ENST00000686532.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": 3352,
"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": 13,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.986A>G",
"hgvs_p": null,
"transcript": "ENST00000686584.1",
"protein_id": "ENSP00000508467.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": 5107,
"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": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.580A>G",
"hgvs_p": null,
"transcript": "ENST00000687299.1",
"protein_id": "ENSP00000509641.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": 4817,
"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": 14,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.986A>G",
"hgvs_p": null,
"transcript": "ENST00000687765.1",
"protein_id": "ENSP00000509321.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": 4104,
"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": 12,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.*937A>G",
"hgvs_p": null,
"transcript": "ENST00000689392.1",
"protein_id": "ENSP00000510662.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": 5062,
"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": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.1184A>G",
"hgvs_p": null,
"transcript": "ENST00000689588.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": 2162,
"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": 14,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.986A>G",
"hgvs_p": null,
"transcript": "ENST00000693492.1",
"protein_id": "ENSP00000509766.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": 5005,
"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": 12,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"hgvs_c": "n.*937A>G",
"hgvs_p": null,
"transcript": "ENST00000689392.1",
"protein_id": "ENSP00000510662.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": 5062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PLCB4",
"gene_hgnc_id": 9059,
"dbsnp": "rs387907179",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9770479202270508,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.718,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9836,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.947,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM2",
"PM5",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000378473.9",
"gene_symbol": "PLCB4",
"hgnc_id": 9059,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.986A>G",
"hgvs_p": "p.Asn329Ser"
}
],
"clinvar_disease": "Auriculocondylar syndrome 2",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Auriculocondylar syndrome 2",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}