-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d81b9b5
commit 7e1da5e
Showing
70 changed files
with
961 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
^paper$ | ||
^.vscode$ | ||
^citation.cff$ | ||
^vignettes/articles$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Package: MiscMetabar | ||
Type: Package | ||
Title: Miscellaneous Functions for Metabarcoding Analysis | ||
Version: 0.7.0 | ||
Version: 0.7.1 | ||
Authors@R: person("Adrien", "Taudière", email = "[email protected]", | ||
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-1088-1182")) | ||
Description: The MiscMetabar package aims to facilitate the description, transformation, exploration, and reproducibility of metabarcoding analysis. Mainly build on the top of phyloseq, dada2 R packages. MiscMetabar help to build reproducible and robust bioinformatic pipeline in R. MiscMetabar make ecological analysis of alpha and beta-diversity simple and powerfull by integrating a large number of analysis, some of them from other R packages. | ||
License: AGPL-3 | ||
Encoding: UTF-8 | ||
LazyData: false | ||
LazyData: true | ||
Depends: | ||
R (>= 3.5.0), | ||
phyloseq, | ||
|
@@ -21,17 +21,14 @@ Suggests: | |
Biostrings, | ||
circlize, | ||
ComplexUpset, | ||
data.table, | ||
DECIPHER, | ||
DESeq2, | ||
devtools, | ||
DT, | ||
edgeR, | ||
formattable, | ||
gghalves, | ||
ggh4x, | ||
ggstatsplot, | ||
ggtree, | ||
ggridges, | ||
ggVennDiagram, | ||
gtsummary, | ||
|
@@ -48,7 +45,6 @@ Suggests: | |
metacoder, | ||
methods, | ||
mia, | ||
MicrobiotaProcess, | ||
mixtools, | ||
multcompView, | ||
networkD3, | ||
|
@@ -73,14 +69,24 @@ Suggests: | |
testthat (>= 3.0.0), | ||
tibble, | ||
tidyr, | ||
tidytree, | ||
treeio, | ||
treemapify, | ||
vegan, | ||
venneuler, | ||
vctrs, | ||
viridis, | ||
withr | ||
withr, | ||
datawizard, | ||
formattable, | ||
ggforce, | ||
ggtree, | ||
gtExtras, | ||
MicrobiotaProcess, | ||
pillar, | ||
pointblank, | ||
summarytools, | ||
svglite, | ||
tidytree, | ||
treeio | ||
RoxygenNote: 7.3.1 | ||
URL: https://github.com/adrientaudiere/MiscMetabar, | ||
https://adrientaudiere.github.io/MiscMetabar/ | ||
|
@@ -93,10 +99,6 @@ Imports: | |
lifecycle, | ||
rlang, | ||
stats | ||
Remotes: | ||
bioc::phyloseq, | ||
bioc::dada2, | ||
bioc::ANCOMBC | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
VignetteBuilder: knitr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.