Diff of /README.md [000000] .. [d3ea1f]

Switch to unified view

a b/README.md
1
# Biomarker discovery from high throughput screening datasets
2
3
## Instructor(s) name(s) and contact information
4
5
* Petr Smirnov <petr.smirnov@uhnresearch.ca>
6
* Arvind Mer <arvind.mer@uhnresearch.ca>
7
* Christopher Eeles <christopher.eeles@uhnresearch.ca>
8
9
10
## Workshop Description
11
12
This workshop will focus on the synergies between analysis results from the PharmacoGx, Xeva and RadioGx packages and their usefulness for discovery of biomarkers of drug and/or radiation sensitivity in cancer cell lines (CCLs) and patent derived xenograft models (PDXs). We will discuss issues with data curation, consistency and reproducibility within the literature as well as illustrate the importance of unified analytical platforms, data and code sharing in bioinformatics and biomedical research. In this lab learners will be led through an analysis for each of the three packages on data provided by the download functions within them. The results of these analyses will then be explored to highlight how drug and radiation dose-response profiles in CCLs and PDXs can be used to discover potential synergistic biomarkers for drug-radiation and drug combination therapies. The resulting biomarkers will be discussed in the context of translational cancer research and clinical applications of genomic data. We will conclude with a discussion of how these biomarkers can be used to inform future in vitro and in vivo treatment screenings and ultimately provide useful insights for clinical trial design. 
13
14
### Pre-requisites
15
16
17
* Basic knowledge of R syntax
18
* Knowledge of or interest in pharmacogenomics and radio-genomics
19
* Familiarity with base bioconductor objects, including the SummarizedExperiment Class
20
* Familiarity with linear modelling in R; ANOVA, and goodness of fit tests
21
22
Useful publications: 
23
24
*  Smirnov, P. et al. PharmacoGx: An R package for analysis of large pharmacogenomic datasets. Bioinformatics 32, 1244–1246 (2016).
25
* Manem, V. SK. et al. Modeling Cellular Response in Large-Scale Radiogenomic Databases to Advance Precision Radiotherapy. Cancer Research (2019) doi:10.1158/0008-5472.CAN-19-0179.
26
* Mer, A. S. et al. Integrative pharmacogenomics analysis of patient-derived xenografts. Cancer Res canres.0349.2019 (2019) doi:10.1158/0008-5472.CAN-19-0349.
27
28
29
30
### Workshop Participation
31
32
Participants expected to have the following required packages installed on their machines to be able to run the commands along with the instructors.
33
PharmacoGx,  Xeva, RadioGx, CoreGx and Biobase from Bioconductor
34
The workshop will be presented as a set of analysis steps to be replicated by the learners, with instructors available to explain the why and how of applying these functions to the given datasets. Learners will write analysis scripts as well as use interactive commands to explore the generated data structures and results. Learners will then brainstorm potential applications of the analysis results in their field as well as comment on use case examples presented by the instructors on research in our lab.
35
36
### _R_ / _Bioconductor_ packages used
37
38
Bioconductor:
39
* https://bioconductor.org/packages/release/bioc/html/PharmacoGx.html
40
* http://bioconductor.org/packages/release/bioc/html/Xeva.html 
41
* https://bioconductor.org/packages/3.12/bioc/html/RadioGx.html
42
* https://bioconductor.org/packages/3.12/bioc/html/CoreGx.html
43
44
## Time outline
45
46
For a 1-hr workshop:
47
48
| Activity                                    | Time |
49
|---------------------------------------------|------|
50
| Introduction and Experimental Design                     | 5m   |
51
| Data Structure and Common Functions Between Packages     | 5m |
52
| Examining and Extracting data of interest                     | 5m |
53
| Visualizing and modelling Sensitivity Data                     | 14m |
54
| Summary Functions                     | 3m |
55
| Signature Generation and Biomarker Discovery                   | 5m |
56
| Integrative Analysis Across Packages and Disciplines: - 20 Minutes - Interactive Portion | 20m | 
57
58
59
## Workshop goals and objectives
60
61
### Learning goals
62
63
* Describe pharmacogenomic datasets and radiogenomic datasets and usefulness in cancer research
64
* Learn how to extract information from these datasets and to intersect them over their common measured features, experiments, model systems 
65
* Learn how to visualize experimental results from these datasets 
66
* Learn how to model dose-response for both small compound and radiotherapy datasets
67
* Learn measures to quantify the response in both cell line and PDX sensitivity screens, for both drug and radiation treatments
68
* Understand the differences in experimental design between radiotherapy and small compound treatments in cell lines
69
* Understand the differences in measuring response to therapy between cell line and PDX based models
70
* Understand how to identify potential genomic signatures of drug and radiation response and explore how synergies between these signatures can inform clinical trial design
71
72
### Learning objectives
73
74
* List available standardized pharmacogenomic and radiogenomic datasets and download them
75
* Access the molecular features, dose-response and metadata contained within the data structures defined in the packages
76
* Create drug-dose and radiation-dose response plots for cell line experiments
77
* Create tumor growth curve plots for PDX experiments
78
* Fit linear-quadratic models to radiotherapy experiments in cell lines
79
* Fit Hill Slope models to dose-response experiments using small compound treatments in cell lines
80
* Calculate the AAC, AUC, IC50, SF2, D10 metrics for response quantification in cell lines
81
* Calculate the mRECIST and other tumour growth curve summary metrics
82
* Visualize response of PDX experiments using an Oncoprint heatmap
83
* Predict in vivo and in vitro univariate biomarkers using the PharmacoGx, Xeva and RadioGx packages
84
* Compare signatures of response between chemotherapy compounds and radiotherapy
85
* Compare univariate biomarkers between cell line and PDX experiments