-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
99 lines (99 loc) · 2.23 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Package: MiscMetabar
Type: Package
Title: Miscellaneous Functions for Metabarcoding Analysis
Version: 0.11.0
Authors@R: person("Adrien", "Taudière", email = "adrien.taudiere@zaclys.net",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-1088-1182"))
Description: Facilitate the description, transformation, exploration, and reproducibility of metabarcoding analyses. 'MiscMetabar' is mainly built on top of the 'phyloseq', 'dada2' and 'targets' R packages. It helps to build reproducible and robust bioinformatics pipelines in R. 'MiscMetabar' makes ecological analysis of alpha and beta-diversity easier, more reproducible and more powerful by integrating a large number of tools. Important features are described in Taudière A. (2023) <doi:10.21105/joss.06038>.
License: AGPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
phyloseq,
ggplot2 (>= 3.5.0),
dada2,
dplyr,
purrr
Suggests:
adespatial,
ANCOMBC,
BiocManager,
Biostrings,
circlize,
ComplexUpset,
DECIPHER,
DESeq2,
devtools,
DT,
edgeR,
formattable,
ggalluvial,
ggfittext,
gghalves,
ggh4x,
ggstatsplot,
ggridges,
ggVennDiagram,
glmulti,
gtsummary,
grDevices,
grid,
gridExtra,
here,
httr,
iNEXT,
indicspecies,
IRanges,
jsonlite,
knitr,
magrittr,
methods,
mia,
mixtools,
multcompView,
networkD3,
pak,
patchwork,
permute,
phangorn,
phyloseqGraphTest,
pbapply,
plotly,
plyr,
reshape2,
rmarkdown,
rotl,
Rtsne,
scales,
seqinr,
SRS,
stringr,
SummarizedExperiment,
testthat (>= 3.0.0),
tibble,
tidyr,
treemapify,
umap,
uwot,
vegan,
venneuler,
vctrs,
viridis,
withr
RoxygenNote: 7.3.2
URL: https://github.com/adrientaudiere/MiscMetabar,
https://adrientaudiere.github.io/MiscMetabar/
biocViews: Sequencing, Microbiome, Metagenomics,
Clustering, Classification, Visualization
BugReports: https://github.com/adrientaudiere/MiscMetabar/issues
Roxygen: list(markdown = TRUE)
Imports:
ape,
lifecycle,
rlang,
stats
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
Language: en-US