Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MicrobiomeDB
Title: Curated Data and Analysis Tools from MicrobiomeDB.org
Version: 1.1.1
Version: 1.1.3
Authors@R:
c(person(given = "Danielle",
family = "Callan",
Expand All @@ -12,18 +12,19 @@ Imports:
data.table,
DESeq2,
igraph,
veupathUtils,
veupathUtils (>= 2.7.0),
Maaslin2,
methods,
microbiomeComputations,
microbiomeComputations (>= 5.1.6),
purrr,
SummarizedExperiment,
TreeSummarizedExperiment
Remotes:
microbiomeDB/veupathUtils,
VEuPathDB/veupathUtils,
microbiomeDB/corGraph,
microbiomeDB/microbiomeComputations,
microbiomeDB/microbiomeData
microbiomeDB/microbiomeData,
bioc::Maaslin2
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.
Expand Down
Loading