-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
68 lines (68 loc) · 2.21 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
Package: miaSim
Type: Package
Version: 1.9.1
Authors@R:
c(person(given = "Yagmur", family = "Simsek", role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Karoline", family = "Faust", role = c("aut"),
email = "[email protected]"),
person(given = "Yu", family = "Gao", role = c("aut"),
email = "[email protected]"),
person(given = "Emma", family = "Gheysen", role = c("aut"),
email = "[email protected]"),
person(given = "Daniel Rios", family = "Garza", role = c("aut"),
email = "[email protected]"),
person(given = "Tuomas", family = "Borman", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8563-8884")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")),
person(given = "Muluh", family = "Muluh", role=c("ctb")),
person(given = "Nitesh", family = "Turaga", role=c("ctb")),
person(given = "Akewak", family = "Jeba", role=c("ctb"))
)
Title: Microbiome Data Simulation
Description:
Microbiome time series simulation with generalized Lotka-Volterra model,
Self-Organized Instability (SOI), and other models. Hubbell's Neutral model
is used to determine the abundance matrix. The resulting abundance matrix
is applied to (Tree)SummarizedExperiment objects.
License: Artistic-2.0 | file LICENSE
biocViews: Microbiome, Software, Sequencing, DNASeq, ATACSeq, Coverage, Network
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends:
TreeSummarizedExperiment
Imports:
SummarizedExperiment,
deSolve,
stats,
poweRlaw,
MatrixGenerics,
S4Vectors
Suggests:
ape,
cluster,
foreach,
doParallel,
dplyr,
GGally,
ggplot2,
igraph,
network,
reshape2,
sna,
vegan,
rmarkdown,
knitr,
BiocStyle,
testthat,
mia,
miaViz,
colourvalues,
philentropy
URL: https://github.com/microbiome/miaSim
BugReports: https://github.com/microbiome/miaSim/issues
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr