-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
Package: daa
Title: Differential abundance analysis
Version: 0.99.0
Date: 2025-09-25
Authors@R:
c(
person(given = "Tuomas", family = "Borman", role = c("aut", "cre"), 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("aut"))
)
Description: R/Bioconductor package for differential abundance analysis.
License: Artistic-2.0
URL: https://github.com/microbiome/daa
BugReports: https://github.com/microbiome/daa/issues/
biocViews: Software, Microbiome
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.5.0),
SingleCellExperiment,
SummarizedExperiment
Imports:
broom,
dplyr,
limma,
logistf,
rlang,
rms,
rstatix,
stats,
tidyr
Suggests:
mia,
BiocStyle,
knitr,
rmarkdown,
testthat
Config/testthat/edition: 3
VignetteBuilder: knitr