-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.52 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
Package: miaTime
Type: Package
Title: Microbiome Time Series Analysis
Version: 0.99.0
Authors@R:
c(person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")),
person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8563-8884")),
person(given = "Yagmur", family = "Simsek", role = c("aut"),
email = "[email protected]"),
person(given = "Sudarshan", family = "Shetty", role = c("ctb"),
email = "[email protected]"),
person(given = "Chouaib", family = "Benchraka", role = c("ctb")),
person(given = "Muluh", family = "Muluh", role = c("ctb"))
)
Description:
The `miaTime` package provides tools for microbiome time series analysis
based on (Tree)SummarizedExperiment infrastructure.
biocViews: Microbiome, Software, Sequencing
License: Artistic-2.0 | file LICENSE
Depends:
R (>= 4.4.0),
mia
Imports:
dplyr,
methods,
S4Vectors,
SingleCellExperiment,
SummarizedExperiment,
TreeSummarizedExperiment
Suggests:
BiocStyle,
devtools,
ggplot2,
knitr,
lubridate,
miaViz,
rmarkdown,
scater,
testthat,
vegan
URL: https://github.com/microbiome/miaTime
BugReports: https://github.com/microbiome/miaTime/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr