forked from mikemc/metacal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1020 Bytes
/
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
Package: metacal
Title: Bias estimation and calibration for metagenomics experiments
Version: 0.2.0
Authors@R:
person(given = "Michael",
family = "McLaren",
role = c("aut", "cre"),
email = "m.mclaren42@gmail.com",
comment = c(ORCID = "0000-0003-1575-473X"))
Description: The metacal package provides tools for bias estimation and
calibration in marker-gene and metagenomics sequencing experiments, using
the methods developed in https://elifesciences.org/articles/46923.
URL: https://mikemc.github.io/metacal, https://github.com/mikemc/metacal
BugReports: https://github.com/mikemc/metacal/issues
License: MIT + file LICENSE
Imports:
dplyr,
igraph,
magrittr,
MASS,
phyloseq,
purrr,
rlang,
tibble,
tidyr,
useful
Suggests:
testthat,
roxygen2,
knitr,
rmarkdown,
tidyverse,
cowplot,
ggbeeswarm
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr