-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
70 lines (70 loc) · 2.38 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: curatedMetagenomicData
Title: Curated Metagenomic Data of the Human Microbiome
Description:
The curatedMetagenomicData package provides standardized, curated human
microbiome data for novel analyses. It includes gene families, marker
abundance, marker presence, pathway abundance, pathway coverage, and
relative abundance for samples collected from different body sites. The
bacterial, fungal, and archaeal taxonomic abundances for each sample were
calculated with MetaPhlAn3, and metabolic functional potential was
calculated with HUMAnN3. The manually curated sample metadata and
standardized metagenomic data are available as (Tree)SummarizedExperiment
objects.
Authors@R:
c(person(given = "Lucas", family = "schiffer", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3628-0326")),
person(given = "Levi", family = "Waldron", role = "aut"),
person(given = "Edoardo", family = "Pasolli", role = "ctb"),
person(given = "Jennifer", family = "Wokaty", role = "ctb"),
person(given = "Sean", family = "Davis", role = "ctb"),
person(given = "Audrey", family = "Renson", role = "ctb"),
person(given = "Chloe", family = "Mirzayi", role = "ctb"),
person(given = "Paolo", family = "Manghi", role = "ctb"),
person(given = "Samuel", family = "Gamboa-Tuz", role = "ctb"),
person(given = "Marcel", family = "Ramos", role = "ctb"),
person(given = "Valerie", family = "Obenchain", role = "ctb"),
person(given = "Kelly", family = "Eckenrode", role = "ctb"),
person(given = "Nicola", family = "Segata", role = "ctb"))
biocViews:
ExperimentHub,
Homo_sapiens_Data,
MicrobiomeData,
ReproducibleResearch
Version: 3.15.0
License: Artistic-2.0
Depends:
R (>= 4.1.0),
SummarizedExperiment,
TreeSummarizedExperiment
Imports:
AnnotationHub,
ExperimentHub,
S4Vectors,
dplyr,
magrittr,
mia,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
BiocStyle,
DT,
knitr,
readr,
rmarkdown,
scater,
testthat,
utils,
uwot,
vegan
URL: https://github.com/waldronlab/curatedMetagenomicData
BugReports: https://github.com/waldronlab/curatedMetagenomicData/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr