-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 1.71 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
59
60
61
62
63
64
65
66
67
68
69
Package: OneNet
Title: Aggregating network inference methods for the identification of microbial guilds
Version: 0.3.1
Authors@R: c(
person(given = "Raphaëlle", family = "Momal", role = c("aut")),
person(given = "Camille", family = "Champion", role = c("aut")),
person(given = "Mathilde", family = "Sola", role = c("aut")),
person(given = "Mahendra", family = "Mariadassou", role = c("ctb", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2986-354X")),
person(given = "Magali", family = "Berland", role = c("ctb"),
comment = c(ORCID = "0000-0002-6762-5350"))
)
Description: OneNet is a stability based network inference aggregation method from whole metagenome sequencing data, which aims at fostering reproducibility and precision.
License: MIT + file LICENSE
URL: https://github.com/metagenopolis/OneNet
BugReports: https://github.com/metagenopolis/OneNet/issues
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
kableExtra,
xlsx,
readxl,
stringr,
rlang
VignetteBuilder: knitr
Roxygen: list(markdown =TRUE)
RoxygenNote: 7.3.1
LinkingTo:
RcppArmadillo, RcppEigen, Rcpp
Depends:
R (>= 3.5.0),
ggplot2,
SpiecEasi (>= 1.1.1)
biocViews:
Imports:
SPRING,
EMtree,
rMAGMA,
PLNmodels,
Rfit,
ggm,
dplyr,
grDevices,
huge,
magrittr,
mixedCCA,
parallel,
pulsar,
reshape2,
tibble,
sbm,
igraph,
tidygraph,
ggraph,
ggiraph,
mvtnorm,
stats,
utils,
RColorBrewer,
randomcoloR,
Rcpp,
future
Remotes:
github::GraceYoon/[email protected],
github::Rmomal/[email protected],
gitlab::arcgl/rmagma@b6fb1911,
github::zdk123/[email protected]