Before getting started, check out the intro slides!
Clone or download this repository to your computer and open the .Rmd files in RStudio.
These materials can also be viewed online as html webpages.
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.
Data files are included under the data folder.
-
rawPharmacoData.rds: raw data file generated bydownloadData.Rthat contains drug response data at every dose for each cell line and drug used in both studies. -
summarizedPharmacoData.rds: summarized data file generated bydownloadData.Rthat contains drug response data (combined over all doses) for each cell line and drug used in both studies. -
modelSummarizedPharmacoData.rds: summarized data file generated in thesupplement_dose_response.Rmdtutorial that contains recomputed drug response data (combined over all doses) for each cell line and drug used in both studies.
Tutorials are included under the tutorial folder.
Each tutorial contains text and code that explores various aspects of data science, replicability, and reproducibility. Tutorial 0a provides a gentle introduction to R for those with limited programming experience, and Tutorial 0b introduces some of the main functions in the dplyr and tidyr packages. Tutorials 1a and 1b get us started with exploring the two original datasets from the CCLE and GDSC studies, rawPharmacoData.rds and summarizedPharmacoData.rds. Tutorials 2a and 2b dig deeper into specific issues that can impact replicability and provide ideas for things to look into for this Replicathon. Finally, the Supplementary Tutorials provide more details that are useful but not immediately necessary for getting started.
-
0a_R_basics.Rmd: "Introduction to R Basics" -
0b_R_tidyverse.Rmd: "Introduction to the Tidyverse" -
1a_explore_rawData.Rmd: "Exploring Pharmacological Data with therawPharmacoDataDataset" -
1b_explore_summarizedData.Rmd: "Exploring Replicability with thesummarizedPharmacoDataDataset" -
2a_deeper_subgroups.Rmd: "Digging Deeper with Cell Line and Drug Subgroups" -
2b_deeper_summarization.Rmd: "Digging Deeper with Drug Response Summarization"
Supplementary Tutorials
-
supplement_correlation.Rmd: "Correlation Measures" -
supplement_dose_response.Rmd: "Dose-Response Modeling" -
supplement_PCA_clustering.Rmd: "Exploring High Dimensional Data with PCA and Clustering"
For full reproducibility, this is the script to generate the RDS files. This step has already been done for you, and the data files should be available as part of this repository without running the script.
downloadData.R: a script that uses the PharmacoGx package to format two datasets (raw and summary level) and save them asRDSfiles.
-
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
-
Revisiting the reanalysis from August 2017
To ensure a safe, enjoyable, and friendly experience for everyone who participates, we have a strict code of conduct that all participants are expected to follow.