-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.26 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.26 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
Package: radEmu
Title: Using Relative Abundance Data to Estimate of Multiplicative Differences in Mean Absolute Abundance
Version: 2.3.2.1
Authors@R: c(person("David", "Clausen", role = c("aut")),
person("Amy D", "Willis", email = "adwillis@uw.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2802-4317")),
person("Sarah", "Teichman", role = "aut"))
Description: A differential abundance method for the analysis of microbiome data. 'radEmu' estimates fold-differences in the abundance of taxa across samples relative to "typical" fold-differences. Notably, it does not require pseudocounts, nor choosing a denominator taxon. For more details, see Clausen et al. (2026) <doi:10.1093/biomet/asag009>.
URL: https://github.com/statdivlab/radEmu, https://statdivlab.github.io/radEmu/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
MASS,
Matrix,
methods,
magrittr,
rlang,
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
numDeriv,
phyloseq,
TreeSummarizedExperiment,
SummarizedExperiment,
SingleCellExperiment,
knitr,
dplyr,
ggplot2,
stringr,
parallel,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr