-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
116 lines (116 loc) · 3.13 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Package: PharmacoGx
Type: Package
Title: Analysis of Large-Scale Pharmacogenomic Data
Version: 3.7.5
Date: 2024-04-08
Authors@R: c(
person(given="Petr", family="Smirnov", email="[email protected]",
role=c("aut")),
person(given="Christopher", family="Eeles",
email="[email protected]", role=c("aut")),
person(given="Jermiah", family="Joseph",
email="[email protected]", role=c("aut")),
person(given="Zhaleh", family="Safikhani", role=c("aut")),
person(given="Mark", family="Freeman", role=c("aut")),
person(given="Feifei", family="Li", email="[email protected]", role=c("aut")),
person("Benjamin", "Haibe-Kains", email="[email protected]", role=c("aut", "cre"))
)
Description: Contains a set of functions to perform large-scale analysis of
pharmaco-genomic data. These include the PharmacoSet object for storing
the results of pharmacogenomic experiments, as well as a number of functions
for computing common summaries of drug-dose response and correlating them
with the molecular features in a cancer cell-line.
License: GPL (>= 3)
Suggests: pander,
rmarkdown,
knitr,
knitcitations,
crayon,
testthat,
markdown,
BiocStyle,
R.utils
Encoding: UTF-8
Imports:
BiocGenerics,
Biobase,
S4Vectors,
SummarizedExperiment,
MultiAssayExperiment,
BiocParallel,
ggplot2,
RColorBrewer,
magicaxis,
parallel,
caTools,
methods,
downloader,
stats,
utils,
graphics,
grDevices,
reshape2,
jsonlite,
data.table,
checkmate,
boot,
coop
Depends: R (>= 3.6), CoreGx
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE, r6=FALSE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
VignetteEngine: knitr::rmarkdown
biocViews: GeneExpression, Pharmacogenetics, Pharmacogenomics, Software, Classification
BugReports: https://github.com/bhklab/PharmacoGx/issues
Collate:
'GR.R'
'GWC.R'
'PharmacoSet-class.R'
'PharmacoSet-accessors.R'
'PharmacoSet-utils.R'
'RcppExports.R'
'adaptiveMatthewCor.R'
'callingWaterfall.R'
'class-SignatureClass.R'
'computeABC.R'
'computeAUC.R'
'computeAUC_old.R'
'computeAmax.R'
'computeDSS.R'
'computeDrugSensitivity.R'
'computeGR.R'
'computeIC50.R'
'computeICn.R'
'computeSlope.R'
'computeSynergy.R'
'connectivityScore.R'
'cosinePerm.R'
'datasets.R'
'downloadPSet.R'
'downloadSignatures.R'
'drugDoseResponseCurve.R'
'drugPerturbationSig.R'
'filterNoisyCurves.R'
'geneDrugPerturbation.R'
'geneDrugSensitivity.R'
'geneDrugSensitivityPBCorr.R'
'geneDrugSensitivityPCorr.R'
'getRawSensitivityMatrix.R'
'globals.R'
'intersectPSets.R'
'logLogisticRegression.R'
'matthewCor.R'
'mergePSets.R'
'methods-[.R'
'methods-drugSensitivitySig.R'
'methods-intersect.R'
'methods-subsetTo.R'
'methods-summarizeMolecularProfiles.R'
'methods-summarizeSensitivityProfiles.R'
'plotPSig.R'
'rankGeneDrugPerturbation.R'
'rankGeneDrugSensitivity.R'
'sanityCheck.R'
'updateObject-methods.R'
'zzz.R'