Related Experiment Video
Updated: Jan 24, 2026

Evaluating the Effectiveness of Cancer Drug Sensitization In Vitro and In Vivo
Published on: February 6, 2015
Prediction of Drug Target Sensitivity in Cancer Cell Lines Using Apache Spark
Shahid Hussain1, Javed Ferzund1, Raza Ul-Haq1
1Department of Computer Science, COMSATS Institute of Information Technology, Sahiwal, Pakistan.
Abstract:
Predicting the drug targets in the base of cancer cell line is one of the hottest issues in cancer treatment. Drug sensitivity describes which drug is perfect for cell line in certain condition or disease. This condition exists due to change in human metabolism. Different techniques are used for cancer treatment such as radiotherapy, hormone therapy, chemotherapy, and surgery. Many statistical methods and machine learning algorithms such as support vector machine, principal component analysis (PCA), logistic regression, simple linear regression, naive Bayes classifier, generalized linear regression, and random forest have been used for drug target prediction. However, these predictors take more time for computation using different tools such as MATLAB and R tool. In this study, different machine learning techniques are applied using Apache Spark to predict drug targets. Apache Spark uses the resilient distributed dataset (RDD) technique for in-memory fast computation and fault tolerance. The obtained results indicate that Spark provides better accuracy in short time when compared with existing tools.
Insights
This study introduces Apache Spark for faster and more accurate cancer drug target prediction. The new method significantly speeds up computational analysis for identifying effective cancer treatments.
Area of Science:
- Computational biology
- Bioinformatics
- Oncology
Background:
- Predicting drug targets in cancer cell lines is crucial for effective cancer treatment.
- Drug sensitivity is influenced by metabolic changes and varies across cell lines and conditions.
- Traditional methods for drug target prediction are computationally intensive and time-consuming.
Purpose of the Study:
- To evaluate the efficacy of Apache Spark for predicting drug targets in cancer cell lines.
- To compare the performance of machine learning techniques implemented in Apache Spark against existing tools.
- To address the computational time limitations of current drug target prediction methods.
Main Methods:
- Application of various machine learning techniques using Apache Spark.
- Leveraging Apache Spark's resilient distributed dataset (RDD) for in-memory computation and fault tolerance.
- Comparative analysis of prediction accuracy and computation time with traditional tools like MATLAB and R.
Main Results:
- Apache Spark demonstrated superior accuracy in predicting drug targets.
- The Spark-based approach significantly reduced computation time compared to existing methods.
- The resilient distributed dataset (RDD) technique facilitated fast and fault-tolerant in-memory computation.
Conclusions:
- Apache Spark offers a highly accurate and efficient platform for cancer drug target prediction.
- The use of Apache Spark can accelerate the discovery of effective cancer therapies.
- This approach holds promise for improving the speed and reliability of personalized cancer medicine.
Related Concept Videos
Sensitivity, Specificity, and Predicted Value
Sensitivity is the...
Cell Lines
Targeted Cancer Therapies
There are several types of targeted therapies against...
Targets for Drug Action: Overview
Receptors are either membrane-spanning or intracellular proteins, which upon binding a ligand, get activated and transmit the signal downstream to elicit a response. Drugs bind receptors, either mimicking the action of endogenous ligands or blocking the receptor activity to bring about a modified response. Nearly 35% of approved drugs target the G...
Predicting Molecular Geometry
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.

