-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.67 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
Package: ReducedExperiment
Type: Package
Title: Containers and tools for dimensionally-reduced -omics representations
Version: 0.99.6
Authors@R: c(
person("Jack", "Gisby", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0511-8123")),
person("Michael", "Barnes", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-9097-7381"))
)
Date: 2024-07-30
Description: Provides SummarizedExperiment-like containers for storing and
manipulating dimensionally-reduced assay data. The ReducedExperiment
classes allow users to simultaneously manipulate their original dataset
and their decomposed data, in addition to other method-specific outputs
like feature loadings. Implements utilities and specialised classes for the
application of stabilised independent component analysis (sICA) and
weighted gene correlation network analysis (WGCNA).
License: GPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 4.4.0),
SummarizedExperiment,
methods
Imports:
WGCNA,
ica,
moments,
clusterProfiler,
msigdbr,
RColorBrewer,
car,
lme4,
lmerTest,
pheatmap,
biomaRt,
stats,
grDevices,
BiocParallel,
ggplot2,
patchwork,
BiocGenerics,
S4Vectors
Suggests:
knitr,
rmarkdown,
testthat,
biocViews,
BiocCheck,
BiocStyle,
airway
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://github.com/jackgisby/ReducedExperiment
BugReports: https://github.com/jackgisby/ReducedExperiment/issues
biocViews: GeneExpression, Infrastructure, DataRepresentation, Software,
DimensionReduction, Network