Replicathon 2019 (IQ BIO REU, UPR-RP)

Before getting started, check out the intro slides!

Clone or download this repository to your computer and open the .Rmd files with RStudio.

Main Analysis Template

  • analysis_template (Rmd) (html) : 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.

Datasets

Data files are included under the data folder.

  • rawPharmacoData.rds : raw data file generated by downloadData.R that contains drug response data at every dose for each cell line and drug used in both studies.

  • summarizedPharmacoData.rds : summarized data file generated by downloadData.R that 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 the supplement_dose_response.Rmd tutorial that contains recomputed drug response data (combined over all doses) for each cell line and drug used in both studies.

Tutorials

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 (Rmd) (html) : “Introduction to R Basics”

  • 0b (Rmd) (html) : “Introduction to the Tidyverse”

  • 1a (Rmd) (html) : “Exploring Pharmacological Data with the rawPharmacoData Dataset”

  • 1b (Rmd) (html) : “Exploring Replicability with the summarizedPharmacoData Dataset”

  • 2a (Rmd) (html) : “Digging Deeper with Cell Line and Drug Subgroups”

  • 2b (Rmd) (html) : “Digging Deeper with Drug Response Summarization”

Supplementary Tutorials

  • supplement (Rmd) (html) : “Correlation Measures”

  • supplement (Rmd) (html) : “Dose-Response Modeling”

  • supplement (Rmd) (html) : “Exploring High Dimensional Data with PCA and Clustering”

Code to generate data files (You do not need to use this)

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 as RDS files.

Code of Conduct

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.