-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.19 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
Package: tinyvamp
Title: Modeling complex measurement error in microbiome experiments
Version: 1.0.0.0
Authors@R: as.person(c(
"David Clausen [aut]",
"Amy Willis <adwillis@uw.edu> [aut, cre]"
))
Description: tinyvamp estimates the model described in Clausen & Willis, 2022. Notably, our model allows relative abundances to lie on the boundary of the simplex. We present a stable algorithm for computing parameter estimates, asymptotically valid procedures for inference in this nonstandard problem, and examples of the utility of the method. Our approach can be used to select or compare experimental protocols, design experiments with appropriate control data, analyze mixed-specimen samples, and remove across-sample contamination.
URL: https://github.com/statdivlab/tinyvamp, https://statdivlab.github.io/tinyvamp/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 3.5.0),
cir,
parallel,
stats
Imports:
Matrix,
methods
Suggests:
dplyr,
ggplot2,
knitr,
numDeriv,
phyloseq,
rmarkdown,
phyloseq,
testthat (>= 3.0.0),
tidyverse
Config/testthat/edition: 3
VignetteBuilder: knitr