-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 985 Bytes
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 985 Bytes
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
Package: NECorr
Type: Package
Title: NECorr - Network Expression Correlation Ranking
Version: 3.0.0
Authors@R: c(
person("Christophe", "Liseron-Monfils", role = c("aut")),
person("Andrew", "Olson", role = c("aut")),
person("Your", "Name", email = "[email protected]", role = c("cre")))
Description: NECorr integrates molecular network topology and expression correlation
to prioritise candidate genes for specific conditions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0)
Imports:
igraph,
ggplot2,
ggraph,
visNetwork,
limma,
Biobase,
data.table,
dplyr,
matrixStats,
patchwork,
purrr,
scales,
tibble,
tidyr,
Rcpp,
RcppParallel,
parallel,
rlang,
WGCNA,
impute,
impute,
htmlwidgets
Remotes:
bioc::impute
LinkingTo: Rcpp, RcppParallel
Roxygen: list(markdown = TRUE)
Suggests: knitr, rmarkdown, BiocManager
VignetteBuilder: knitr
RoxygenNote: 7.3.3