-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
75 lines (75 loc) · 2.16 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
70
71
72
73
74
75
Package: LegATo
Title: LegATo: Longitudinal mEtaGenomic Analysis Toolkit
Version: 0.99.11
Authors@R: c(
person("Aubrey", "Odom", , "aodom@bu.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7113-7598")),
person("Yilong", "Zhang", , "elong0527@gmail.com", role = "ctb",
comment = "Author of NMIT functions"),
person("Jared", "Pincus", , "pincus@bu.edu", role = "csl",
comment = c(ORCID = "0000-0001-6708-5262", other = "Naming consultant of package")),
person("Jordan", "Pincus", , "pincus@bu.edu", role = "art",
comment = "Artist of LegATo icon")
)
Description: LegATo is a suite of open-source software tools for
longitudinal microbiome analysis. It is extendable to several
different study forms with optimal ease-of-use for researchers.
Microbiome time-series data presents distinct challenges including
complex covariate dependencies and variety of longitudinal study
designs. This toolkit will allow researchers to determine which
microbial taxa are affected over time by perturbations such as onset
of disease or lifestyle choices, and to predict the effects of these
perturbations over time, including changes in composition or stability
of commensal bacteria.
License: MIT + file LICENSE
URL: https://wejlab.github.io/LegATo-docs/
BugReports: https://github.com/wejlab/LegATo/issues
Depends:
R (>= 4.4.0)
Imports:
animalcules,
data.table,
dplyr,
ggplot2,
magrittr,
MultiAssayExperiment,
plyr,
rlang,
S4Vectors,
stringr,
SummarizedExperiment,
tibble,
tidyr,
tidyselect
Suggests:
BiocStyle,
broom,
broom.mixed,
circlize,
ComplexHeatmap,
emmeans,
geepack,
ggalluvial,
ggeffects,
grDevices,
knitr,
lme4,
lmerTest,
methods,
RColorBrewer,
rmarkdown,
spelling,
TBSignatureProfiler,
testthat (>= 3.0.0),
TreeSummarizedExperiment,
usethis,
vegan
VignetteBuilder:
knitr
BiocType: Software
biocViews: MicrobiomeData, ReproducibleResearch, SequencingData
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: FALSE
RoxygenNote: 7.3.1