Literature DB >> 18541060

Asymmetric bagging and feature selection for activities prediction of drug molecules.

Guo-Zheng Li1, Hao-Hua Meng, Wen-Cong Lu, Jack Y Yang, Mary Qu Yang.   

Abstract

BACKGROUND: Activities of drug molecules can be predicted by QSAR (quantitative structure activity relationship) models, which overcomes the disadvantages of high cost and long cycle by employing the traditional experimental method. With the fact that the number of drug molecules with positive activity is rather fewer than that of negatives, it is important to predict molecular activities considering such an unbalanced situation.
RESULTS: Here, asymmetric bagging and feature selection are introduced into the problem and asymmetric bagging of support vector machines (asBagging) is proposed on predicting drug activities to treat the unbalanced problem. At the same time, the features extracted from the structures of drug molecules affect prediction accuracy of QSAR models. Therefore, a novel algorithm named PRIFEAB is proposed, which applies an embedded feature selection method to remove redundant and irrelevant features for asBagging. Numerical experimental results on a data set of molecular activities show that asBagging improve the AUC and sensitivity values of molecular activities and PRIFEAB with feature selection further helps to improve the prediction ability.
CONCLUSION: Asymmetric bagging can help to improve prediction accuracy of activities of drug molecules, which can be furthermore improved by performing feature selection to select relevant features from the drug molecules data sets.

Entities:  

Mesh:

Substances:

Year:  2008        PMID: 18541060      PMCID: PMC2423448          DOI: 10.1186/1471-2105-9-S6-S7

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Modeling of quantitative structure activity relationship (QSAR) of drug molecules will help to predict the molecular activities, which reduce the cost of traditional experiments, simultaneously improve the efficiency of drug molecular design [1]. Molecular activity is determined by its structure, so structure parameters are extracted by different methods to build QSAR models. Many machine learning methods have been used to the modeling of QSAR problems, like multiple linear regression, k-nearest neighbor [2], partial least squares [3], Kriging [4], artificial neural networks [5] and support vector machines (SVM), of which SVM is a state-of-arts method and achieved satisfactory results in the previous studies [6-8]. Nowadays, ensemble learning is becoming a hot topic in the machine learning and bioinformatics communities [9], which has been widely used to improve the generalization performance of single learning machines. For ensemble learning, a good ensemble is one whose individuals are both accurate and make their errors on different parts of the input space [9]. The most popular methods for ensembles creation are Bagging and Boosting [10-12]. The effectiveness of such methods comes primarily from the diversity caused by re-sampling the training set. Agrafiotis et al. [13] compared bagging with other single learning machines on handling QSAR problems and found that bagging is not always the best one. Signal was proposed in [14], it created an ensemble of meaningful descriptors chosen from a much larger property space which showed better performance than other methods. Random forest was also used in QSAR problems [15]. Dutta et al. used [16] different learning machines to make an ensemble to build QSAR models, and feature selection is used to produce different subsets for different learning machines. Although the above learning methods obtained satisfactory results, but most of the previous works ignored a critical problem in the modeling of QSAR that the number of positive examples often greatly fewer than that of negatives. To handle this problem, Hou et al. [17] discussed this problem and assigned different costs for two different classes of SVM and improved the prediction results. Here combing ensemble methods, we propose to use asymmetric bagging of SVM to address the unbalanced problem. Asymmetric bagging of SVM has been used to improve relevance feedback in image retrieval [18]. Instead of re-sampling from the whole data set, asymmetric bagging keeps the positive examples fixed and re-samples only from the negatives to make the data subset of individuals unbalanced. Furthermore, we employ AUC (area under ROC curves) [19] as the measure of predictive results, because only the measure of prediction accuracy of correction can not show the overall performance. We will analysis the experimental results in terms of AUC and other several popular measures like sensitivity and specificity as well as correction. Furthermore, In QSAR problems, many parameters are extracted from the molecular structures as features, but some features are redundant and even irrelevant, these features will hurt the generalization performance of learning machines [20]. For feature selection, different methods can be categorized into the filter model, the wrapper model and the embedded model [20-22], where the filter model is independent of the learning machine and both the embedded model and the wrapper model are depending on the learning machine, but the embedded model has lower computation complexity than the wrapper model has. Different methods have been applied to QSAR problems [23-25], and shown that proper feature selection of molecular descriptor will help improve the prediction accuracy. In order to improve the accuracy of asymmetric bagging, we will use the feature selection methods to improve the accuracy of individuals, this is motivated by the work of Li and Liu's work [26], where they found embedded feature selection is effective to improve accuracy of bagging of SVM and proposed an algorithm PRIFEB, which improved generalization performance of ordinary bagging. Here we propose to combine PRIFEB with asymmetric bagging and develop a novel algorithm named PRIFEAB to solve the prediction problem of unbalanced QSAR.

Results and discussion

In order to demonstrate the effect of unbalanced learning methods, we have performed the following series experiments by using support vector machine (SVM) as base classifiers. 1. SVM is a baseline method, which uses a 2-norm soft margin version of SVM. 2. unSVM assigns different C for different classes. The parameter of balanced_bridge is set as the value of the ratio of the number of positive examples to that of negatives which is 0.0188 in this paper. 3. Bagging a commonly used ensemble method, which uses SVM as base learners. The number of individuals is 55. 4. unBagging is also a commonly used bagging method, which uses unSVM as base learners. There are also 55 individuals. 5. asBagging is asymmetric bagging which uses SVM as base learners. 6. PPIFEAB is a bagging method, which employs feature section for asBagging to remove irrelevant and redundant features.

Prediction performance

Experiments are performed to investigate if asymmetric bagging and feature selection help to improve performance of bagging. Support vector machines with C = 100, σ = 0:1 are used as individual classifiers, and the number of individuals is 55 for all bagging methods. For unSVM, balanced_bridge is used to denote the ratio of C+ to C-, which is 0.0188. For ordinary bagging, each individual has one tenth of the training data set, while for asBagging, the size of individual data subset is twice of the positive sample in the whole data set. The 3-fold cross validation scheme is used to validate the results, experiments on each algorithm are repeated 10 times. We test the learning methods on individual molecular descriptors, and there are BCUT, Constitutional, Prop and Topological descriptors, which are represented by BCUT, CONST, PROP and TOPO respectively. The average BACC values are shown in Figure 1, from which, we can obviously find that:
Figure 1

Performance of different learning algorithms. Both graphs show BACC scores. Top: Results grouped by descriptors. Bottom: Results grouped by different learning algorithm.

Performance of different learning algorithms. Both graphs show BACC scores. Top: Results grouped by descriptors. Bottom: Results grouped by different learning algorithm. (1) unSVM does improve performance of SVM. (2) Bagging does not reach our expectation, it does not improve performance of SVM, so does unBagging, which has the similar results of Bagging. (3) asBagging greatly improves performance of SVM, and PRIFEAB slightly improve results of asBagging. Tables 1, 2, 3, 4, 5, 6, 7 list the results of different measures i.e. AUC, BACC, sensitivity, specificity, PPV, NPV, correction by using the above SVM and bagging methods. We also list the ratio values of the number of features used in PRIFEAB to the total number in Table 8. From tables 1, 2, 3, 4, 5, 6, 7, 8, we can see that:
Table 1

Statistics values of AUC (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT59.4(1.3)61.2(1.3)55.0(1.0)55.2(1.0)75.3(0.8)75.8(0.6)
CONST50.8(0.8)59.3(1.9)50.3(1.1)50.4(1.1)75.0(0.3)75.3(0.5)
PROP62.3(1.4)63.0(1.2)55.4(1.5)55.5(1.3)78.0(0.9)78.3(0.9)
TOPO57.7(1.0)50.8(0.8)54.0(1.1)54.1(2.0)73.4(0.5)73.6(0.7)
Average57.6(1.1)58.6(1.3)53.7(1.2)53.8(1.4)75.4(0.6)75.8(0.7)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 2

Statistics values of BACC (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT60.0(0.3)60.8(0.9)54.5(1.0)54.2(1.0)68.7(0.7)67.8(0.5)
CONST50.0(0.1)60.1(0.6)50.0(0.1)50.1(0.3)69.1(0.4)69.3(0.5)
PROP62.0(1.0)62.8(0.4)55.6(1.1)54.7(1.3)70.3(0.1)71.0(0.9)
TOPO57.4(0.5)50.0(0.0)53.2(0.1)52.8(1.0)66.8(0.4)67.3(0.8)
Average57.4(0.5)58.4(0.5)53.3(0.6)53.0(0.9)68.7(0.4)68.9(0.7)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 3

Statistics values of sensitivity (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT20.4(0.7)22.3(1.7)9.8(1.8)8.8(2.0)69.1(1.6)68.4(1.2)
CONST0.1(0.1)20.4(1.2)0.1(0.1)0.2(0.5)73.0(1.0)72.5(1.0)
PROP24.5(1.9)26.5(1.0)12.0(2.3)9.9(2.5)70.4(1.8)71.2(1.9)
TOPO15.4(1.0)0.0(0.0)7.8(2.3)6.3(1.8)66.0(0.9)66.8(1.6)
Average15.1(0.9)17.3(1.0)7.4(1.6)6.3(1.7)69.6(1.3)69.7(1.4)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 4

Statistics values of specificity (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT99.6(0.1)99.3(0.1)99.2(0.1)99.6(0.1)68.3(0.4)67.3(0.2)
CONST99.9(0.1)99.7(0.1)99.9(0.1)99.9(0.1)65.2(0.5)66.1(0.3)
PROP99.5(0.1)99.1(0.1)99.3(0.1)99.4(0.2)70.3(0.4)70.8(0.2)
TOPO99.3(0.1)100.0(0.0)98.6(0.3)99.2(0.1)67.7(0.3)67.7(0.3)
Average99.6(0.1)99.5(0.1)99.3(0.1)99.5(0.1)67.9(0.4)68.0(0.3)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 5

Statistics values of positive predictive value (PPV) (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT50.4(2.6)38.6(2.8)19.1(2.7)27.0(4.1)3.9(0.1)3.8(0.1)
CONSTNaN(NaN)60.7(3.6)NaN(NaN)NaN(NaN)3.8(0.1)3.9(0.1)
PROP4.6(0.2)3.6(1.3)23.2(2.2)25.7(5.4)4.3(0.1)4.4(0.1)
TOPO3.0(1.8)NaN(NaN)9.7(1.5)12.8(4.2)3.7(0.1)3.7(0.1)
Average19.3(1.5)34.3(2.6)17.3(2.1)21.8(4.6)3.9(0.1)4.0(0.1)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 6

Statistics values of negative predictive value (NPV) (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT98.5(0.1)98.6(0.1)98.3(0.1)98.3(0.1)99.2(0.1)99.1(0.1)
CONST98.2(0.1)98.5(0.1)98.2(0.1)98.2(0.1)99.2(0.1)99.2(0.1)
PROP98.5(0.3)98.6(0.1)98.4(0.1)98.3(0.1)99.2(0.1)99.2(0.1)
TOPO98.4(0.1)98.2(0.0)98.3(0.1)98.3(0.1)99.1(0.1)99.1(0.1)
Average98.4(0.1)98.5(0.1)98.3(0.1)98.3(0.1)99.2(0.1)99.2(0.1)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 7

Statistics values of correction (%).

DescriptorSVMunSVMBaggingunBaggingasBaggingPRIFEAB
BCUT98.2(0.1)97.9(0.1)97.6(0.1)97.8(0.1)68.3(0.4)67.3(0.2)
CONST98.2(0.1)98.3(0.1)98.2(0.1)98.2(0.1)65.3(0.5)66.2(0.3)
PROP98.1(0.1)97.8(0.1)97.6(0.1)97.8(0.1)70.3(0.3)70.8(0.2)
TOPO97.8(0.1)98.2(0.0)97.0(0.2)97.5(0.1)67.6(0.3)67.7(0.3)
Average98.1(0.1)98.1(0.1)97.6(0.1)97.8(0.1)67.9(0.4)68.0(0.3)

Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Table 8

Statistics ratio values of the number of features used in PRIFEAB to the total number (%).

BCUTCONSTPROPTOPOAverage
93.3(2.0)95.9(2.2)98.2(0.5)99.0(0.1)96.6(1.2)

Outside of parentheses represent the mean value, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations.

Statistics values of AUC (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics values of BACC (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics values of sensitivity (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics values of specificity (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics values of positive predictive value (PPV) (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics values of negative predictive value (NPV) (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics values of correction (%). Outside of parentheses represent the mean of the respective performance measure, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. Statistics ratio values of the number of features used in PRIFEAB to the total number (%). Outside of parentheses represent the mean value, while Inside of parentheses correspond to the standard deviation across the 10 times of 3-fold cross validations. (1) unSVM obtains a slight improvement of ordinary SVM on three descriptors in terms of the AUC and BACC measures. (2) Ordinary Bagging fails to improve single learning methods, not only Bagging but also unBagging get worse results than SVM and unSVM on the measures of AUC, BACC and sensitivity. (3) asBagging and PRIFEAB obtain 20% better results than SVM, unSVM, Bagging and unBagging on the AUC measure. The sensitivity values of asBagging and PRIFEAB increase by beyond 50% from SVM, unSVM, Bagging and unBagging on average. (4) PRIFEAB obtains slightly better results than asBagging on both sensitivity and specificity measures. We also observed that only few features are removed by feature selection. (5) There are several cases, the learning machines fail in prediction and nearly all the examples are classified into negative, i.e. SVM, Bagging, unBagging on CONST and unSVM on TOPO. Only asBagging and PRIFEAB succeed in all predication.

Discussions

The above results show that asBagging and PRIFEAB perform better than the other several methods of SVM, unSVM, Bagging and unBagging. Here we give some insights on these results: (1) Though single SVM is not stable, and can not obtain valuable results, in this case of high skew data sets, bagging does not improve its generalization performance in terms of AUC, BACC and sensitivity. Bagging gets a high correction value, which is trivial, because few positive examples are predicted correctly. Especially, when learning machines fail in prediction on some descriptor data sets, all the labels are predicted as negative, a high value of correction is obtained as 98.15%, which is the ratio of negative sample to the whole sample. (2) Since this is a drug discovery problem, we pay more attention to positives. AUC, BACC and sensitivity are more valuable than correction to measure a classifier. Asymmetric bagging and PRIFEAB improve the AUC values of ordinary bagging. Simultaneously, sensitivity are improved greatly, which shows asymmetric bagging is proper to solve the unbalanced drug discovery problem. Asymmetric bagging wins in two aspects, one is that it make the individual data subsets balanced, the second is that it pay more attention to the positives by leaving the positives always in the data set, which makes sensitivity is higher than ordinary bagging. (3) PRIFEAB achieves slightly better results than asymmetric bagging does. Feature selection using prediction risk as criteria also make PRIFEAB win in two aspects, one is that embedded feature selection is dependent with the used learning machine, it will select features which benefit the generalization performance of individual classifiers, the second is that different features selected for different individual data subsets, which makes more diversity of bagging and improves their whole performance. The results improved by PRIFEAB than asymmetric are slight, we consider the reason is that few features are removed. Feature selection using prediction risk is dependent on SVM. Here, positives are few, which will hurt generalization performance of SVM, and furthermore hurt effect of feature selection. (4) The data set used is so skew that the ratio of positives to negatives is only 0.0188, not beyond 2%, which makes SVM, unSVM and Baging, unBagging disable of prediction, they fail on four out of sixteen cases and predict almost all labels to negative, even on other twelve cases, they give low sensitivity. Analysis of high skew data set is still a difficult problem.

Conclusion

To address the unbalanced problem of drug discovery, we propose to apply asymmetric bagging and feature selection to the modeling of QSAR of drug molecules. Asymmetrical bagging of SVM and a novel algorithm PRIFEAB are compared with ordinary bagging of support vector machines on a large drug molecular activities data set, experiments show that asymmetric bagging and feature selection can improve the prediction ability of SVM in terms of AUC and sensitivity. Since this is a drug discovery problem, the positive sample is few but important, AUC and sensitivity is more proper than correction to measure generalization performance of classifiers. This work introduces asymmetric bagging into prediction of drug activities and furthermore extends feature selection to asymmetric bagging. This work only concerns an embedded feature selection model with the prediction risk criteria, one of the future work will try more efficient and more effective feature selection methods for this task.

Methods

Support vector machines

Support vector machines (SVM) [27] proposed by Vapnik and his co-workers in 1990s, have been developed quickly during the last decade [28], and successfully applied to biological data mining [29], drug discovery [6,8] etc. Denoting the training sample as S = {(x, y)} ⊆ {ℝ× {-1, 1}}ℓ, SVM discriminant hyperplane can be written as where w is a weight vector, b is a bias. According to the generalization bound in statistical learning theory [30], we need to minimize the following objective function for a 2-norm soft margin version of SVM in which, slack variable ξis introduced when the problem is infeasible. The constant C > 0 is a penalty parameter, a larger C corresponds to assigning a larger penalty to errors. By building a Lagrangian and using the Karush-Kuhn-Tucker (KKT) complementarity conditions [31,32], we can obtain the value of optimization problem (1). Because of the KKT conditions, only those Lagrangian multipliers, αs, which make the constraint active are non zeros, we denote these points corresponding to the non zero αs as support vectors (sv). Therefore we can describe the classification hyperplane in terms of α and b: If we replace ⟨x·x⟩ with some function K(x, x), which satisfies Mercer's condition [33], then the classification function can be written as: where K(x, z) is the known kernel function. A commonly used kernel function is the Guass kernel: which is also preferred by C.J. Lin et al. [34]. To address the unbalanced problem, C in Equ.(1) is separated as C+ and C- to adjust the penalties on the false negative vs. false positive, so Equ.(1) becomes: where C+ is C and C- is balanced_bridge*C, balanced_bridge is a coefficient, it is assigned as the ratio of the number of positive examples to that of negative ones. The SVM obtained by the above equation is named as unSVM. This is implemented in LibSVM [35], it had been used to analysis AMDE data and is effective for unbalanced data set [17].

Asymmetric bagging

Bagging is one of the traditional ensemble methods, which uses bootstrap to produce the diversity of individuals and uses major voting to obtain the final decision results for classification problems [10]. Figure 2 shows the ordinary bagging approach based on support vector machine. When we use a unSVM to train the individuals of bagging, we obtain the unBagging approach as in Figure 3.
Figure 2

The Bagging approach.

Figure 3

The unBagging approach.

The Bagging approach. The unBagging approach. Bagging helps to improve stable of single learning machines, but unbalance also reduce its generalization performance, therefore, we propose to employ asymmetric bagging to handle the unbalanced problem, which only execute the bootstrapping on the negative examples since there are far more negative examples than the positive ones. Tao et al. [18] applied asymmetric bagging to another unbalanced problem of relevance feedback in image retrieval and obtained satisfactory results. This way make individual classifiers of bagging be trained on a balanced number of positive and negative examples, thus solve the problem of unbalanced examples. The asymmetric bagging of SVM (asBagging) is described in Figure 4.
Figure 4

The asBagging approach.

The asBagging approach. asBagging can solve the unstable problem of SVM classifiers and the unbalance problem in the training set. However, it can not solve the problem of irrelevant and weak redundant features in the data sets. We will solve it by feature selection embedded in the bagging method as in the next subsection.

PRIFEAB

Feature selection has been used in ensemble learning and obtained some interesting results, Li and Liu proposed to use the embedded feature selection method with the prediction risk criteria for bagging of SVM, where feature selection can effectively improve the accuracy of bagging methods [36]. As a feature selection method, the prediction risk criteria was proposed by Moody and Utans [37] which evaluates one feature through estimating prediction error of the data sets when the values of all examples of this feature are replaced by their mean value. where AUC (Area under ROC) [38] is predicted on the training data set, and AUC() is the prediction AUC on the training data set with the mean value of ifeature. Finally, the feature corresponding with the smallest will be deleted, because this feature causes the smallest error and is the least important one. Since the asymmetric bagging method can overcome both the problems of unstable and unbalance, and feature selection can overcome the problem of irrelevant features for bagging. So we propose a novel algorithm to combine both two methods. The algorithm is named as PRIFEAB (Prediction rIsk based Feature sElection for Asymmetric Bagging), which is described in Figure 5. The basic idea of PRIFEAB is that we first use bootstrap sampling to generate a negative sample, and combine it with the whole positive sample to obtain a individual training subset. Then, prediction risk based feature selection is used to select optimal features, and we obtain an individual model by training SVM on the optimal training subset. Finally, ensemble the individual SVM classifiers by using majority voting to obtain the final model.
Figure 5

The PRIFEAB approach.

The PRIFEAB approach.

NCI AntiHIV drug screen data set

The NCI AntiHIV Drug Screen data set(NCI) is obtained from . It has a categorical response measuring how a compound protects human CEM cells from HIV-1 infection. It has 29374 examples, of which 542 (1.85%) is positive and 28832 (98.15%) is negative. The structure parameters [39] consist 64 BCUT descriptors, 47 Constitutional (CONST) ones, 250 Prop ones and 266 Topological (TOPO) ones. This data set is collected and computed by Young et al., description in detail of the data set can be found in [40,41]. Here we test the proposed learning methods on individual molecular descriptors. Since the different descriptors have different meaning and few relations with each other, they can be considered as four different data sets.

Measures

Since the class distribution of the used data set is unbalanced, only correction of classification accuracy may be misleading. Therefore, AUC (Area Under the Curve of Receiver Operating Characteristic (ROC)) [38] is used to measure the performance. To furthermore describe the different learning methods, we also define the various measures as below [42], where TP, TN, FP, FN, stand for the number of true positive, true negative, false positive, false negative samples at classification time, respectively. Sensitivity is defined as and is also known as Recall. Specificity is defined as BACC (Balanced Accuracy) is defined as , which defines the average of sensitivity and specificity. PPV (Positive Predictive Value) is defined as and is also known as Precision. NPV (Negative Predictive Value) is defined as . Correction is defined as and measures the overall percentage of samples correctly classified.

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

Guo-Zheng Li proposed the idea, designed the experiments and wrote the paper; Hao-Hua Meng performed experiments; Wen-Cong Lu helped in writing the paper; Mary Qu Yang helped design the experiments; Jack Y. Yang conceived and guided the project.
  15 in total

1.  On the use of neural network ensembles in QSAR and QSPR.

Authors:  Dimitris K Agrafiotis; Walter Cedeño; Victor S Lobanov
Journal:  J Chem Inf Comput Sci       Date:  2002 Jul-Aug

2.  Using ensembles to classify compounds for drug discovery.

Authors:  J Kevin Lanctot; Santosh Putta; Christian Lemmen; Jonathan Greene
Journal:  J Chem Inf Comput Sci       Date:  2003 Nov-Dec

3.  Predictive toxicology: benchmarking molecular descriptors and statistical methods.

Authors:  Jun Feng; Laura Lurati; Haojun Ouyang; Tracy Robinson; Yuanyuan Wang; Shenglan Yuan; S Stanley Young
Journal:  J Chem Inf Comput Sci       Date:  2003 Sep-Oct

4.  A comparative study on feature selection methods for drug discovery.

Authors:  Ying Liu
Journal:  J Chem Inf Comput Sci       Date:  2004 Sep-Oct

5.  New approach by Kriging models to problems in QSAR.

Authors:  Kai-Tai Fang; Hong Yin; Yi-Zeng Liang
Journal:  J Chem Inf Comput Sci       Date:  2004 Nov-Dec

6.  Asymmetric bagging and random subspace for support vector machines-based relevance feedback in image retrieval.

Authors:  Dacheng Tao; Xiaoou Tang; Xuelong Li; Xindong Wu
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2006-07       Impact factor: 6.226

7.  Substructure-based support vector machine classifiers for prediction of adverse effects in diverse classes of drugs.

Authors:  S Bhavani; A Nagargadde; A Thawani; V Sridhar; N Chandra
Journal:  J Chem Inf Model       Date:  2006 Nov-Dec       Impact factor: 4.956

8.  Classification of highly unbalanced CYP450 data of drugs using cost sensitive machine learning techniques.

Authors:  T Eitrich; A Kless; C Druska; W Meyer; J Grotendorst
Journal:  J Chem Inf Model       Date:  2007 Jan-Feb       Impact factor: 4.956

9.  ADME evaluation in drug discovery. 8. The prediction of human intestinal absorption by a support vector machine.

Authors:  Tingjun Hou; Junmei Wang; Youyong Li
Journal:  J Chem Inf Model       Date:  2007-10-12       Impact factor: 4.956

10.  Feature selection and nearest centroid classification for protein mass spectrometry.

Authors:  Ilya Levner
Journal:  BMC Bioinformatics       Date:  2005-03-23       Impact factor: 3.169

View more
  6 in total

1.  Class prediction for high-dimensional class-imbalanced data.

Authors:  Rok Blagus; Lara Lusa
Journal:  BMC Bioinformatics       Date:  2010-10-20       Impact factor: 3.169

2.  Highlighting computations in bioscience and bioinformatics: review of the Symposium of Computations in Bioinformatics and Bioscience (SCBB07).

Authors:  Guoqing Lu; Jun Ni
Journal:  BMC Bioinformatics       Date:  2008-05-28       Impact factor: 3.169

3.  Feature Selection for High-Dimensional and Imbalanced Biomedical Data Based on Robust Correlation Based Redundancy and Binary Grasshopper Optimization Algorithm.

Authors:  Garba Abdulrauf Sharifai; Zurinahni Zainol
Journal:  Genes (Basel)       Date:  2020-06-27       Impact factor: 4.096

Review 4.  Machine Learning for Endometrial Cancer Prediction and Prognostication.

Authors:  Vipul Bhardwaj; Arundhiti Sharma; Snijesh Valiya Parambath; Ijaz Gul; Xi Zhang; Peter E Lobie; Peiwu Qin; Vijay Pandey
Journal:  Front Oncol       Date:  2022-07-27       Impact factor: 5.738

5.  Selecting subsets of newly extracted features from PCA and PLS in microarray data analysis.

Authors:  Guo-Zheng Li; Hua-Long Bu; Mary Qu Yang; Xue-Qiang Zeng; Jack Y Yang
Journal:  BMC Genomics       Date:  2008-09-16       Impact factor: 3.969

6.  Identifying Robust Risk Factors for Knee Osteoarthritis Progression: An Evolutionary Machine Learning Approach.

Authors:  Christos Kokkotis; Serafeim Moustakidis; Vasilios Baltzopoulos; Giannis Giakas; Dimitrios Tsaopoulos
Journal:  Healthcare (Basel)       Date:  2021-03-01
  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.