-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
59 lines (59 loc) · 2.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: pgxBioc2022Workshop
Title: PharmacoGx 3.1: data structures and methods for discovering molecular biomarkers of response to drug combination therapy in precision oncology
Version: 1.0.9
Authors@R: c(
person(
given="Christopher",
family="Eeles",
email="[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0002-9962-7385")),
person(
given="Petr",
family="Smirnov",
email="[email protected]",
role=c("aut")),
person(
given="Feifei",
family="Li",
email="[email protected]",
role=c("aut")),
person(
given="Benjamin",
family="Haibe-Kains",
email="[email protected]",
role=c("aut", "cre"))
)
Description: This workshop will introduce users to the CoreGx and PharmacoGx R
packages, which are useful tools for pharmacogenomic modelling to discover
biomarkers of treatment response in cancer model systems. PharmacoGx
specifically focuses on drug sensitivity experiments in cancer cell lines,
which will be the major focus of this workshop. Recent updates to PharmacoGx have
added support for analyzing drug combination experiments to discover molecular biomarkers
of drug synergy or antagonism. In this workshop users will learn how to use CoreGx and
PharmacoGx to build a PharmacoSet object from cancer cell-lines with both their molecular
phenotype and response to drug combination therapy characterized. This object will then be used
to compute common metrics of drug synergy and antagonism and to use available molecular
data to discover genes associated with response or resistance to both mono and drug combination
therapies.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
CoreGx,
PharmacoGx,
MultiAssayExperiment,
data.table
Suggests:
knitr,
rmarkdown,
BiocStyle,
pkgdown
Remotes:
bhklab/CoreGx@development,
bhklab/PharmacoGx@development
URL: https://bhklab.github.io/bioc2022workshop
VignetteBuilder: knitr
DockerImage: ghcr.io/bhklab/pgxBioc2022Workshop:latest