Skip to main content

Ensemble learning for predicting ex vivo human placental barrier permeability

Abstract

Background

The placental barrier protects the fetus from exposure to some toxicants and is vital for drug development and risk assessment of environmental chemicals. However, in vivo experiments for assessing the placental barrier permeability of chemicals is not ethically acceptable. Although ex vivo placental perfusion methods provide good alternatives for the assessment of placental barrier permeability, the application to a large number of test chemicals could be time- and resource-consuming. Computational prediction models for ex vivo placental barrier permeability are therefore desirable.

Methods

A total of 87 chemicals and corresponding 1444 physicochemical properties were divided into training and test datasets. Three types of algorithms including linear regression, random forest, and ensemble models were applied to develop prediction models for ex vivo placental barrier permeability.

Results

Among the tested models, the ensemble model integrating the previous two methods performed best for predicting ex vivo human placental barrier permeability with correlation coefficients of 0.887 and 0.825 when considering the applicability domain. An additional test on seven newly curated chemicals from the literature showed a good correlation coefficient of 0.879 which was further improved to 0.921 by considering the variation of experiments.

Conclusion

In this study, the first valid predicting model for ex vivo human placental barrier permeability was developed following the OECD guideline. The model is expected to be useful for assessing the human placental barrier permeability and can be integrated with developmental toxicity prediction models for investigating the toxic effects of chemicals on the fetus.

Background

The exposure of certain chemical compounds may cause toxic effects in the human body. Exposure sources of the toxic chemicals could be found in the environment, food, or drugs in our daily life. While a low dose of toxic chemicals may not cause adverse effects in adults, chemicals capable of penetrating the placental barrier could be harmful to the fetus which is a significant problem. Due to the complexity and ethical issues, the measurement of placental transfer permeability of chemicals based on in vivo conditions may not be applicable for risk assessment of novel chemicals. Therefore, a few computational methods have been developed to predict in vivo human fetal-maternal blood concentration ratio (logFM) of chemicals [1, 2]. Takaku et al. conducted the first work on the prediction model for predicting in vivo logFM values based on manually curated 55 chemicals with logFM values [2]. Subsequently, Wang et al. proposed the first valid model according to the OECD guideline with fewer features but higher performance [1].

While the above-mentioned prediction models could be useful for studying in vivo human placental barrier permeability, the in vivo human dataset used for training the models was quite small and it is not likely to grow due to ethical issues. Further improvement and validation of the models will be infeasible without the input of new in vivo data. Since the placenta is the most species-specific mammalian organ, the adaptation of animal data for extrapolation to human beings has not been applicable [3].

The integration of multiple relevant models could largely improve the prediction performance and enhance regulatory acceptance. For example, assays regarding the adverse outcome pathway of skin sensitization have been integrated for developing novel prediction models [4,5,6]. The prediction of developmental and reproductive toxicity can be improved by a weight-of-evidence integration of several types of models [7]. For ICH (International Council for Harmonisation of Technical Requirements for Pharmaceuticals for Human Use) M7 guidelines, an agreement of mutagenicity prediction outcomes from two complementary models, e.g. rule-based and statistical models, is acceptable for regulation [8]. Altogether, it is desirable to develop complementary or mechanism-relevant models for human placental barrier permeability.

Ex vivo human placental perfusion models are potential complementary methods. There were two studies aiming to develop prediction models for ex vivo human placental barrier permeability using the clearance index (CI) values, a relative permeability compared to antipyrine. Giaginis et al. applied a multivariate data analysis method incorporating principal component analysis (PCA) and partial least square (PLS) methods to get the most influential variables for model development [9]. Based on 16 descriptors, their model for ex vivo CI values performed reasonably good for CI prediction with fitting and cross-validation r2 values of 0.730 and 0.710, respectively. Nevertheless, there is no independent test dataset for evaluating the prediction performance for unseen chemicals, and no applicability domain was defined that is essential according to the OECD guideline for validating quantitative structure–activity relationship models [10]. Zhang et al. identified a different set of 48 descriptors for building a PLS model based on the same dataset [11]. In their work, a test set has been divided from the whole dataset to independently test the developed model. Within their reported applicability domain, r2 values are 0.732 and 0.766 for cross-validation on the training dataset and external prediction on the test dataset, respectively. While an applicability domain was defined based on a leverage method [12, 13], the selection of outliers depends on the residues of predicted and experimental values presenting an information leak issue and therefore the testing performance could be overestimated. More importantly, the identification of tested chemicals within the applicability domain based on residues is impractical due to the lack of experimental values of the tested chemicals. Applicability domain should be defined according to the training dataset and tested using the independent test dataset to ensure a proper estimation of prediction performance [1, 4].

To support the identification of potential chemicals permeable to the human placental barrier, this work presents the first valid model according to the OECD guidelines. A sequential forward selection algorithm was applied to select informative features for linear, non-linear, and ensemble models using the training set. Results showed that the proposed ensemble model integrating linear regression and random forest algorithms performed best with correlation coefficients of 0.940, 0.850, and 0.825 for model fitting, leave-one-out cross-validation (LOOCV), and independent test, respectively. After the adjustment of the applicability domain based on only the training set, its performance was improved with correlation coefficients of 0.952 and 0.887 for model fitting and leave-one-out cross-validation (LOOCV). Since all chemicals in the independent test set fall in the applicability domain, there is no change in the independent test performance. In addition, we further collected seven external chemicals with ex vivo permeability data from the literature. A final ensemble model trained using all chemicals in the training and test sets was applied to predict the seven external chemicals. A very good correlation coefficient value of 0.879 was obtained showing the usefulness of the proposed method. By considering the variation of experiments, an excellent correlation coefficient value of 0.921 was obtained. Future works could be the integration of the two models for the consensus prediction of human placental barrier permeability.

Methods

Dataset

A total of 88 chemicals with ex vivo human placental barrier permeability data were taken from a previous curation work [11]. Two stereoisomers of dexamethasone and betamethasone were found among the 88 compounds and dexamethasone was removed to avoid overstimulation of the prediction performance. The remaining 87 chemicals were randomly divided into a training dataset and a test dataset with 66 and 21 chemicals, respectively. The permeability data was represented as a clearance index (CI) that is a relative permeability compared to antipyrine designed to overcome inter-placental variability [9] as shown in the following equation Eq. 1.

$${\text{CI }} = {\text{ clearance }}\;{\text{of }}\;{\text{drug }}\;{\text{under }}\;{\text{study}}/{\text{clearance}}\;{\text{ of }}\;{\text{antipyrine}}$$
(1)

The training dataset was utilized for the development of a final model including feature selection and cross-validation, while the test dataset was used to independently test the final model. Chemicals were firstly converted into 1,444 1D and 2D features (physicochemical properties) using the PaDEL-Descriptor v2.21 software [14] as it showed excellent performance in various tasks [1, 2, 15, 16]. The data tables of training and test datasets are shown in Additional file 1: Tables S1 and S3, respectively.

Model development and feature selection

Irrelevant features and less informative features with scarcity and small variation can hamper the model performance that should be removed before model development. Three basic steps were firstly applied to exclude useless features with (1) extreme values that are 100-fold larger than the average, (2) more than or equal to 30% zero values (scarcity), and (3) small variation (less than 12 unique values). Before the application of regression algorithms for model development, the remaining features in the training dataset were normalized based on the Z-score method [17] as shown in Eq. 2.

$${\text{z }} = \, ({\text{x}} - \mu )/\sigma ,$$
(2)

where z, x, μ, and σ are the normalized, original, mean, and variance values, respectively.

Based on the normalized feature vectors, a sequential forward selection algorithm [18] was applied to select informative features based on the performance of leave-one-out cross-validation (LOOCV). Sequential forward/backward selection algorithms are efficient solutions for the combinatorial optimization problems that are highly appreciated in the field of bioinformatics due to the high-dimensional feature space observed in numerous applications [19, 20]. Briefly, the best features were sequentially selected and appended into the final feature set. The selection of features is based on the LOOCV performance of the corresponding regression algorithm.

In this study, we consider three types of algorithms including the linear regression, random forest, and voting regression combining the previous two algorithms. Linear regression presents can capture linear relationships between features and the permeability, however, the oversimplified linear relationships may not be able to fully explain complex biological outpoints. In order to capture non-linear relationships, the popular random forest algorithm [21] was adopted in this study. Since the dataset is small, it is important to avoid overfitting problems. In this study, we argue that predictive features should be useful for both linear and non-linear models. Therefore, a voting regression algorithm combining the linear regression and random forest models was also tested. After the model development, the test dataset was then normalized based on the parameters derived from training the dataset and predicted by the developed models. Scikit-learn package version 0.21 [22] and associated default parameters were utilized to implement the linear regression, random forest, and voting regressor.

Applicability domain

Applicability domain defines the chemical space that can be reliably predicted by the corresponding model. In this study, a decision tree method [1] was applied to identify the rules for identifying chemicals that may not be reliably predicted by the model. The rules were derived from only the training dataset to avoid information leak issues that might overestimate the prediction performance [1, 4]. We first calculate the absolute error for each chemical based on the LOOCV results as a new dependent variable. Subsequently, the classification and regression tree (CART) algorithm [23] was applied to learn a decision tree from identified informative features for predicting the absolute errors of test chemicals. Once the decision tree has been constructed, n rules can be extracted, representing the decision process of n corresponding leaf nodes. The rule with a high absolute error indicated the chemical properties involved in the rule could lead to unreliable prediction. Therefore, the identified rules were then ranked based on the absolute error in descending order and iteratively appended to a final rule set until there was no significant performance improvement. The final rule set represents the chemical space that the model may not reliably predict and was utilized for excluding chemicals out of the applicability domain in the test dataset.

Results

Comparison of linear and non-linear models

The removal of useless features consisting of 103, 563, and 20 features with extreme values, scarcity, and small variation, respectively, lead to a dataset of 758 features for subsequent analysis. Since the dataset is quite small, we first compared the performance of two types of models including linear and non-linear models. The sequential forward feature selection algorithm was then applied to select informative features. The stopping criterion for feature selection is that the inclusion of an additional feature gives less than 1% correlation coefficient improvement. A total of seven features were selected for the highly interpretable linear regression models. The performance is shown in Fig. 1. For the prediction of ex vivo CI values, the developed linear regression model was underfitted with lower fitting performance. The corresponding correlation coefficient values are 0.871, 0.844, and 0.772 for fitting, LOOCV, and test, respectively. For the non-linear model, six features were selected for random forest regression. It is not surprising that the fitting performance is excellent with a correlation coefficient of 0.982. However, the correlation coefficient values of 0.829 and 0.647 for LOOCV and test, respectively, indicated that the model is overfitted. Since the linear model gave a stable performance and the non-linear model was good at fitting. Also, we argued that the informative feature set should be useful for both linear and non-linear models. The combination of both methods by voting regression could be a potential solution for the prediction of human placental barrier permeability.

Fig. 1
figure 1

The comparison of linear, non-linear and ensemble models

Ensemble model

The sequential forward feature selection algorithm identified 7 informative features of MLFER_BH, AATSC3v, AATSC2i, GATS1s, AATSC1c, MATS2i, and GATS5m for the ensemble model of voting regression. MLFER_BH represents the overall or summation solute hydrogen bond basicity [24]. The other six features belong to autocorrelation descriptors with different parameters [25]. The description of the 7 features is shown in Table 1 and the feature selection process is shown in Fig. 2. The fitting performance is between the linear and non-linear ones with a correlation coefficient of 0.94 (Fig. 1). The detailed fitting and LOOCV results are shown in Additional file 1: Table S1. Please note that the feature values shown in Additional file 1: Table S1 are z-score normalized values. Their corresponding mean and variance are shown in Additional file 1: Table S2.

Table 1 Description of the identified 7 informative features
Fig. 2
figure 2

The feature selection process for the ensemble model. The red dot is the selected point for subsequent model development where the inclusion of one more feature does not make at least 1% improvement on the LOOCV correlation coefficient

The LOOCV performance was slightly improved compared to the linear and non-linear models with a correlation coefficient of 0.85 (Fig. 1). The results showed that different combinations of feature sets and algorithms performed similarly in LOOCV. The comparison of experimental and predicted CI values obtained from the LOOCV is shown in Fig. 3. While the LOOCV performance was only slightly improved, a much better test correlation coefficient value of 0.825 was obtained from the test dataset (Fig. 1). The small difference of LOOCV and test performance showed that there were no overfitting problems for the developed ensemble model. Figure 4 presents the plot of experimental and predicted CI values. Detailed prediction values on the test dataset are shown in Additional file 1: Table S3. Please note that the feature values shown in Additional file 1: Table S3 are z-score normalized values. The robust ensemble model could be useful for predicting ex vivo human placental barrier permeability.

Fig. 3
figure 3

The comparison of experimental and predicted CI values for leave-one-out cross-validation. AD, applicability domain; Y, chemicals within the AD (blue dot); N, chemicals out of the AD

Fig. 4
figure 4

The comparison of experimental and predicted CI values for the test dataset. AD, applicability domain; Y, chemicals within the AD (blue dot)

Adjustment of applicability domain

The determination of the applicability domain of models should be derived only from the training dataset and validated using the test dataset to avoid information leak issues [4, 5]. In this study, a useful decision tree-based method [1] was utilized to identify an exclusion rule set for chemicals out of the applicability domain based on the training dataset. Briefly, rules for predicting LOOCV errors were firstly derived using the CART algorithm. Subsequently, the rule with the highest predicted error was iteratively appended to the exclusion rule set until no significant improvement (< 1%) on the correlation coefficient was obtained. A total of two exclusion rules were determined to exclude chemicals out of the applicability domain, as shown in Additional file 1: Table S4. Please note that the exclusion rules are based on normalized feature values.

After the applicability domain adjustment, two chemicals of riboflavin and lopinavir in the training dataset were excluded based on rules of #1 and #2 (described in Additional file 1: Table S4), respectively. The exclusion of the two chemicals led to an improvement of correlation coefficient values of 0.952 and 0.887 for model fitting and LOOCV on the training dataset, respectively. The coverage of chemicals within the applicability domain is 96.97% (64/66). The application of the applicability domain identified no chemicals in the test dataset indicating that those test chemicals (coverage = 100%) could be reliably predicted.

The comparison between the feature sets of three models

Since three feature sets were identified for the linear, non-linear, and ensemble methods, it is interesting to know the difference among the feature sets. Table 2 shows the selected features for the three models and their corresponding categories. The categorization is based on the document provided by the PaDEL-Descriptor software. The diverse descriptor types were selected for the linear regression model, while autocorrelation descriptors were preferred for random forest and ensemble models. All three types of models found that the autocorrelation descriptors were important for the prediction of ex vivo placental barrier permeability. Three features of AATSC3v, AATSC1c and MLFER_BH were identified to be useful for two types of models that might be more reliable predictors for ex vivo placental barrier permeability. It is worth noting that AATSC1c was also found useful for predicting in vivo logFM values for placental barrier permeability reported by our previous work [1]. Autocorrelation features could play important roles on the placental barrier permeability as they are recognized to be important for all three types of models.

Table 2 Comparison of the selected feature sets for the three types of models

Feature analysis showing the gap between ex vivo and in vivo conditions

Since informative features for ex vivo and in vivo datasets were identified by this study and previous studies [1, 2], respectively, it is interesting to know the difference between those two datasets for better interpretation of the predicted results. First, the correlation coefficients between the seven features from the ex vivo dataset and three features from in vivo dataset [2] were calculated to show the difference between the two conditions. As shown in Table 3, MLFER_BH is the only feature with good correlation coefficients of 0.762, 0.511 and 0.865 to all the three features of MW, hmax and TopoPSA for in vivo condition, respectively. In addition, MLFER_BH is the first feature selected by our ensemble model through stepwise feature selection showing that the in vivo information carried by MLFER_BH is very important and the proposed method was able to identify key features responsible for transplacental permeability. The absolute values of correlation coefficients for the other features are all less than 0.35 showing that the features may not be relevant to the in vivo transplacental permeability.

Table 3 Correlation coefficients between the informative features for in vivo and ex vivo datasets

Second, MLFER_BH and the three features of MW, hmax and TopoPSA were utilized to train two separate models using the proposed ensemble method to know whether the features highly relevant to in vivo conditions are predictive of ex vivo condition. Similar moderate correlation coefficients of around 0.55 were obtained from the cross-validation of the two models showing that the features relevant to in vivo conditions are insufficient for predicting ex vivo transplacental permeability.

Third, the importance of the seven features identified in this study were analyzed to better understand the contribution of the features to ex vivo transplacental permeability. The feature rankings based on the coefficients of linear regression and feature importance of random forest and an overall feature ranking are shown in Table 4. While MLFER_BH was the first feature selected by our algorithm, its overall ranking is only in fifth place. In contrast, the feature of AATSC1c ranked first but with low correlations to the three features for in vivo conditions.

Table 4 The rank of linear regression and random forest of seven features

Altogether, the results indicated that in vivo and ex vivo transplacental permeability of chemicals shared similar basic features that were represented by MLFER_BH in our model. However, the extrapolation from ex vivo to in vivo conditions should be carefully evaluated since the features highly relevant to in vivo conditions are not very predictive. It revealed the importance of this work by identifying the additional six autocorrelation features required for explaining the ex vivo conditions. Among the seven informative features, AATSC1c and AATSC3v are considered most important for modeling the ex vivo transplacental permeability that is consistent with the comparison analysis between the feature sets of three models.

External test

The advantage of ex vivo placental barrier permeability prediction models over in vivo ones is that new data is expected to grow with time. In order to further test our model, we curated an additional external test dataset from six papers [26,27,28,29,30,31]. The seven features required for the prediction were firstly calculated based on PaDEL-Descriptor. A re-trained voting regression model based on 87 data consisting of the original training and test datasets was applied to predict the external test dataset. The observed, fitting, and LOOCV results of the new training model are shown in Additional file 1: Table S5 and Additional file 1: Figure S1. The corresponding rules for defining the applicability domain of the model are shown in Additional file 1: Table S6. Applicability domain assessment showed that all the 7 chemicals can be reliably predicted by the model, i.e. they are all within the applicability domain.

Detailed prediction results for the external test dataset are shown in Fig. 5 and Additional file 1: Table S7. The correlation coefficient and mean absolute error (MAE) values of the external test dataset were 0.879 and 0.232, respectively. While the performance is reasonably good, the results are based on the reported average CI values of several duplicates of ex vivo experiments curated from the literature. Considering the biological variation nature of the experiments, we further calculated the performance against the minimum CI (mCI) values within the variation. Results showed that the prediction made by our model well correlated with the mCI values with a correlation coefficient of 0.921 and MAE of 0.135, respectively. Among the seven chemicals, the absolute prediction errors for mCIs of bromocriptine and darunavir were less than 0.01 indicating a very accurate prediction. In contrast, the largest absolute error of 0.376 based on its mCI value has been made for bisphenol A. Nevertheless, the relative absolute error for bisphenol A is only 0.372 showing the usefulness of the prediction model. Altogether, the external test showed that the model is capable of producing reliable predictions for ex vivo human placental barrier permeability.

Fig. 5
figure 5

The comparison between CI and minimum CI values with predicted CI for the external test dataset

Discussion

This work demonstrated that ensemble learning provides a more reliable prediction on ex vivo human placental barrier permeability. For small datasets, traditional methods relying on only a single linear/non-linear algorithm could overfit the dataset. Our evaluation results showed that single models derived from a small dataset could be unreliable. Moreover, the selected features are different for each algorithm due to the small number of samples. In this study, we argued that informative features should be useful for different types of algorithms. Our results showed that the selected features for the ensemble model are more predictive compared to the features for single algorithms. The selected features for the ensemble model are therefore considered more informative. The excellent test results on an additional test dataset confirmed the reliability of selected features and constructed model. Since a small dataset is a common issue for cheminformatics works, this study provides a potential solution for developing reliable models based on a limited number of data. The analysis of predictive features for in vivo and ex vivo transplacental permeability of chemicals revealed that additional features of autocorrelation descriptors should be taken into consideration for the extrapolation from ex vivo to in vivo conditions. Since in vivo data is not likely to grow, future works can be the development of models for mapping ex vivo results to in vivo permeability.

Conclusion

Computational models are promising alternatives for reducing experimental testing costs. Valid models according to the OECD guideline can be utilized to filter out potential toxicants or identify safer drug candidates for further experimental validation. In this work, the performance of the three types of models were analyzed and led to the development of a final ensemble model for predicting ex vivo human placental barrier permeability. Among the seven important features for model development, MLFER_BH represents basic properties of in vivo transplacental permeability and autocorrelation descriptors are potential features for extrapolation from in vivo to ex vivo conditions. The identification of AATSC1c is also consistent with our previous study for predicting in vivo human placental barrier permeability [1]. In addition to the good performance derived from fitting, LOOCV, and independent test, an additional dataset consisting of seven chemicals curated from literature was applied to further test the predictive ability for unseen chemicals. An excellent correlation coefficient of 0.921 was obtained when considering the variation of biological experiments showing the usefulness of the developed model in the real world setting. Future works could be the development of strategies for integrating outputs from valid in vivo and ex vivo models for improving its performance. Also, our previous weight-of-evidence model for predicting reproductive and developmental toxicity [7] could be extended to incorporate placental barrier permeability for assessing embryo-fetal developmental toxicity.

Availability of data and materials

Data are available as Supplementary Files.

Abbreviations

OECD:

Organisation for Economic Co-operation and Development

ICH:

International Council for Harmonisation of Technical Requirements for Pharmaceuticals for Human Use

CI:

Clearance index

PCA:

Principal component analysis

PLS:

Partial least square

LOOCV:

Leave-one-out cross-validation

CART:

Classification and regression tree

MAE:

Mean absolute error

mCI:

Minimum clearance index

References

  1. Wang C-C, Lin P, Chou C-Y, Wang S-S, Tung C-W. Prediction of human fetal–maternal blood concentration ratio of chemicals. PeerJ. 2020;8:e9562.

    Article  Google Scholar 

  2. Takaku T, Nagahori H, Sogame Y, Takagi T. Quantitative structure-activity relationship model for the fetal-maternal blood concentration ratio of chemicals in humans. Biol Pharm Bull. 2015;38:930–4.

    Article  CAS  Google Scholar 

  3. Grafmüller S, Manser P, Krug HF, Wick P, von Mandach U. Determination of the transport rate of xenobiotics and nanomaterials across the placenta using the ex vivo human placental perfusion model. J Vis Exp JoVE. 2013;76:50401.

    Google Scholar 

  4. Tung C-W, Lin Y-H, Wang S-S. Transfer learning for predicting human skin sensitizers. Arch Toxicol. 2019;93:931–40.

    Article  CAS  Google Scholar 

  5. Tung C-W, Wang C-C, Wang S-S. Mechanism-informed read-across assessment of skin sensitizers based on SkinSensDB. Regul Toxicol Pharmacol. 2018;94:276–82.

    Article  CAS  Google Scholar 

  6. Borba JVB, Braga RC, Alves VM, Muratov EN, Kleinstreuer N, Tropsha A, et al. Pred-Skin: a web portal for accurate prediction of human skin sensitizers. Chem Res Toxicol. 2020;34:258–67.

    Article  Google Scholar 

  7. Tung C-W, Cheng H-J, Wang C-C, Wang S-S, Lin P. Leveraging complementary computational models for prioritizing chemicals of developmental and reproductive toxicity concern: an example of food contact materials. Arch Toxicol. 2020;94:485–94.

    Article  CAS  Google Scholar 

  8. Amberg A, Beilke L, Bercu J, Bower D, Brigo A, Cross KP, et al. Principles and procedures for implementation of ICH M7 recommended (Q)SAR analyses. Regul Toxicol Pharmacol. 2016;77:13–24.

    Article  CAS  Google Scholar 

  9. Giaginis C, Zira A, Theocharis S, Tsantili-Kakoulidou A. Application of quantitative structure–activity relationships for modeling drug and chemical transport across the human placenta barrier: a multivariate data analysis approach. J Appl Toxicol. 2009;29:724–33.

    Article  CAS  Google Scholar 

  10. OECD. Guidance document on the validation of (quantitative) structure-activity relationship models. 2014.

  11. Zhang Y-H, Xia Z-N, Yan L, Liu S-S. Prediction of placental barrier permeability: a model based on partial least squares variable selection procedure. Molecules. 2015;20:8270–86.

    Article  CAS  Google Scholar 

  12. Roy K, Kar S, Ambure P. On a simple approach for determining applicability domain of QSAR models. Chemom Intell Lab Syst. 2015;145:22–9.

    Article  CAS  Google Scholar 

  13. Gramatica P. Principles of QSAR models validation: internal and external. QSAR Comb Sci. 2007;26:694–701.

    Article  CAS  Google Scholar 

  14. Yap CW. PaDEL-descriptor: an open source software to calculate molecular descriptors and fingerprints. J Comput Chem. 2011;32:1466–74.

    Article  CAS  Google Scholar 

  15. Huang S-H, Tung C-W, Fülöp F, Li J-H. Developing a QSAR model for hepatotoxicity screening of the active compounds in traditional Chinese medicines. Food Chem Toxicol Int J Publ Br Ind Biol Res Assoc. 2015;78:71–7.

    Article  CAS  Google Scholar 

  16. Tseng C-H, Tung C-W, Wu C-H, Tzeng C-C, Chen Y-H, Hwang T-L, et al. Discovery of Indeno[1,2-c]quinoline derivatives as potent dual antituberculosis and anti-inflammatory agents. Mol Basel Switz. 2017;22:1001.

    Google Scholar 

  17. Kreyszig E. Advanced engineering mathematics. New York: Wiley; 1979.

    Google Scholar 

  18. Tung C-W, Wu M-T, Chen Y-K, Wu C-C, Chen W-C, Li H-P, et al. Identification of biomarkers for esophageal squamous cell carcinoma using feature selection and decision tree methods. Sci World J. 2013;2013:782031.

    Article  Google Scholar 

  19. Wang C-C, Lin Y-C, Lin Y-C, Jhang S-R, Tung C-W. Identification of informative features for predicting proinflammatory potentials of engine exhausts. Biomed Eng Online. 2017;16(Suppl 1):66.

    Article  Google Scholar 

  20. Tung C-W. Prediction of pupylation sites using the composition of k-spaced amino acid pairs. J Theor Biol. 2013;336:11–7.

    Article  CAS  Google Scholar 

  21. Breiman L. Random forests. Mach Learn. 2001;45:5–32.

    Article  Google Scholar 

  22. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, et al. Scikit-learn: machine learning in python. J Mach Learn Res. 2011;12:2825–30.

    Google Scholar 

  23. Breiman L, Friedman JH, Olshen RA, Stone CJ. Classification and regression trees. 2017.

  24. Platts JA, Butina D, Abraham MH, Hersey A. Estimation of molecular linear free energy relation descriptors using a group contribution approach. J Chem Inf Comput Sci. 1999;39:835–45.

    Article  CAS  Google Scholar 

  25. Todeschini R, Consonni V. Molecular descriptors for chemoinformatics: volume I: alphabetical listing/volume II: appendices, references. New York: Wiley; 2009.

    Google Scholar 

  26. Vinot C, Tréluyer J-M, Giraud C, Gavard L, Peytavin G, Mandelbrot L. Bidirectional transfer of raltegravir in an ex vivo human cotyledon perfusion model. Antimicrob Agents Chemother. 2016;60:3112–4.

    Article  CAS  Google Scholar 

  27. Mandelbrot L, Duro D, Belissa E, Peytavin G. Placental transfer of darunavir in an ex vivo human cotyledon perfusion model. Antimicrob Agents Chemother. 2014;58:5617–20.

    Article  Google Scholar 

  28. Mandelbrot L, Duro D, Belissa E, Peytavin G. Placental transfer of rilpivirine in an ex vivo human cotyledon perfusion model. Antimicrob Agents Chemother. 2015;59:2901–3.

    Article  CAS  Google Scholar 

  29. Mendes MDS, Hirt D, Vinot C, Valade E, Lui G, Pressiat C, et al. Prediction of human fetal pharmacokinetics using ex vivo human placenta perfusion studies and physiologically based models. Br J Clin Pharmacol. 2016;81:646–57.

    Article  Google Scholar 

  30. Balakrishnan B, Henare K, Thorstensen EB, Ponnampalam AP, Mitchell MD. Transfer of bisphenol A across the human placenta. Am J Obstet Gynecol. 2010;202(393):e1-7.

    Google Scholar 

  31. Zheng Q, Zhou Q, Li J, Tian Y, Huang H, Yao Q, et al. Placental transfer of bromocriptine in an ex vivo human placental perfusion model. J Matern Fetal Neonatal Med. 2019;32:1155–9.

    Article  CAS  Google Scholar 

Download references

Acknowledgements

None.

About this supplement

This article has been published as part of BMC Bioinformatics Volume 22 Supplement 10 2021: Selected articles from the 19th Asia Pacific Bioinformatics Conference (APBC 2021): bioinformatics. The full contents of the supplement are available at https://bmcbioinformatics.biomedcentral.com/articles/supplements/volume-22-supplement-10.

Funding

This work was supported by the National Science and Technology Council of Taiwan (NSTC-110-2221-E-400-004-MY3, NSTC-110-2313-B-002-051-, NSTC-107-2221-E-400-004-MY3) and National Health Research Institutes (NHRI-109A1-EMCO-0319204). Publication costs are funded by the National Science and Technology Council of Taiwan (NSTC-110-2221-E-400-004-MY3). The funders did not play any role in this study.

Author information

Authors and Affiliations

Authors

Contributions

PL and CWT conceived the idea. CYC, SSW and CWT implemented the program. CYC, PL, JK, CCW and CWT analyzed the data. All the authors have read and approved the manuscript.

Corresponding authors

Correspondence to Chia-Chi Wang or Chun-Wei Tung.

Ethics declarations

Ethical approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare no 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: Table S1

. The features, experimental CI, predicted CI values, and AD of the training dataset. Table S2. The mean and variance values of the 7 selected informative features for the ensemble model. Table S3. The features, experimental CI, predicted CI values, and AD of the test dataset. Table S4. The rules for defining the applicability domain of the ensemble model based on the training dataset. Table S5. Details of the final prediction model based on all 87 chemicals. Table S6. The rules for defining the applicability domain of the final prediction model. Table S7. The features, experimental CI, predicted CI values, and AD of the external test dataset. Figure S1. The comparison of experimental and predicted CI values of 87 training dataset for leave-one-out cross-validation. Abbreviations: AD, applicability domain; Y, chemicals within the AD (blue dot); N, chemicals out of the AD (red dot).

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

Chou, CY., Lin, P., Kim, J. et al. Ensemble learning for predicting ex vivo human placental barrier permeability. BMC Bioinformatics 22 (Suppl 10), 629 (2021). https://doi.org/10.1186/s12859-022-04937-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-022-04937-y

Keywords