← 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: 5-178215286-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=178215286&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 178215286,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_153373.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "NM_153373.4",
"protein_id": "NP_699204.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000308158.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153373.4"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000308158.10",
"protein_id": "ENSP00000310978.5",
"transcript_support_level": 1,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_153373.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308158.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.*460G>T",
"hgvs_p": null,
"transcript": "ENST00000474052.5",
"protein_id": "ENSP00000423806.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000474052.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.*460G>T",
"hgvs_p": null,
"transcript": "ENST00000474052.5",
"protein_id": "ENSP00000423806.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000474052.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1855-401G>T",
"hgvs_p": null,
"transcript": "ENST00000494126.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000494126.6"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1228G>T",
"hgvs_p": "p.Gly410Trp",
"transcript": "ENST00000962530.1",
"protein_id": "ENSP00000632589.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 502,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962530.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1114G>T",
"hgvs_p": "p.Gly372Trp",
"transcript": "ENST00000323594.9",
"protein_id": "ENSP00000321290.5",
"transcript_support_level": 5,
"aa_start": 372,
"aa_end": null,
"aa_length": 464,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000323594.9"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1105G>T",
"hgvs_p": "p.Gly369Trp",
"transcript": "ENST00000885009.1",
"protein_id": "ENSP00000555068.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 461,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885009.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1102G>T",
"hgvs_p": "p.Gly368Trp",
"transcript": "ENST00000884991.1",
"protein_id": "ENSP00000555050.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 460,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884991.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000885007.1",
"protein_id": "ENSP00000555066.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 460,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885007.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1102G>T",
"hgvs_p": "p.Gly368Trp",
"transcript": "ENST00000962531.1",
"protein_id": "ENSP00000632590.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 460,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962531.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1090G>T",
"hgvs_p": "p.Gly364Trp",
"transcript": "ENST00000884994.1",
"protein_id": "ENSP00000555052.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 456,
"cds_start": 1090,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884994.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000884993.1",
"protein_id": "ENSP00000555051.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884993.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000885004.1",
"protein_id": "ENSP00000555062.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885004.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000885014.1",
"protein_id": "ENSP00000555073.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885014.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000885015.1",
"protein_id": "ENSP00000555074.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885015.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000962523.1",
"protein_id": "ENSP00000632582.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962523.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000962524.1",
"protein_id": "ENSP00000632583.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 450,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962524.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1069G>T",
"hgvs_p": "p.Gly357Trp",
"transcript": "ENST00000962527.1",
"protein_id": "ENSP00000632586.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 449,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962527.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp",
"transcript": "ENST00000884998.1",
"protein_id": "ENSP00000555057.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 443,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884998.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1039G>T",
"hgvs_p": "p.Gly347Trp",
"transcript": "ENST00000885005.1",
"protein_id": "ENSP00000555064.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 439,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885005.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1015G>T",
"hgvs_p": "p.Gly339Trp",
"transcript": "ENST00000885011.1",
"protein_id": "ENSP00000555070.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 431,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885011.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1015G>T",
"hgvs_p": "p.Gly339Trp",
"transcript": "ENST00000962526.1",
"protein_id": "ENSP00000632585.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 431,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962526.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.997G>T",
"hgvs_p": "p.Gly333Trp",
"transcript": "ENST00000884996.1",
"protein_id": "ENSP00000555055.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 425,
"cds_start": 997,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884996.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.985G>T",
"hgvs_p": "p.Gly329Trp",
"transcript": "ENST00000885010.1",
"protein_id": "ENSP00000555069.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 421,
"cds_start": 985,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885010.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.949G>T",
"hgvs_p": "p.Gly317Trp",
"transcript": "NM_001278346.1",
"protein_id": "NP_001265275.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 409,
"cds_start": 949,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278346.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.910G>T",
"hgvs_p": "p.Gly304Trp",
"transcript": "ENST00000916244.1",
"protein_id": "ENSP00000586303.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 396,
"cds_start": 910,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916244.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.823G>T",
"hgvs_p": "p.Gly275Trp",
"transcript": "ENST00000916243.1",
"protein_id": "ENSP00000586302.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 367,
"cds_start": 823,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916243.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.811G>T",
"hgvs_p": "p.Gly271Trp",
"transcript": "ENST00000962528.1",
"protein_id": "ENSP00000632587.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 363,
"cds_start": 811,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962528.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.793G>T",
"hgvs_p": "p.Gly265Trp",
"transcript": "ENST00000884995.1",
"protein_id": "ENSP00000555053.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 357,
"cds_start": 793,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884995.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.727G>T",
"hgvs_p": "p.Gly243Trp",
"transcript": "ENST00000962529.1",
"protein_id": "ENSP00000632588.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 335,
"cds_start": 727,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962529.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1102G>T",
"hgvs_p": "p.Gly368Trp",
"transcript": "XM_011534669.3",
"protein_id": "XP_011532971.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 460,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534669.3"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Trp",
"transcript": "XM_011534670.4",
"protein_id": "XP_011532972.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 459,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534670.4"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1090G>T",
"hgvs_p": "p.Gly364Trp",
"transcript": "XM_011534671.3",
"protein_id": "XP_011532973.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 456,
"cds_start": 1090,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534671.3"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1102G>T",
"hgvs_p": "p.Gly368Trp",
"transcript": "XM_017009995.2",
"protein_id": "XP_016865484.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 450,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009995.2"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.1069G>T",
"hgvs_p": "p.Gly357Trp",
"transcript": "XM_047417837.1",
"protein_id": "XP_047273793.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 449,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417837.1"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.946G>T",
"hgvs_p": "p.Gly316Trp",
"transcript": "XM_006714925.3",
"protein_id": "XP_006714988.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 408,
"cds_start": 946,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714925.3"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.757G>T",
"hgvs_p": "p.Gly253Trp",
"transcript": "XM_011534674.3",
"protein_id": "XP_011532976.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 345,
"cds_start": 757,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534674.3"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.544G>T",
"hgvs_p": "p.Gly182Trp",
"transcript": "XM_024446243.2",
"protein_id": "XP_024302011.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 274,
"cds_start": 544,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446243.2"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.508G>T",
"hgvs_p": "p.Gly170Trp",
"transcript": "XM_024446245.2",
"protein_id": "XP_024302013.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 262,
"cds_start": 508,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446245.2"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.505G>T",
"hgvs_p": "p.Gly169Trp",
"transcript": "XM_024446247.2",
"protein_id": "XP_024302015.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 261,
"cds_start": 505,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446247.2"
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.478G>T",
"hgvs_p": "p.Gly160Trp",
"transcript": "XM_024446250.2",
"protein_id": "XP_024302018.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 252,
"cds_start": 478,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446250.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.*99G>T",
"hgvs_p": null,
"transcript": "XM_047417841.1",
"protein_id": "XP_047273797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": null,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417841.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.*99G>T",
"hgvs_p": null,
"transcript": "XM_047417841.1",
"protein_id": "XP_047273797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": null,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417841.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.840-401G>T",
"hgvs_p": null,
"transcript": "ENST00000885002.1",
"protein_id": "ENSP00000555061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": null,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885002.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.702-401G>T",
"hgvs_p": null,
"transcript": "ENST00000885013.1",
"protein_id": "ENSP00000555072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.765-2183G>T",
"hgvs_p": null,
"transcript": "ENST00000962525.1",
"protein_id": "ENSP00000632584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": null,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.339-401G>T",
"hgvs_p": null,
"transcript": "ENST00000885000.1",
"protein_id": "ENSP00000555059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 202,
"cds_start": null,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.60-401G>T",
"hgvs_p": null,
"transcript": "ENST00000885012.1",
"protein_id": "ENSP00000555071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 109,
"cds_start": null,
"cds_end": null,
"cds_length": 330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.60-401G>T",
"hgvs_p": null,
"transcript": "ENST00000916242.1",
"protein_id": "ENSP00000586301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 109,
"cds_start": null,
"cds_end": null,
"cds_length": 330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.840-401G>T",
"hgvs_p": null,
"transcript": "XM_024446240.2",
"protein_id": "XP_024302008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": null,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446240.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.837-401G>T",
"hgvs_p": null,
"transcript": "XM_047417838.1",
"protein_id": "XP_047273794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.958-401G>T",
"hgvs_p": null,
"transcript": "XM_024446241.2",
"protein_id": "XP_024302009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446241.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.958-401G>T",
"hgvs_p": null,
"transcript": "XM_047417839.1",
"protein_id": "XP_047273795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "c.958-401G>T",
"hgvs_p": null,
"transcript": "XM_047417840.1",
"protein_id": "XP_047273796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417840.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.265G>T",
"hgvs_p": null,
"transcript": "ENST00000393488.2",
"protein_id": "ENSP00000377128.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000393488.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1017G>T",
"hgvs_p": null,
"transcript": "ENST00000476487.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000476487.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1296G>T",
"hgvs_p": null,
"transcript": "ENST00000481436.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000481436.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.2065G>T",
"hgvs_p": null,
"transcript": "ENST00000481811.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000481811.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.2136G>T",
"hgvs_p": null,
"transcript": "ENST00000489262.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000489262.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.*1125G>T",
"hgvs_p": null,
"transcript": "ENST00000493197.5",
"protein_id": "ENSP00000425425.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000493197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.*332G>T",
"hgvs_p": null,
"transcript": "ENST00000506045.1",
"protein_id": "ENSP00000427444.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000506045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.756G>T",
"hgvs_p": null,
"transcript": "ENST00000850854.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000850854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.930G>T",
"hgvs_p": null,
"transcript": "NR_103508.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_103508.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1565G>T",
"hgvs_p": null,
"transcript": "NR_103510.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_103510.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1354G>T",
"hgvs_p": null,
"transcript": "XR_002956187.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_002956187.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1324G>T",
"hgvs_p": null,
"transcript": "XR_002956188.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_002956188.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1198G>T",
"hgvs_p": null,
"transcript": "XR_002956189.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_002956189.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1354G>T",
"hgvs_p": null,
"transcript": "XR_007058648.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058648.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1354G>T",
"hgvs_p": null,
"transcript": "XR_007058649.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058649.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1324G>T",
"hgvs_p": null,
"transcript": "XR_007058650.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058650.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1324G>T",
"hgvs_p": null,
"transcript": "XR_007058651.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058651.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.2048G>T",
"hgvs_p": null,
"transcript": "XR_007058652.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058652.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.3371G>T",
"hgvs_p": null,
"transcript": "XR_007058654.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.*1125G>T",
"hgvs_p": null,
"transcript": "ENST00000493197.5",
"protein_id": "ENSP00000425425.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000493197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.*332G>T",
"hgvs_p": null,
"transcript": "ENST00000506045.1",
"protein_id": "ENSP00000427444.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000506045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.382-401G>T",
"hgvs_p": null,
"transcript": "ENST00000510991.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000510991.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1904-401G>T",
"hgvs_p": null,
"transcript": "NR_103509.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_103509.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"hgvs_c": "n.1092-401G>T",
"hgvs_p": null,
"transcript": "XR_007058653.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058653.1"
}
],
"gene_symbol": "PHYKPL",
"gene_hgnc_id": 28249,
"dbsnp": "rs145124791",
"frequency_reference_population": 6.8410776e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84108e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9724694490432739,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.939,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9343,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.879,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_153373.4",
"gene_symbol": "PHYKPL",
"hgnc_id": 28249,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Gly358Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}