Clone or download this repository to your computer and open the .Rmd
files in Rstudio.
analysis_template.Rmd
: R markdown template which each team will use to create a fully reproducible analysis with the goal of assessing and interpreting the replicability of two pharmacogenomic experiments. This document will contain all of the text and code of their analyses, which are quided by a series of questions. The tools and concepts needed to answer the questions are explored in the tutorials.
The package PhamPlotter contain the following two data frames:
-
rawData: contains drug response data at every dose and for each cell line and drug used in both studies.
-
summarizedData: contains drug response data (combined over all doses using either AUC or IC50 statistics) for each cell line and drug used in both studies.
Each tutorial contains text and code that explores various aspects of data science, replicability, and reproducibility. Tutorials 1-4 contain questions to fill in, some require written answers and some require code to produce a plot or numerical summary.
-
01_exploration.Rmd
: R markdown tutorial 1 - "What to do when you first get data" -
02_correlation.Rmd
: R markdown tutorial 2 - "Evaluating replicability of large pharmacological studies" -
03_therapies.Rmd
: R markdown tutorial 3 - "Identifying biological factors that influence replicability" -
04_regression.Rmd
: R markdown tutorial 4 - "Regression approaches for summarizing drug response data"
-
CCLE (Cancer Cell Line Encyclopedia) Study from March 2012
-
GDSC (Genomics of Drug Sensitivity in Cancer) Study from March 2012
-
Reanalysis of CCLE and GDSC from December 2013
-
Commentary 1 on the reanalysis from December 2016
-
Commentary 2 on the reanalysis from December 2016
-
Commentary 3 on the reanalysis from December 2016