Skip to main content

Allelic phenotype prediction of phenylketonuria based on the machine learning method

Abstract

Background

Phenylketonuria (PKU) is caused by mutations in the phenylalanine hydroxylase (PAH) gene. Our study aimed to predict the phenotype using the allelic genotype.

Methods

A total of 1291 PKU patients with 623 various variants were used as the training dataset for predicting allelic phenotypes. We designed a common machine learning framework to predict allelic genotypes associated with the phenotype.

Results

We identified 235 different mutations and 623 various allelic genotypes. The features extracted from the structure of mutations and graph properties of the PKU network to predict the phenotype of PKU were named PPML (PKU phenotype predicted by machine learning). The phenotype of PKU was classified into three different categories: classical PKU (cPKU), mild PKU (mPKU) and mild hyperphenylalaninemia (MHP). Three hub nodes (c.728G>A for cPKU, c.721 for mPKU and c.158G>A for HPA) were used as each classification center, and 5 node attributes were extracted from the network graph for machine learning training features. The area under the ROC curve was AUC = 0.832 for cPKU, AUC = 0.678 for mPKU and AUC = 0.874 for MHP. This suggests that PPML is a powerful method to predict allelic phenotypes in PKU and can be used for genetic counseling of PKU families.

Conclusions

The web version of PPML predicts PKU allele classification supported by applicable real cases and prediction results. It is an online database that can be used for PKU phenotype prediction http://www.bioinfogenetics.info/PPML/.

Background

Phenylketonuria (PKU, OMIM# 261600) is a common autosomal recessive inherited metabolic disease with an inborn error of phenylalanine (Phe) metabolism, which is caused by pathogenetic variants in the phenylalanine hydroxylase (PAH) gene [1]. In the BIOPKU database, approximately 73% of genotypes were compound heterozygous, 27% were homozygous, and 55% of genotypes occurred in only a single individual [2]. Untreated PKU can generally lead to severe irreversible damage, such as intellectual disability, seizures, behavioral problems and mental disorders, and it may also result in a musty smell and lighter skin [3, 4]. A baby born to a mother who has poorly treated PKU may have heart problems and low birth weight [5, 6]. The danger and complexity of PKU make it a challenging task to understand and explore the relationship between PAH mutant genes and phenotypes.

It is difficult for patients with phenylalanine hydroxylase (PAH) gene variants that result in elevated concentrations of Phe in the blood to convert phenylalanine to tyrosine [7]. The severity of the disorder varies between patients depending on the blood Phe level at the time of diagnosis or dietary Phe tolerance. In earlier studies, the phenotypes of PAH deficiency were classified into four categories: classic PKU (cPKU), moderate PKU (moPKU), mild PKU (miPKU) and mild hyperphenylalaninemia (MHP) with pretreatment blood Phe concentrations of > 1200 μmol/L, 900–1200 μmol/L, 600–900 μmol/L, 360–600 and 120–360 μmol/L, respectively [8, 9]. Recently, more research has combined moderate PKU and mild PKU, dividing the phenotype into three categories [2, 3, 8, 10]. The prevalence of PKU varies among ethnicities and geographic areas. The global prevalence of PKU was estimated to be 1:23,930 newborns, and the prevalence of PKU in China was 1:15,924 [2]. The phenotype prevalence of the three categories in the chain was 62% cPKU, 25% mPKU and 35% MHP [1].

Genotype–phenotype plays an important role in PKU patients that can guide the treatment strategy and can also predict the prognosis. Several methods of genotype-based phenotype prediction have been reported, such as the arbitrary values method (AV) [9] and allelic phenotype values method (APV) [10]. The AV method classified the PKU phenotype into four arbitrary phenotype categories (cPKU, moderate PKU, mPKU and MHP) based on 297 functionally hemizygous patients and 105 PAH mutations. The APV method used 9336 PKU patients with 2589 different genotypes carrying 588 variants to investigate the PKU phenotype. This study identified 251 0-variant encoding inactive PAH and 88 variants in PAH functional hemizygous patients and classified the PKU phenotype into three categories (cPKU, mPKU and HPA). Both methods share a common feature: They score genotypes based on hemizygous patients, and then, the scores of the two combined alleles are summed to predict the final PKU phenotype. However, this approach has the inherent limitation that sufficient information on hemizygous patient mutations must be available for predicting PKU phenotypes; otherwise, the prediction is difficult to perform. Therefore, we propose a method to predict PKU phenotypes for arbitrary allele combinations without using the status of hemizygous patients.

In this study, we provide a new method to predict genotype–phenotype based on the machine learning method. A total of 1291 PKU patients were used as the training data for classifying the PKU phenotype into three categories: cPKU, mPKU and HPA. The features were extracted from the information of nucleotide mutations and amino acid change information, as well as the property of the allelic mutation linkage graph, for training with machine learning classification models. PKU phenotype prediction based on intrinsic information of PAH gene mutation loci can avoid the constraint of obtaining sufficient information on hemizygous patients, thus allowing the prediction of arbitrary allele combinations. Furthermore, this work improves the accuracy of PKU phenotype prediction by the ML method.

Materials and methods

Participants

A total of 1291 PKU cases over 14 years were collected in this study; 769 PKU patients were recruited at the Third Affiliated Hospital of Zhengzhou University between January 2016 and January 2022, and the remaining 522 PKU patients were collected from a study by Liu et al. [11], in which PKU patients were recruited from January 2008 to January 2016. We excluded patients with BH4 cofactor deficiency in this work. In this study, all subjects or guardians provided signed informed consent. This study was approved by the Medical Ethics Committee of the Third Affiliated Hospital of Zhengzhou University and was performed according to the principles of the Declaration of Helsinki.

Training data

In this study, we classified all PKU cases into three metabolic phenotype groups, classical PKU (cPKU, pretreatment blood Phe > 1200 µmol/L), mild PKU (mPKU, pretreatment blood Phe 600–1200 µmol/L) and mild hyperphenylalaninemia (MHP, pretreatment blood Phe 120–600 µmol/L). Of the 1291 PKU cases, 638 patients were classified as cPKU, 295 as mPKU and 358 as MHP. We then obtained three group training datasets for cPKU, mPKU and MHP. For cPKU, the training dataset contained 638 positive alleles and 653 negative alleles; the training dataset for mPKU contained 295 positive alleles and 996 negative alleles, and the MHP training dataset contained 358 positive alleles and 993 negative alleles.

Structure feature

We designed a new method to predict the phenotype of PKU based on allelic genotype by the ML method. The most critical part of this approach is extracting the corresponding feature values based on the obtained information for the training of machine learning models. First, we extracted the feature based on the mutation information, which we call the structure feature. We encoded the nucleic acid mutations, amino acids and exon/intron information with a different real number, and then, we extracted 7 dimensions for each mutation. For the allele genes, the dimension is 7 + 7 = 14. The detailed method about encodes structure feature can be found in Additional file 1: Supplementary note.

Graph features

We extracted 8 feature values from the network graph of the alleles. In the network, we identified three hub nodes by Cytoscape software [12]. We extracted 3 distance features that calculated the minimum distances to three hub nodes, including the minimum distance to the cPKU hub node, minimum distance to the mPKU hub node and minimum distance to the MHP hub node. Five node attributes were also calculated, including the degree measures and the number of direct interacting partners of this mutation. PageRank is the famous algorithm used by Google Search to rank web pages. Here, we used this algorithm to estimate how important the mutation was in the network. Edge betweenness measured how often the mutation was involved in the shortest paths in the network. By the network graph, we extracted 8 features from each mutation. The total dimension of alleles is 8 + 8 = 16. The detailed method for encodes graph feature can be found in Additional file 1.

Predicting allelic phenotype

Different methods have been proposed to classify phenotypes. First, the mutations were assigned to four phenotype categories (classic PKU, moderate PKU, mild PKU and MHP) proposed by Guldberg et al. [9]. In the most recent studies, the phenotype of PKU has been classified into three different categories by merging moderate PKU and mild PKU into one classification (classical PKU, mild PKU and MHP) [2, 10]. In this study, we generated an ML training dataset with three phenotype categories. The random forest (RF) method was used to predict allelic phenotypes that were implemented by the Python-based library scikit-learn [13]. To conduct a stringent performance assessment, tenfold cross-validation tests were carried out. We chose the receiver operating characteristic curve (ROC curve) and the area under the ROC curve (AUC) to assess the performance of our models. The formulas to calculate the true positive rate (TPR), false positive rate (FPR) and specificity (TNR) are as follows:

$$\mathrm{TPR}=\mathrm{sensitivity}=\frac{\mathrm{TP}}{\mathrm{TP}+\mathrm{FN}}$$
$$\mathrm{FPR}=\frac{\mathrm{FP}}{\mathrm{FP}+\mathrm{TN}}$$
$$\mathrm{TNR}= \mathrm{specificity}=\frac{\mathrm{TN}}{\mathrm{TN}+\mathrm{FP}}$$

Results

Distribution of mutations and phenotypes

A total of 1291 unrelated patients were investigated. A total of 235 different mutations were discovered, and 623 various allelic genotypes were identified. Figure 1A shows the distribution of mutations for allele genes. What stands out in the distribution is that the mutations covered all exonic regions of the PAH gene, except for Exon 1, Exon 4 and Exon 13, which were less distributed. The highest frequency of mutations was distributed in exon 2 (c.158G>A); exon 3 (c.194T>C, c.208_210del, c.301G>A, c.320A>G, c.311C>T); exon 6 (c.526C>T, c.611A>G); exon 7 (c.721C>T, c.728G>A, c.740G>A, c.782G>A); exon 11 (c.1068C>A, c.1174T>A, c.1197A>T); and exon 12 (c.1238G>C, c.1301C>A). Three different phenotype categories were classified according to the pretreatment plasma phenylalanine levels: cPKU (classic PKU), mPKU (mild PKU) and MHP (mild hyperphenylalaninemia). The 623 different mutations (compound heterozygous and homozygous) are shown in Additional file 2: Table S1. The high frequency of different PAH mutations combined into 43 different genotypes is shown in Fig. 1B. The mutations c.728G>A, c.611A>G, c.1.068C>A and c.1197A>T are the four most important mutations leading to the cPKU phenotype. What is striking about the cPKU phenotype is that the four mutations combined with c.158G>A result in MHP phenotypes. Details about the cPKU phenotype are shown in Additional file 3: Fig. S1. Moreover, c.158G>A combined with any mutation will lead to the MHP phenotype. This suggests that c.158G>A is a significant mutation that leads to the MHP phenotype. What is interesting about the combination of these mutations is the mPKU phenotype. For example, the mutation c.721C>T combined with important cPKU mutations (such as c.728G>A and c.611A>G) will lead to mPKU, but when c.721C>T is combined with itself or an important HPA mutation (c.158G>A), it results in MHP (Fig. 1B). The allelic genotypes associated with mPKU and MHP are shown in Additional file 4: Fig. S2 and Additional file 5: Fig. S3. The above results show the effect of different allele mutation combinations on phenotype and support the AV method proposed by Guldberg et al., which predicts phenotype by combining different genotypes [9]. Since the combination of alleles with different mutations (compound heterozygous and homozygous) leading to different PKU phenotypes is very complex, it becomes very difficult to predict phenotypes by simple allele combinations. Therefore, we proposed a new method to predict the allelic phenotype of PKU by machine learning.

Fig. 1
figure 1

Distribution of mutations for allele genes. A Location information of mutations in the PAH gene. B The allele genotype is associated with the PKU phenotype

Predicting the PKU phenotype model

Our research aimed to design a generic framework for predicting the allelic phenotype in the PAH gene that causes PKU. We designed a new method named PPML (PKU phenotype predicted by machine learning) that extracts the training features from mutation information to predict the allelic phenotype. Figure 2 shows the framework of PPML. A total of 1291 PKU cases used as a training dataset in this study contained 628 cPKU, 305 mPKU and 358 MHP patients (Fig. 2A). In the PPML framework, the training features are extracted in two ways: One way is based on the structural information of the mutation, and the other is based on the connectivity network graph composed of the mutations. As shown in Fig. 2B, the encoding method for structural information contains a nucleic acid mutation, amino acid change and exon/intron information in the PAH gene. We linked all the allelic mutations together to form a network graph. Each mutation as a node in the network graph is connected except for 12 mutations (Additional file 6: Fig. S4). We suspect that if enough case data are collected, then all mutations in the graph will form a linked network. This allows us to use the basic properties of graphs to encode feature values for ML training. Here, a total of 5 node attributes were extracted from the network graph, including degree, edge betweenness, page rank, closeness and eccentricity. Moreover, we identified three hub nodes (c.728G>A for cPKU, c.721C>T for mPKU and c.158G>A for HPA) as each classification center by Cytoscape software [12] (Additional file 7: Fig. S5). The distance to each hub node is another three features. Therefore, a total of 8 features were extracted from the allelic mutation network graph. The machine learning workflow is shown in Fig. 2C. The collected PKU patient cases were split into training data and test data for machine learning. A multimodel classification method was used in this framework, and the best model was chosen to predict PKU. Finally, the prediction results were reported by the webserver.

Fig. 2
figure 2

Scheme of the framework of PPML. A The PKU phenotype is classified in the training dataset. B Encoding the features extracted from the structure and graph method. C Workflow of PPML to predict the PKU phenotype

The performance of PPML

In this study, random forest (RF) is the classified model for predicting the phenotype of PKU. The receiver operating characteristic curve (ROC curve) and the area under the ROC curve (AUC) were used to assess the performance of the three different categories. The performance of the various training features is shown in Fig. 3. The best performance is the combined graph and structure feature (AUC = 0.832 in the cPKU test dataset, AUC = 0.678 in the mPKU test dataset and AUC = 0.874 in the MHP test dataset). The structure-based approach was better than the graph-based approach in the three different test datasets, except for mPKU with AUC = 0.675 (graph method) and AUC = 0.665 (structure method). In the three different datasets of test results, we can see that the structure-based and graph-based approaches perform essentially equally, and the performance of the combined graph-based and structure-based approaches was best in each test dataset. To avoid overfitting and ensure the generalizability of our method, we split our dataset into two subsets, with 80% of the data used for training and tenfold cross-validation, and the remaining 20% used as an independent validation set. The result of the RF method using the train dataset and the independent validation set are shown in Additional file 8: Table S2 and Additional file 9: Table S3, respectively. We compared the RF method with the other four classification methods (AdaBoost, Bernoulli, gradient boosting and K-neighbors method) using the cPKU training dataset (Additional file 10: Figure S6). The AUC results in this test showed that the RF method had the best performance with AUC = 0.832. The AUC performance by AdaBoost and gradient boosting classified methods was more than 0.8. Bernoulli and K-neighbors classified methods were poor performers, with AUC values of 0.511 and 0.685, respectively.

Fig. 3
figure 3

Performance of the structure and graph method for phenotype categories. A Performance in the cPKU training dataset. B Performance in the mPKU training dataset. C Performance in the MHP training dataset

Prediction of PKU phenotype web server

We built an easy-to-use PKU phenotype prediction web server based on the collected 14 years of PKU patient data and the PPML common prediction framework (Fig. 4). Figure 4A shows an overview of the PPML database. The PPML database provided the prediction entry for predicting the PKU phenotype based on any combination of mutations in PAH genes; the network entry for searching the mutation's highly relative allele mutations and calculating the hub phenotype mutation for cPKU, mPKU and HPA; and download entry for retrieving the training dataset and case database. The predicted PKU phenotype, shown in Fig. 4B, contains the predicted phenotype and the probability. The combined mutations reported in the case database supported the PKU phenotype. The blood PHE value contains maximum PHE, minimum PHE and mean PHE in each classification. The highly relative allele mutations in the PPML case database were reported by a linkage network graph, and the mutation as a hub phenotype node was calculated (the phenotype classified as cPKU, mPKU and HPA) (Fig. 4C).

Fig. 4
figure 4

PPML web server for predicting the PKU phenotype. A Overview of the PPML web server. B Prediction of the PKU phenotype. C Mutations relative to the network with the PKU phenotype

Discussion

Since the activity of PAH, and thus the metabolic phenotype of PKU, is determined by genotype, the evidence of genotype–phenotype correlation is growing [14,15,16,17]. Over the past 20 years, many methods have been proposed for predicting PKU genotype–phenotype associations, and they have been widely used. With the power of large mutational databases, several methods have been proposed to predict the relationship between genotype and phenotype in PKU. For example, the AV [9] and APV [10] methods are based on the status of hemizygous patients compared to the allelic phenotype of PKU. Sarah et al. used APV methods to explore the genotype–phenotype correlation in phenylketonuria using data from locus-specific and genotype databases [18]. Tianwen et al. [19] and Santos et al. [20] analyzed genotype–phenotype correlation and estimated the damage caused to PAH by various missense mutations by the AV method and pairwise correlation analysis. The AV and APV methods for PKU genotype–phenotype inference require a large hemizygous patient database for support and simple allele combinations for phenotype prediction. The ML-based framework proposed in this study for genotype–phenotype inference does not require the support of a hemizygous patient database, only a partial training dataset is needed to predict the phenotype, and more databases can be added to make the prediction more accurate. On the other hand, Pey et al. provided an experimental framework to explore the severity relating genotype to phenotype of the mutations in PKU [15]. This method inferred PKU genotype–phenotype prediction by an experimental approach, which is time-consuming and labor-intensive. This study is based on a machine learning approach for PKU phenotype–genotype prediction, which can achieve rapid and large-scale inference.

Locus-specific databases play an important role in understanding the nature, prevalence and impact of PAH deficiency [21, 22]. The locus-specific databases PAHvdb, ClinVar, HGMD and LOVD were searched for PAH variant information. However, only PAHvdb explored the genotype–phenotype for PKU by linking to the BIOPKU database. Our research provided a new database for predicting the phenotype in PKU based on the ML method. It is essential to establish more databases for PKU genotype–phenotype prediction. Our research built the PPML database, which contains genotypes and clinical phenotypes of more than 1000 patients with PKU. In the PPML, 49% of patients had the classical phenotype and 24% had a mild phenotype, with the remainder having mild HPA. We found that if the amount of PKU data in the database is large enough, any two alleles can be linked to form a linkage graph (Figure S4). The network of alleles and the edges weighted by the count of PKU patients in the PPML database can be created. The prediction model of PPML explored the PKU phenotype by machine learning methods and clinical patient cases. PPML is a general framework that can be applied to predict PKU phenotypes in various populations. However, the prevalence of PKU is not uniform depending on the region. The prevalence of PKU varies substantially among ethnicities and between different geographic regions worldwide [1]. Here, our training dataset is only based on cases in central China, so the prediction results are more applicable to central China. In the future, we hope that this database can support more population studies with different PKU prevalence in different regions.

PAH is an iron-containing monooxygenase enzyme that catalyzes the hydroxylation of phenylalanine to form tyrosine [23]. This reaction requires molecular oxygen and BH4 as a cofactor. In this study, we excluded the BH4 responsiveness of patients from the training dataset because the relation between genotype and BH4 responsiveness is complex [14]. Although approximately 1–2% of cases of hyperphenylalaninemia are based on mutations in genes coding for enzymes involved in BH4 biosynthesis or regeneration [24, 25], some patients with defects in BH4 biosynthesis (such as Segawa disease and sepiapterin reductase deficiency) present without hyperphenylalaninemia [26, 27]. Our research focuses on genotypes based on PAH gene mutations for phenotype prediction in phenylketonuria. Therefore, this method does not apply to the prediction of the PKU phenotype due to BH4 responsiveness. We hope this method provides great help in being able to infer phenotypes from genotypes in clinical diagnosis.

Data availability

The machine learning model created during this study is available at http://www.bioinfogenetics.info/PPML/. The dataset used for machine learning training is provided on the website.

Abbreviations

PKU:

Phenylketonuria

Phe:

Phenylalanine

cPKU:

Classic PKU

moPKU:

Moderate PKU

miPKU:

Mild PKU

MHP:

Mild hyperphenylalaninemia

AV:

Arbitrary values method

APV:

Allelic phenotype values method

ROC:

Receiver operating characteristic curve

TPR:

True positive rate

FPR:

False positive rate

RF:

Random forest

AUC:

Area under the ROC curve

References

  1. van Spronsen FJ, Blau N, Harding C, Burlina A, Longo N, Bosch AM. Phenylketonuria. Nat Rev Dis Primers. 2021;7(1):1–19.

    Google Scholar 

  2. Hillert A, Anikster Y, Belanger-Quintana A, Burlina A, Burton BK, Carducci C, Chiesa AE, Christodoulou J, Dordevic M, Desviat LR, et al. The genetic landscape and epidemiology of phenylketonuria. Am J Hum Genet. 2020;107(2):234–50.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Blau N, Van Spronsen FJ, Levy HL. Phenylketonuria. Lancet. 2010;376(9750):1417–27.

    Article  CAS  PubMed  Google Scholar 

  4. Williams RA, Mamotte CD, Burnett JR. Phenylketonuria: an inborn error of phenylalanine metabolism. Clin Biochem Rev. 2008;29(1):31.

    PubMed  PubMed Central  Google Scholar 

  5. Verkerk P, Van Spronsen F, Smit G, Sengers R. Impaired prenatal and postnatal growth in Dutch patients with phenylketonuria. The National PKU Steering Committee. Arch Dis Child. 1994;71(2):114–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Saugstad L. Birthweights in children with phenylketonuria and in their siblings. Lancet. 1972;299(7755):809–13.

    Article  Google Scholar 

  7. van Spronsen FJ, van Wegberg AM, Ahring K, Belanger-Quintana A, Blau N, Bosch AM, Burlina A, Campistol J, Feillet F, Gizewska M, et al. Key European guidelines for the diagnosis and management of patients with phenylketonuria. Lancet Diabetes Endocrinol. 2017;5(9):743–56.

    Article  PubMed  Google Scholar 

  8. Camp KM, Parisi MA, Acosta PB, Berry GT, Bilder DA, Blau N, Bodamer OA, Brosco JP, Brown CS, Burlina AB. Phenylketonuria Scientific Review Conference: state of the science and future research needs. Mol Genet Metab. 2014;112(2):87–122.

    Article  CAS  PubMed  Google Scholar 

  9. Guldberg P, Rey F, Zschocke J, Romano V, François B, Michiels L, Ullrich K, Hoffmann GF, Burgard P, Schmidt H. A European multicenter study of phenylalanine hydroxylase deficiency: classification of 105 mutations and a general system for genotype-based prediction of metabolic phenotype. Am J Hum Genet. 1998;63(1):71–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Garbade SF, Shen N, Himmelreich N, Haas D, Trefz FK, Hoffmann GF, Burgard P, Blau N. Allelic phenotype values: a model for genotype-based phenotype prediction in phenylketonuria. Genet Med. 2019;21(3):580–90.

    Article  CAS  PubMed  Google Scholar 

  11. Liu N, Huang Q, Li Q, Zhao D, Li X, Cui L, Bai Y, Feng Y, Kong X. Spectrum of PAH gene variants among a population of Han Chinese patients with phenylketonuria from northern China. BMC Med Genet. 2017;18(1):1–7.

    Article  Google Scholar 

  12. Shannon P, Markiel A, Ozier O, Baliga NS, Wang JT, Ramage D, Amin N, Schwikowski B, Ideker T. Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res. 2003;13(11):2498–504.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, Blondel M, Prettenhofer P, Weiss R, Dubourg V. Scikit-learn: machine learning in Python. J Mach Learn Res. 2011;12:2825–30.

    Google Scholar 

  14. Kayaalp E, Treacy E, Waters PJ, Byck S, Nowacki P, Scriver CR. Human phenylalanine hydroxylase mutations and hyperphenylalaninemia phenotypes: a metanalysis of genotype–phenotype correlations. Am J Hum Genet. 1997;61(6):1309–17.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Pey AL, Desviat LR, Gámez A, Ugarte M, Pérez B. Phenylketonuria: genotype–phenotype correlations based on expression analysis of structural and functional mutations in PAH. Hum Mutat. 2003;21(4):370–8.

    Article  CAS  PubMed  Google Scholar 

  16. Trefz FK, Burgard P, König T, Goebel-Schreiner B, Lichter-Konecki U, Konecki D, Schmidt E, Schmidt H, Bickel H. Genotype–phenotype correlations in phenylketonuria. Clin Chim Acta Int J Clin Chem. 1993;217(1):15–21.

    Article  CAS  Google Scholar 

  17. Trunzo R, Santacroce R, D’Andrea G, Longo V, De Girolamo G, Dimatteo C, Leccese A, Bafunno V, Lillo V, Papadia F, et al. Phenylalanine hydroxylase deficiency in south Italy: genotype–phenotype correlations, identification of a novel mutant PAH allele and prediction of BH4 responsiveness. Clin Chim Acta Int J Clin Chem. 2015;450:51–5.

    Article  CAS  Google Scholar 

  18. Wettstein S, Underhaug J, Perez B, Marsden BD, Yue WW, Martinez A, Blau N. Linking genotypes database with locus-specific database and genotype–phenotype correlation in phenylketonuria. Eur J Hum Genet EJHG. 2015;23(3):302–9.

    Article  CAS  PubMed  Google Scholar 

  19. Zhu T, Ye J, Han L, Qiu W, Zhang H, Liang L, Gu X. Variations in genotype–phenotype correlations in phenylalanine hydroxylase deficiency in Chinese Han population. Gene. 2013;529(1):80–7.

    Article  CAS  PubMed  Google Scholar 

  20. Santos LL, Fonseca CG, Starling AL, Januário JN, Aguiar MJ, Peixoto MG, Carvalho MR. Variations in genotype–phenotype correlations in phenylketonuria patients. Genet Mol Res GMR. 2010;9(1):1–8.

    Article  CAS  PubMed  Google Scholar 

  21. Scriver CR, Hurtubise M, Konecki D, Phommarinh M, Prevost L, Erlandsen H, Stevens R, Waters PJ, Ryan S, McDonald D, et al. PAHdb 2003: what a locus-specific knowledgebase can do. Hum Mutat. 2003;21(4):333–44.

    Article  CAS  PubMed  Google Scholar 

  22. Blau N, Shen N, Carducci C. Molecular genetics and diagnosis of phenylketonuria: state of the art. Expert Rev Mol Diagn. 2014;14(6):655–71.

    Article  CAS  PubMed  Google Scholar 

  23. Kaufman S. The phenylalanine hydroxylating system from mammalian liver. Adv Enzymol Relat Areas Mol Biol. 1971;35:245–319.

    CAS  PubMed  Google Scholar 

  24. Thöny B, Blau N. Mutations in the BH4-metabolizing genes GTP cyclohydrolase I, 6-pyruvoyl-tetrahydropterin synthase, sepiapterin reductase, carbinolamine-4a-dehydratase, and dihydropteridine reductase. Hum Mutat. 2006;27(9):870–8.

    Article  PubMed  Google Scholar 

  25. Blau N. Disorder of tetrahydrobiopterin and related biogenic amines. In: The metabolic and molecular bases of inherited disease. 2000.

  26. Bonafé L, Thöny B, Penzien JM, Czarnecki B, Blau N. Mutations in the sepiapterin reductase gene cause a novel tetrahydrobiopterin-dependent monoamine-neurotransmitter deficiency without hyperphenylalaninemia. Am J Hum Genet. 2001;69(2):269–77.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Ichinose H, Ohye T, Takahashi E, Seki N, Hori T, Segawa M, Nomura Y, Endo K, Tanaka H, Tsuji S, et al. Hereditary progressive dystonia with marked diurnal fluctuation caused by mutations in the GTP cyclohydrolase I gene. Nat Genet. 1994;8(3):236–42.

    Article  CAS  PubMed  Google Scholar 

Download references

Funding

This work is supported by the PhD research startup foundation of the Third Affiliated Hospital of Zhengzhou University (2021080).

Author information

Authors and Affiliations

Authors

Contributions

YF and LLZ conceived and designed the research. YF implemented the algorithm and designed the web server. JSG, DHZ, HYU and XLL prepared the training dataset. EWY, LYS and QQS contributed to the data acquisition, analysis and interpretation. JSG, YQG and EFY performed the research. YF and LLZ drafted the manuscript and critically revised the manuscript. All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Yang Fang or Linlin Zhang.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1.

Supplementary note. Encoding methods for structure and graph feature.

Additional file 2: Table S1.

Allele mutations associated with PKU phenotypes.

Additional file 3: Fig. S1.

Distribution of allelic genotype associated with cPKU.

Additional file 4: Fig. S2.

Distribution of allelic genotype associated with mPKU.

Additional file 5: Fig. S3.

Distribution of allelic genotype associated with HPA.

Additional file 6: Fig. S4.

Connectivity of allelic mutations in the PAH gene.

Additional file 7: Fig. S5.

Hub nodes for cPKU, mPKU and MPH.

Additional file 8: Table S2.

Tenfold cross-validation on the training data, with a ratio of 8:2 for training and testing, respectively.

Additional file 9: Table S3.

Independent validation by 20% of collection data.

Additional file 10.

Figure S6. Compared the RF method with other classification methods.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Fang, Y., Gao, J., Guo, Y. et al. Allelic phenotype prediction of phenylketonuria based on the machine learning method. Hum Genomics 17, 34 (2023). https://doi.org/10.1186/s40246-023-00481-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40246-023-00481-9

Keywords