-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
57 lines (57 loc) · 2.27 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
Package: curatedPCaData
Title: Curated Prostate Cancer Data
Version: 1.1.2
Date: 2024-01-10
Authors@R: c(person("Teemu Daniel", "Laajala", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7016-7354")),
person("Jordan", "Creed", email = "[email protected]",
role = "ctb"),
person("Christelle", "Colin Leitzinger", email =
"[email protected]", role = "ctb"),
person("Varsha", "Sreekanth", email = "[email protected]",
role = "ctb"),
person("Federico", "Calboli", email = "[email protected]",
role = "ctb"),
person("Kalaimathy", "Singaravelu", email = "[email protected]", role = "ctb"),
person("Michael", "Orman", email = "[email protected]",
role = "ctb"),
person("Alex", "Soupir", email = "[email protected]", role = "ctb"),
person("Anni", "Halkola", email = "[email protected]", role = "ctb"))
Description: The package curatedPCaData offers a selection of annotated prostate
cancer datasets featuring multiple omics, manually curated metadata, and
derived downstream variables. The studies are offered as MultiAssayExperiment
(MAE) objects via ExperimentHub, and comprise of clinical characteristics tied
to gene expression, copy number alteration and somatic mutation data. Further,
downstream features computed from these multi-omics data are offered. Multiple
vignettes help grasp characteristics of the various studies and provide example
exploratory and meta-analysis of leveraging the multiple studies provided
here-in.
License: CC BY 4.0
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
biocViews: ExperimentHub, ExperimentData, ProstateCancerData, CancerData,
Homo_sapiens_Data, MicroarrayData, RNASeqData, ExpressionData,
CopyNumberVariationData, Somatic, GEO, ReproducibleResearch
URL: https://github.com/Syksy/curatedPCaData
BugReports: https://github.com/Syksy/curatedPCaData/issues
Depends: R (>= 4.4.0), S4Vectors (>= 0.23.18), MultiAssayExperiment,
RaggedExperiment
Imports:
ExperimentHub,
AnnotationHub,
utils,
methods,
rlang,
stats,
reshape2
Suggests:
BiocStyle,
knitr,
ggplot2,
rmarkdown,
survival,
survminer,
ComplexHeatmap,
corrplot,
formatR