forked from bhklab/RadioGx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 2.24 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
Package: RadioGx
Type: Package
Title: Analysis of Large-Scale Radio-Genomic Data
Version: 1.3.0
Date: 2021-05-13
Authors@R: c(
person("Venkata","Manem", email = "mail2mvskumar@gmail.com",
role = c("aut")),
person("Petr","Smirnov", email = "petr.smirnov@uhnresearch.ca",
role = c("aut")),
person("Ian","Smith", email = "ianc.smith@mail.utoronto.ca",
role = c("aut")),
person("Meghan","Lambie", email = "megan.lambie@mail.utoronto.ca",
role = c("aut")),
person("Christopher","Eeles", email = "christopher.eeles@uhnresearch.ca",
role = c("aut")),
person("Scott", "Bratman", email = "scott.bratman@rmp.uhn.ca",
role = c("aut")),
person("Benjamin","Haibe-Kains", email = "benjamin.haibe.kains@utoronto.ca",
role = c("aut","cre"))
)
Description: Computational tool box for radio-genomic analysis which integrates
radio-response data, radio-biological modelling and comprehensive cell line
annotations for hundreds of cancer cell lines. The 'RadioSet' class enables
creation and manipulation of standardized datasets including information
about cancer cells lines, radio-response assays and dose-response indicators.
Included methods allow fitting and plotting dose-response data using
established radio-biological models along with quality control to validate
results. Additional functions related to fitting and plotting dose response
curves, quantifying statistical correlation and calculating area under the
curve (AUC) or survival fraction (SF) are included. For more details please
see the included documentation, references, as well as:
Manem, V. et al (2018) <doi:10.1101/449793>.
License: GPL-3
VignetteBuilder: knitr
VignetteEngine: knitr::rmarkdown
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1), CoreGx
Imports:
SummarizedExperiment,
S4Vectors,
Biobase,
parallel,
BiocParallel,
RColorBrewer,
caTools,
magicaxis,
methods,
reshape2,
scales,
grDevices,
graphics,
stats,
utils,
assertthat,
matrixStats,
downloader
Suggests:
rmarkdown,
BiocStyle,
knitr,
pander,
markdown
biocViews: Software, Pharmacogenetics, QualityControl, Survival,
Pharmacogenomics, Classification
RoxygenNote: 7.1.1