-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 2.15 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
Package: neonMicrobe
Title: Downloading, Pre-processing, and Assembling NEON Soil Microbe Marker Gene Sequence Data
Version: 0.0.0.9000
Authors@R: c(
person(given = "Clara", family = "Qin", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-9561-4704")),
person(given = "Lee", family = "Stanish", role = "aut", email = "[email protected]"),
person(given = "Zoey", family = "Werbin", role = "aut", email = "[email protected]"),
person(given = "Ryan", family = "Bartelme", role = "ctb", email = "[email protected]"),
person(given = "Peter", family = "Pellitier", role = "ctb", email = "[email protected]"),
person(given = "Ayanna", family = "St. Rose", role = "ctb", email = "[email protected]"),
person(given = "Dawson", family = "Fairbanks", role = "ctb", email = "[email protected]"),
person(given = "Chance", family = "Muscarella", role = "ctb", email = "[email protected] "),
person(given = "Kusum", family = "Naithani", role = "ctb", email = "[email protected]"),
person(given = "Kai", family = "Zhu", role = "ctb", email = "[email protected]")
)
Description: neonMicrobe is a suite of functions for downloading, pre-processing, and assembling heterogeneous data around the NEON soil microbe marker gene sequence data. To do so, neonMicrobe downloads NEON data products from the NEON Data API and processes sequences using the DADA2 workflow. In addition, neonMicrobe offers a processing-batch infrastructure to encourage explicit versioning of processed data.
License: `use_mit_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
biocViews:
Imports:
neonUtilities (>= 2.0.1),
phyloseq (>= 1.28.0),
plyr (>= 1.8.6),
dplyr (>= 1.0.5),
tibble (>= 3.1.0),
ggplot2 (>= 3.3.3),
ShortRead (>= 1.42.0),
Biostrings (>= 2.52.0),
tidyr (>= 1.1.3),
httr (>= 1.4.2),
R.utils (>= 2.10.1)
Depends:
R (>= 3.5.0),
dada2 (>= 1.19.2)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr