forked from smorabit/hdWGCNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 824 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: hdWGCNA
Title: hdWGCNA
Version: 0.2.19
Authors@R: c(
person("Sam", "Morabito", , "smorabit@uci.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7768-4856")),
person("Zechuan", "Shi", , "zechuas@uci.edu", role = c("ctb"),
comment = c(ORCID = "0000-0002-2844-5816")),
person("Swarup Lab", role = "fnd")
)
Description: hdWGCNA is an R package for performing weighted gene co-expression network analysis in high dimensional data such as single-cell RNA-seq or spatial transcriptomics.
License: GNU GPLv3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://smorabit.github.io/hdWGCNA/
Imports: WGCNA, Seurat, Matrix, harmony, igraph, ggplot2, dplyr
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)