README.md

Contributors MPL2.0 License Twitter Follow

TidyComb

Tidy drug combination high-throughput screening data for DrugComb portal Explore DrugComb Portal » Report Bug · Request Feature

Table of Contents

About the Package

The R package TidyComb wrapped the functions that could be used to tidy drug combination data from various sources into the format that is required by uploading to DrugComb database. It includes functions for retrieving drug information from chemistry databases: PubChem and Chembl, retrieving cell line information from Cellosaurus, calculating drug synergy scores, etc.

Built with

Getting Start

Prerequistes

TidyComb is a package written with R programming language. Please make sure that you have installed R project ( >= V3.6) on your local machine. You can download it from CRAN.

Installation

You can install TidyComb from this GitHub repository:

  1. Install and load the devtools package. You can do this from CRAN. Invoke R and then type
install.packages("devtools")
library(devtools)
  1. To install TidyComb from GitHub, you'd type:
devtools::install_github("DrugComb/TidyComb")

Usage

The functions in TidyComb can be devided into 2 categories:

  1. Functions for collecting information from external databases:

  2. Pubmed

  3. PubChem
  4. ChEMBL
  5. UniChem
  6. DrugBank
  7. Cellosaurus

The APIs used in those functions:

Sensitivity is calculated by CSS [Malyutina et al., 2019][6] - drug combination sensitivity score is derived using relative IC50 values of compounds and the area under their dose-response curves.

Reference

[1]: Zagidullin B., Aldahdooh J., Zheng S., Wang W., Wang Y., Saad J., Malyutina A., Jafari M., Tanoli Z., Pessia A., Tang J. (2019). DrugComb: an integrative cancer drug combination data portal, Nucleic Acids Research, 47(W1):W43-W51. [2]: Bliss, C. I. (1939). The toxicity of poisons applied jointly1. Annals of Applied Biology, 26(3):585–615. [3]: Berenbaum, M. C. (1989). What is synergy? Pharmacol. Rev., 41(2):93–141. [4]: Loewe, S. (1953). The problem of synergism and antagonism of combined drugs. Arzneimit- telforschung, 3(6):285–290. [5]: Yadav, B., Wennerberg, K., Aittokallio, T., and Tang, J. (2015). Searching for Drug Synergy in Complex Dose-Response Landscapes Using an Interaction Potency Model. Comput Struct Biotechnol J, 13:504– 513. [6]: Malyutina A., Majumder MM., Wang W., Pessia A., Heckman CA., Tang J. (2019). Drug combination sensitivity scoring facilitates the discovery of synergistic and efficacious drug combinations in cancer. PLoS Comput Biol, 15(5):e1006752.

License

Distributed under the Mozilla Public License 2.0

Contact

Shuyu Zheng - shuyu.zheng@helsinki.fi

Project Link: https://github.com/shuyuzheng/TidyComb

Acknowledgements



DrugComb/TidyComb documentation built on June 22, 2022, 2:49 a.m.