Literature DB >> 26860193

Prediction of anticancer molecules using hybrid model developed on molecules screened against NCI-60 cancer cell lines.

Harinder Singh1, Rahul Kumar2, Sandeep Singh3, Kumardeep Chaudhary4, Ankur Gautam5, Gajendra P S Raghava6.   

Abstract

BACKGROUND: In past, numerous quantitative structure-activity relationship (QSAR) based models have been developed for predicting anticancer activity for a specific class of molecules against different cancer drug targets. In contrast, limited attempt have been made to predict the anticancer activity of a diverse class of chemicals against a wide variety of cancer cell lines. In this study, we described a hybrid method developed on thousands of anticancer and non-anticancer molecules tested against National Cancer Institute (NCI) 60 cancer cell lines.
RESULTS: Our analysis of anticancer molecules revealed that majority of anticancer molecules contains 18-24 carbon atoms and are dominated by functional groups like R2NH, R3N, ROH, RCOR, and ROR. It was also observed that certain substructures (e.g., 1-methoxy-4-methylbenzene, 1-methoxy benzene, Nitrobenzene, Indole, Propenyl benzene) are more abundant in anticancer molecules. Next, we developed anticancer molecule prediction models using various machine-learning techniques and achieved maximum matthews correlation coefficient (MCC) of 0.81 with 90.40% accuracy using support vector machine (SVM) based models. In another approach, a novel similarity or potency score based method has been developed using selected fragments/fingerprints and achieved maximum MCC of 0.82 with 90.65% accuracy. Finally, we combined the strength of above methods and developed a hybrid method with maximum MCC of 0.85 with 92.47% accuracy.
CONCLUSIONS: We developed a hybrid method utilizing the best of machine learning and potency score based method. The highly accurate hybrid method can be used for classification of anticancer and non-anticancer molecules. In order to facilitate scientific community working in the field of anticancer drug discovery, we integrate hybrid and potency method in a web server CancerIN. This server provides various facilities that includes; virtual screening of anticancer molecules, analog based drug design, and similarity with known anticancer molecules ( http://crdd.osdd.net/oscadd/cancerin).

Entities:  

Mesh:

Substances:

Year:  2016        PMID: 26860193      PMCID: PMC4748564          DOI: 10.1186/s12885-016-2082-y

Source DB:  PubMed          Journal:  BMC Cancer        ISSN: 1471-2407            Impact factor:   4.430


Background

One of the major challenges in the field of drug discovery is to design effective drugs against cancer. Existing drugs have their limitations that includes, side effects of drugs, high toxicity, drug resistance towards current anticancer drugs [1]. There is a pressing need to improve the drug arsenal to fight against this deadly disease. Experimental techniques used for drug discovery are costly and time-consuming. Thus, there is a need to develop in silico techniques for designing anticancer drugs. In the past, attempts have been made to develop computational methods to design/predict anticancer molecules. Recently, various studies modelled the drug behaviour against multiple cancer cell lines using different genomics features. Based on the genomic data i.e., DNA copy number, gene expression, mutations and methylation the drug sensitivity is predicted. Either single gene features predict the drug sensitivity or multigene features [2-9]. In spite of advances in genomics, modelling the behaviour of thousands of drug is still a challenging task. The other approach is quantitative structure-activity relationship (QSAR) based models, where chemical features are used to predict inhibitors against specific cancer drug targets [10-18]. Most of the QSAR-based models have been developed for predicting inhibition activity of a specific class of molecules against a given drug target [19-23]. Recently, QSAR-based models have been developed for inhibition activity prediction of any class of molecule (irrespective of molecules class) against cancer drug target EGFR [24]. In contrast, limited attempt have been made to develop methods for predicting the anticancer activity of molecules against cancer cell lines. Kumar et al. developed one such method against 16 pancreatic cancer cell lines, which consider cancer cell as a whole for the anticancer activity irrespective of drug targets [25]. Development Therapeutics Program (DTP) stores thousands of molecules tested against NCI-60 human cancer cell lines [26]. Researchers have exploited this massive dataset for various studies like a prediction of anticancer molecules. Josefin and coworkers showed that molecules with similar activity profiles or structure often show similar mode of action (MOA) [27]. Recently, Li et. al. have developed a method called CDRUG [28], for predicting the potential anticancer molecules using the NCI-60 data. They developed similarity-based approach using relative frequency-weighted fingerprints, Tanimoto coefficient, and MinMax Kernel and achieved area under the curve (AUC) value of 0.88. CDRUG is based upon thousands of fingerprints generated using jCompoundMapper [29] and offers little understanding of the algorithm. Further, JCompoundMapper package generates only chemical graph fingerprints with no substructure-based fingerprint. In this study, a systematic attempt has been made to develop a method for predicting anticancer molecules. Here, we have used a large dataset containing 8565 anticancer and 9804 non-anticancer molecules obtained from NCI-60 [28]. Using this large dataset, we identify important fingerprints/substructures that play a significant role in the classification of anticancer and non-anticancer molecules. We developed a hybrid method by combining the machine learning and similarity-based method developed on the above dataset for classification of anticancer and non-anticancer molecules.

Methods

Dataset

Dataset used in this study was taken from Li and Huang study [28], which consists of 8565 anticancer and 9804 non-anticancer molecules. This dataset is compiled from the NCI-60 DTP project, and it is available at http://bsb.kiz.ac.cn/site_media/download/CDRUG/Benchmark.rar. In NCI-60 DTP project, two-stage screening of molecules was carried out. In the first stage, all the molecules were screened on 60 cell lines at 10−5 molar (15 μg/ml). Molecules showing significant growth inhibition were further tested on NCI-60 at five different concentrations. The results of screening were analyzed by NCI COMPARE algorithm [30].

Fingerprint calculation

PaDEL software [31] was used to calculate fingerprints, which calculates ten types of fingerprints viz. CDK, Estate fingerprints, MACCS fingerprints, PubChem fingerprints, substructure fingerprint and Klekota-Foth fingerprints and their respective counts. The details about PaDEL package and different fingerprints are available at PaDEL website.

Fingerprint or feature selection

In this study, we used an MCC-based approach for feature selection, where mean of each fingerprint in active and inactive dataset was calculated using the eqs. 1 and 2 [32]. Where FiA and FiI represent mean of ith fingerprint in active (A) and inactive (I) molecules respectively. NA and NI is the number of molecules in active and inactive datasets respectively. Dij is the value of ith fingerprint for the jth molecule (value is either 0 or 1). For active molecules, j varies from 1 to NA and for inactive molecules j varies from 1 to NI. Next, we classify the anticancer and non-anticancer molecules based on the compound score (Cscore) of a single fingerprint. If the value of fingerprint is 1, Cscore is the difference between FiA and FiI, else the Cscore is the difference between FiI and FiA. Following equation was used to calculate Cscore Where Cjscore is a compound score of the jth molecule for ith fingerprint. Each molecule is having, Cscore more than threshold was classified as active, otherwise classified as inactive molecule. This technique was repeated for each fingerprint at the different threshold. Finally, the performance of each fingerprint is computed in terms of MCC value.

Calculation of similarity

In order to compute similarity between two molecules, we calculated Tanimoto similarity score between two molecules using following equation Where Ts is the Tanimoto similarity score between compound X and Y; X and Y is fingerprint i of compound X and Y, respectively; N is total number of fingerprints. In this study, we computed two types of Tanimoto similarity scores called Ts1 and Ts0. The Ts1 was calculated for fingerprint present (value 1) in the molecule and Ts0 based upon the fingerprint absent (value 0) in the molecule.

Potency score

The potency score of a query molecule was computed using following steps: First, we computed Tanimoto similarity score Ts1 between query compounds with each of anticancer molecules and selected highest Ts1 called HaTs1. Similarly, we also computed highest similarity score HaTs0 between the query and most similar anticancer molecules based on Ts0. Above steps were repeated to compute similarity scores HnTs1 and HnTs0 between the query and most similar non-anticancer molecule. Finally, potency score was computed using following equation Where P is the potency score of the query molecule and max is the maximum or highest score. If HaTs1 has q high score as compared to HaTs0, then it is the maximum score (max) of the anticancer molecule. Similarly, max score of non-anticancer molecules was selected based on the highest score of either HnTs1 or HnTs0. The advantage of using potency score instead of normal Tanimoto score is that it provides the structural similarity information of query molecule with anticancer, as well as with non-anticancer molecules.

Frequency of functional groups

Functional groups were identified using the ChemmineR package of R [33]. The percent of compounds having specific functional groups was calculated using eq. 6. We also calculated the mean count of functional groups in compounds were compute using the eq. 7. Where MG is the mean count of a functional group (G) in total number (n) of anticancer or non-anticancer compounds. Cij is total count of a functional group (G) for the jth compound with i value ranges from zero to maximum number of occurrence of functional group in a compound. The FG is the mean frequency of a functional group (G) in total number (n) of anticancer or non-anticancer compounds with Pij stands for presence or absence (value is either 0 or 1) of a functional group.

Classification

For a comparison of potency score method with machine learning methods, we also developed models using various classifiers in WEKA package [34]. We also compare the performance of our method with SVM package [35]. For improving the overall performance, we developed the hybrid method by doing an average of the normalized potency score and SVM score. Since, the scale of potency score and SVM value are different, we normalized these values between −1.0 and 1.0.

Performance evaluation

We have adopted the five-fold cross-validation technique to evaluate the performance of our models. In this technique, the compounds were randomly divided into five parts, where four parts were used for training and remaining part for testing. This process is carried out five times in such a way that each part was used once for testing. For obtaining unbiased results, the whole process of five-fold cross-validation was repeated 20 times. We report the final results as the average of 25-fold cross-validations. The performance of the method was assessed using various standard parameters like sensitivity, specificity, accuracy, and Matthews correlation coefficient (MCC) [36]. The receiver operating characteristic (ROC) graph was plotted using the ROCR package in R [37].

Ethics

The study doesn’t involve any human, plant or animal subject. All the experiments were carried out using computational techniques.

Results

We tried to find out the predisposition of various functional groups in anticancer and non-anticancer molecules. Functional groups were identified using the ChemmineR package of R [33] and percentage of groups in compounds were computed using eq. 6. It was observed that certain functional groups (e.g., ROH, RCOR, RCOOR, ROR) have higher frequency and are predominantly present in anticancer molecules. These groups may be responsible for the anticancer activity of these active molecules as shown in Fig. 1. These functional groups can be further explored in designing of promiscuous anticancer molecules. We also calculated the total count of functional groups present in anticancer and non-anticancer molecules. It was observed that ROR group frequency range from 0 to 15 (maximum ROR was observed in a compound) as shown in Additional file 1: Figure S1. Further, we tried to find out the pharmacophore of most active molecules, which could be responsible for the anticancer activity. We aligned the top 20 molecules (in terms of activity) by PharmaGist software [38] and selected the most significant alignment (PharmaGist score of 77.61). This alignment identified total 18 features, which include twelve hydrogen bond acceptors, four aromatic, one hydrophobic and one hydrogen bond donor as shown in Fig. 2.
Fig. 1

Functional groups present in anticancer and non-anticancer molecules along with their mean frequency

Fig. 2

Pharmocophore alignment of most active anticancer molecules generated using PharmaGist

Functional groups present in anticancer and non-anticancer molecules along with their mean frequency Pharmocophore alignment of most active anticancer molecules generated using PharmaGist

Maximum common substructures (MCS)

We also determined the maximum common substructures in anticancer molecules using the LibMCS module of Chemaxon (http://www.chemaxon.com/). The analysis shown in Fig. 3 depicts the frequently occurring Maximum Common Substructures (MCS). The number beneath each MCS represents the total number of molecules in which that particular substructure was present according to MCS module. The 1st substructure is 1-methoxy-4-methylbenzene i.e., (methyl group is present at para position). The 2nd substructure is a part of known tyrosine kinase inhibitors like Imatinib and Nilotinib. The 6th substructure is indole structure, which is used for designing inhibitors against kinases especially EGFR [39]. The 3rd, 4th, 5th, 6th, 7th, 8th and 9th substructures are acetophenone, 1-methoxy benzene with partial double bond at meta position, nitrobenzene, indole, propenyl benzene, butyl benzene and dimethylaniline. We also calculate frequency of occurrences of these MCS in anticancer and non-anticancer compounds using substructure search option of jcsearch module of Chemaxon (Additional file 1: Table S1). The most popular common substructure 1-methoxy-4-methylbenzene found in 1115 (13.02 %) anticancer and 577 (5.89 %) non-anticancer (5.89 %) compound. Most of MCS have higher frequency in anticancer compounds as compare to non-anticancer compound.
Fig. 3

Maximum common substructures found in anticancer molecules along with the number of molecules having that particular substructure

Maximum common substructures found in anticancer molecules along with the number of molecules having that particular substructure

Analysis of fingerprints

In order to identify the best fingerprints, which are more abundant in anticancer or non-anticancer molecules, we used the MCC-based feature selection technique as described in Methods section. In brief MCC based feature selection involves two major steps; in first step the performance of each fingerprint is computed in terms of MCC; in 2nd step, fingerprints are ranked based on their MCC score [32]. In this study, we selected fingerprints having MCC score greater than 0.2 for the development of the model. It was observed that PubChem fingerprint number 12 is among the best fingerprints that can classify anticancer and non-anticancer molecules with an accuracy of 71.69 %. This fingerprint represents the presence of > = 16 carbon atoms in a compound. The best ten fingerprints along with their classification performance of anticancer and non-anticancer compounds are shown in Table 1. The detailed results of 126 fingerprints are given in Additional file 1: Table S2. It was observed that few CDK fingerprints are also efficient in distinguishing anticancer and non-anticancer molecules.
Table 1

The individual performance of best 10 selected fingerprints using MCC based approach

Best 10 fingerprintsSensitivitySpecificityAccuracyMCCFPRAUC
PubchemFP1279.365.171.690.450.480.72
ExtFP101352.585.770.190.410.650.69
ExtFP101278.461.969.610.410.470.7
PubchemFP19258.479.469.60.390.610.69
GraphFP38273.363.868.270.370.500.69
ExtFP10164288.766.910.350.710.65
PubchemFP19928.195.464.010.320.800.62
ExtFP101570.761.565.770.320.500.66
MACCSFP10570.160.664.980.310.500.65
FP79934.789.664.010.290.750.62
The individual performance of best 10 selected fingerprints using MCC based approach

Potency score based classification

In the current study, we compute the performance of models using five-fold cross validation technique with 20 runs as described by Li et. al. We selected the best fingerprints out of 9365 fingerprints for accurate, unbiased and quick development of classification method using MCC feature selection. First, we develop potency score based method using top 50 fingerprints having the highest MCC score. The best 50 fingerprints based method achieved 86.94 % accuracy with 0.74 MCC. Next, we developed method using best 100, 150 and 200 fingerprints and achieved 89.48 %, 90.1 %, 90.16 % accuracy respectively (Table 2). It was observed that using more than 150 fingerprints; there is no increase in performance of the method. Finally, we selected the fingerprints having MCC greater than 0.2 and obtained 126 fingerprints. We used these 126 fingerprints for developing prediction models and achieved 90.94 % accuracy with 0.82 MCC.
Table 2

The performance of potency score based method developed using different sets of fingerprints

Number of fingerprintsSensitivitySpecificityAccuracyMCCFPRROC
5079.5993.3786.940.740.090.92
10082.3695.789.480.790.060.95
15083.1796.1590.10.810.050.95
20083.1496.390.160.810.050.95
12684.6296.4590.940.820.050.95
The performance of potency score based method developed using different sets of fingerprints

Models based on machine learning techniques

In order to discriminate anticancer and non-anticancer molecules, we developed classification models using various machine learning techniques. The performance of models developed using different classifiers implemented in WEKA (i.e., Random forest, IBK, Naïve Bayes) and SVM [35, 40] has been shown in Table 3. The SVM-based models achieved highest accuracy 90.40 % with MCC 0.81 among all classifiers. The Random forest, IBK and Naïve Bayes based method achieved the highest accuracy in the range of 74.92–87.47 %. The models based on SVM and Random Forest achieved the best performance at the center of threshold and had broad range of MCC across various thresholds. The Random forest method achieved best performance using 100 trees; best SVM model trained using RBF kernel with parameter g = 0.1, c = 6 with j = 1; IBK method achieved best performance using kNN score of 3 with Manhattan distance algorithm.
Table 3

Comparative performance of models developed using 126 fingerprints at various thresholds has been shown in this table

SVMRandom ForestIBKNaïve Bayes
ThresholdAccuracyMCCThresholdAccuracyMCCAccuracyMCCAccuracyMCC
−172.400.54046.630.0046.630.0046.630.00
−0.880.580.650.167.740.4780.220.6375.060.50
−0.684.720.720.277.730.6182.590.6774.990.50
−0.487.520.760.383.710.6983.980.6874.980.50
−0.289.600.790.486.330.7385.710.7274.920.50
090.400.810.587.470.7585.310.7174.860.49
0.290.240.800.686.470.7385.100.7174.790.49
0.489.000.790.783.810.6982.730.6774.790.49
0.686.350.740.879.030.6281.220.6574.810.49
0.882.650.680.971.860.5180.900.6574.770.49
1.070.490.481.059.300.2880.870.6573.370.48
Comparative performance of models developed using 126 fingerprints at various thresholds has been shown in this table

Performance of hybrid models

As shown in both potency score based method and SVM-based model achieved maximum accuracy. The potency score method performs better, when query molecule is similar with anticancer molecules but perform poorly in case level of similarity is low. In case of SVM, the performance of the model is unaffected by similarity with known molecules. As shown in ROC curve at lower false positive rate (FPR), potency score performs better than SVM and at higher FPR, SVM perform better than potency score based method (Fig. 4). In order to take the advantage of potency score and SVM method, we developed the hybrid method. In case of hybrid method, first we compute SVM potency score of a query molecule and normalize these scores between −1.0 and 1.0. The average of normalize values is computed to obtain the hybrid score and used for predicting anticancer molecule. We developed a hybrid method using 126 best fingerprints and achieved highest MCC 0.85 with 0.98 AUC. The detail result of hybrid method are shown in Additional file 1: Table S3.
Fig. 4

ROC plot of potency score, SVM and hybrid method developed using 126 fingerprints

ROC plot of potency score, SVM and hybrid method developed using 126 fingerprints

Comparison with existing method

We compared the performance of our methods with existing method CDRUG. The CDRUG developed by Li et. al. achieved 65 %, 74 %, 81 % sensitivity at false positive rate (FPR) 0.05, 0.1, 0.2 respectively (Table 4). At 65 % sensitivity, both potency score method and SVM achieved 0.02 FPR and hybrid method achieved 0.01 FPR. As shown in Table 4, our models perform better than existing method CDRUG.
Table 4

Comparative performance of CDRUG (existing method) and our models based on potency score, SVM and hybrid approach

MethodSensitivitySpecificityAccuracyMCCFPRAUC
CDRUG65---0.050.88
740.10
81---0.20
Potency Score65.898.983.50.70.020.95
74.2698.4287.150.760.02
84.6296.4590.940.820.05
SVM65.4798.6683.340.690.020.95
74.1697.6386.80.750.03
89.0291.5290.420.810.09
Hybrid65.5799.6383.750.710.010.98
74.4199.1187.590.770.01
92.3892.5592.470.850.08
Comparative performance of CDRUG (existing method) and our models based on potency score, SVM and hybrid approach

Description of the web server

In order to serve the scientific community, we developed a web server called “CancerIN” for predicting the anticancer potency of an unknown molecule and it’s GI50 across different cancer cell lines. This web server consists of three modules for designing, library screening and chemical analogs screening.

Draw molecule

This web server provides a user-friendly interface with options to draw a chemical compound using Marvin applet as shown in (Fig. 5a) [41]. The output consists of a 3D structure of query molecule with physicochemical properties and hybrid score. The five most similar anticancer molecules along with their NSC ID, PubChem ID, Mean_logGI50, Tanimoto similarity score, Potency score and physicochemical properties are also displayed. The details button provides the GI50 and LogGI50 score of similar molecule against different NCI-60 cancer cell lines. The user can select and further load either query molecule or any five similar molecules for further modifications based upon the structural similarity (Fig. 5c). The modified molecule can be further used as query molecule for increasing its potential anticancer activity.
Fig. 5

Various modules of CancerIN showing the input format and output display: a The Marvin draw applet for drawing molecules, b The input form for generation of analogs, c The output page of draw molecule module, and d. The result page of scan library showing the list of query molecules and the most similar anticancer molecules

Various modules of CancerIN showing the input format and output display: a The Marvin draw applet for drawing molecules, b The input form for generation of analogs, c The output page of draw molecule module, and d. The result page of scan library showing the list of query molecules and the most similar anticancer molecules

Scan library

This web server also provides the provision to scan a chemical library in SMILES format [42]. The output consists of query molecule and five most similar anticancer molecules along with their other details as described above in tabular format (Fig. 5d).

Chemical analogs

We have also provided facility for the users to screen analogs generated from different combination of scaffold, building blocks and linkers using SmiLib [43] package (Fig. 5b) and subsequent prediction of their anticancer potency score. The results consist of query molecule and five most similar anticancer molecules in a tabular format.

Standalone

For the screening of thousands of molecules, we have developed CancerIN standalone, written in Python. The standalone version can screen thousands of molecules in less than 10 min. The input consists of a single file having chemical structures (SMILE format) of molecules for screening. The standalone version can be easily updated by replacing the underlying data file. The user can easily increase or decrease the number of fingerprints used for final prediction. The source code allows the scientific community to utilize the novel similarity-based method for prediction of various types of molecules. In brief, the CancerIN web server predicts the anticancer capability of a single molecule, a library of chemicals or analogs. Since, our method also consider similarity, it also displays the GI50 of the similar anticancer molecule across different cancer cell lines. A careful analysis of the anticancer efficacy of five similar molecules aids in understanding the anticancer efficacy of query molecule against various cancer cell lines. The standalone version of CancerIN allows the users to scan a vast library of molecules for the screening of potential anticancer molecules. This standalone is available at CancerIN website http://crdd.osdd.net/oscadd/cancerin.

Discussion and conclusion

The continuous development of novel anticancer drugs is imperative in order to tackle multi-drug resistance in cancer. At the same time, the development of an anticancer drug is very time-consuming, expensive and labor-intensive task. However, an integrated approach consisting of both computational and experimental approaches would be of great significance. Computational approaches are very helpful to identify or to narrow down potential lead molecules in a very short period without involving much money. Subsequently, the experimental approach may be used to validate these predictions. In this study, we developed QSAR models by considering the whole cell for anticancer activity for any class of molecules. The aim of the present study was to develop an efficient in silico method for screening of anticancer molecules against NCI-60 cancer cell lines. Thus, our method is a general method for predicting anticancer molecules irrespective of drug target or cell line. The performance of potency score method introduced in this study is comparable with models developed using machine-learning classifiers (e.g., Random forest, SVM, IBK and Naïve Bayes). We further improve the performance of our method by combining potency-score based model and SVM based method. In past, a method CDRUG has been developed on same dataset of chemicals for predicting anticancer molecules. Our best models outperform existing method CDRUG. Finally, we integrated these models in a web server for the betterment of scientific society working in this field.
  37 in total

1.  PaDEL-descriptor: an open source software to calculate molecular descriptors and fingerprints.

Authors:  Chun Wei Yap
Journal:  J Comput Chem       Date:  2010-12-17       Impact factor: 3.376

Review 2.  The NCI60 human tumour cell line anticancer drug screen.

Authors:  Robert H Shoemaker
Journal:  Nat Rev Cancer       Date:  2006-10       Impact factor: 60.716

3.  Unified multi-target approach for the rational in silico design of anti-bladder cancer agents.

Authors:  Alejandro Speck-Planche; Valeria V Kleandrova; Feng Luan; M N D S Cordeiro
Journal:  Anticancer Agents Med Chem       Date:  2013-06       Impact factor: 2.505

4.  Collections of simultaneously altered genes as biomarkers of cancer cell drug response.

Authors:  David L Masica; Rachel Karchin
Journal:  Cancer Res       Date:  2013-01-21       Impact factor: 12.701

5.  Markovian chemicals "in silico" design (MARCH-INSIDE), a promising approach for computer-aided molecular design I: discovery of anticancer compounds.

Authors:  Humberto Gonzáles-Díaz; Ornella Gia; Eugenio Uriarte; Ivan Hernádez; Ronal Ramos; Mayrelis Chaviano; Santiago Seijo; Juan A Castillo; Lázaro Morales; Lourdes Santana; Delali Akpaloo; Enrique Molina; Maikel Cruz; Luis A Torres; Miguel A Cabrera
Journal:  J Mol Model       Date:  2003-09-16       Impact factor: 1.810

Review 6.  Cancer multidrug resistance: mechanisms involved and strategies for circumvention using a drug delivery system.

Authors:  Golam Kibria; Hiroto Hatakeyama; Hideyoshi Harashima
Journal:  Arch Pharm Res       Date:  2013-11-23       Impact factor: 4.946

7.  Modeling precision treatment of breast cancer.

Authors:  Anneleen Daemen; Obi L Griffith; Laura M Heiser; Nicholas J Wang; Oana M Enache; Zachary Sanborn; Francois Pepin; Steffen Durinck; James E Korkola; Malachi Griffith; Joe S Hur; Nam Huh; Jongsuk Chung; Leslie Cope; Mary Jo Fackler; Christopher Umbricht; Saraswati Sukumar; Pankaj Seth; Vikas P Sukhatme; Lakshmi R Jakkula; Yiling Lu; Gordon B Mills; Raymond J Cho; Eric A Collisson; Laura J van't Veer; Paul T Spellman; Joe W Gray
Journal:  Genome Biol       Date:  2013       Impact factor: 13.583

8.  Combined pharmacophore modeling, 3D-QSAR, homology modeling and docking studies on CYP11B1 inhibitors.

Authors:  Rui Yu; Juan Wang; Rui Wang; Yong Lin; Yong Hu; Yuanqiang Wang; Mao Shu; Zhihua Lin
Journal:  Molecules       Date:  2015-01-09       Impact factor: 4.411

9.  Designing of promiscuous inhibitors against pancreatic cancer cell lines.

Authors:  Rahul Kumar; Kumardeep Chaudhary; Deepak Singla; Ankur Gautam; Gajendra P S Raghava
Journal:  Sci Rep       Date:  2014-04-14       Impact factor: 4.379

10.  QSAR-based models for designing quinazoline/imidazothiazoles/pyrazolopyrimidines based inhibitors against wild and mutant EGFR.

Authors:  Jagat Singh Chauhan; Sandeep Kumar Dhanda; Deepak Singla; Subhash M Agarwal; Gajendra P S Raghava
Journal:  PLoS One       Date:  2014-07-03       Impact factor: 3.240

View more
  8 in total

1.  Active learning effectively identifies a minimal set of maximally informative and asymptotically performant cytotoxic structure-activity patterns in NCI-60 cell lines.

Authors:  Takumi Nakano; Shunichi Takeda; J B Brown
Journal:  RSC Med Chem       Date:  2020-07-20

Review 2.  Applications of Support Vector Machine (SVM) Learning in Cancer Genomics.

Authors:  Shujun Huang; Nianguang Cai; Pedro Penzuti Pacheco; Shavira Narrandes; Yang Wang; Wayne Xu
Journal:  Cancer Genomics Proteomics       Date:  2018 Jan-Feb       Impact factor: 4.069

3.  In silico insights into prediction and analysis of potential novel pyrrolopyridine analogs against human MAPKAPK-2: a new SAR-based hierarchical clustering approach.

Authors:  Kranthi Kumar Konidala; Uma Devi Bommu; Suneetha Yeguvapalli; Neeraja Pabbaraju
Journal:  3 Biotech       Date:  2018-08-23       Impact factor: 2.406

4.  Effects of green synthesised silver nanoparticles (ST06-AgNPs) using curcumin derivative (ST06) on human cervical cancer cells (HeLa) in vitro and EAC tumor bearing mice models.

Authors:  Kalaimathi Murugesan; Jinsha Koroth; Padma Priya Srinivasan; Amrita Singh; Sanjana Mukundan; Subhas S Karki; Bibha Choudhary; Chhitar M Gupta
Journal:  Int J Nanomedicine       Date:  2019-07-16

5.  A Multi-Objective Approach for Anti-Osteosarcoma Cancer Agents Discovery through Drug Repurposing.

Authors:  Alejandro Cabrera-Andrade; Andrés López-Cortés; Gabriela Jaramillo-Koupermann; Humberto González-Díaz; Alejandro Pazos; Cristian R Munteanu; Yunierkis Pérez-Castillo; Eduardo Tejera
Journal:  Pharmaceuticals (Basel)       Date:  2020-11-22

6.  Prognostic biomarkers for predicting papillary thyroid carcinoma patients at high risk using nine genes of apoptotic pathway.

Authors:  Chakit Arora; Dilraj Kaur; Leimarembi Devi Naorem; Gajendra P S Raghava
Journal:  PLoS One       Date:  2021-11-12       Impact factor: 3.240

7.  A Hybrid Model for Predicting Pattern Recognition Receptors Using Evolutionary Information.

Authors:  Dilraj Kaur; Chakit Arora; Gajendra P S Raghava
Journal:  Front Immunol       Date:  2020-01-30       Impact factor: 7.561

8.  pdCSM-cancer: Using Graph-Based Signatures to Identify Small Molecules with Anticancer Properties.

Authors:  Raghad Al-Jarf; Alex G C de Sá; Douglas E V Pires; David B Ascher
Journal:  J Chem Inf Model       Date:  2021-07-02       Impact factor: 4.956

  8 in total

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