-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.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
Package: multiWGCNA
Type: Package
Title: multiWGCNA
Version: 1.3.2
Authors@R: c(
person("Dario", "Tommasini", email="[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0002-1214-6547")),
person("Brent", "Fogel", role = c("aut","ctb")))
Description: An R package for deeping mining gene co-expression networks in
multi-trait expression data. Provides functions for analyzing, comparing,
and visualizing WGCNA networks across conditions. multiWGCNA was designed
to handle the common case where there are multiple biologically meaningful
sample traits, such as disease vs wildtype across development or anatomical
region.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
BiocStyle,
doParallel,
ExperimentHub,
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0),
vegan
VignetteBuilder: knitr
RoxygenNote: 7.2.3
biocViews: Sequencing, RNASeq, GeneExpression, DifferentialExpression,
Regression, Clustering
Imports:
stringr,
readr,
WGCNA,
dplyr,
reshape2,
data.table,
patchwork,
scales,
igraph,
flashClust,
ggplot2,
dcanr,
cowplot,
ggrepel,
methods,
SummarizedExperiment
Depends:
R (>= 4.3.0),
ggalluvial
Config/testthat/edition: 3