-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.43 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
Package: MicrobiomeDB
Title: Curated Data and Analysis Tools from MicrobiomeDB.org
Version: 1.1.1
Authors@R:
c(person(given = "Danielle",
family = "Callan",
role = c("aut", "cre"),
email = "[email protected]"))
biocViews:
Imports:
corGraph,
data.table,
DESeq2,
igraph,
veupathUtils,
Maaslin2,
methods,
microbiomeComputations,
purrr,
SummarizedExperiment,
TreeSummarizedExperiment
Remotes:
microbiomeDB/veupathUtils,
microbiomeDB/corGraph,
microbiomeDB/microbiomeComputations,
microbiomeDB/microbiomeData
URL: https://github.com/microbiomeDB/MicrobiomeDB, https://microbiomedb.github.io/MicrobiomeDB/
BugReports: https://github.com/microbiomeDB/MicrobiomeDB/issues
Description: This package is intended to be used to explore the curated datasets from MicrobiomeDB.org, as well as your own datasets. It comes pre-packaged with the same functions used to power the analysis tools from the website. It also contains functions to facilitate easily transforming data between our custom objects, phyloseq objects, and .biom files that you can upload to the website.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0),
S4Vectors,
microbiomeData,
knitr,
rmarkdown,
tidyverse,
mia,
dada2,
biomformat,
phyloseq
Config/testthat/edition: 3
VignetteBuilder: knitr