QMLGMLDec 28, 2018

Drug cell line interaction prediction

arXiv:1812.11178v1145 citations
Originality Incremental advance
AI Analysis

This work addresses phenotypic screening for cancer researchers, offering incremental improvements in prediction accuracy.

The paper tackles predicting drug-cell line interactions for anti-cancer drug discovery by introducing tCNNS, a twin CNN model that processes drugs in SMILES format and cell lines, achieving an R² of 0.84 and Pearson correlation of 0.92, outperforming prior methods.

Understanding the phenotypic drug response on cancer cell lines plays a vital rule in anti-cancer drug discovery and re-purposing. The Genomics of Drug Sensitivity in Cancer (GDSC) database provides open data for researchers in phenotypic screening to test their models and methods. Previously, most research in these areas starts from the fingerprints or features of drugs, instead of their structures. In this paper, we introduce a model for phenotypic screening, which is called twin Convolutional Neural Network for drugs in SMILES format (tCNNS). tCNNS is comprised of CNN input channels for drugs in SMILES format and cancer cell lines respectively. Our model achieves $0.84$ for the coefficient of determinant($R^2$) and $0.92$ for Pearson correlation($R_p$), which are significantly better than previous works\cite{ammad2014integrative,haider2015copula,menden2013machine}. Besides these statistical metrics, tCNNS also provides some insights into phenotypic screening.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes