-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.44 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
Package: microeco
Type: Package
Title: Microbial Community Ecology Data Analysis
Version: 1.13.1
Authors@R: c(person("Chi", "Liu", role = c("aut", "cre"), email = "[email protected]"),
person("Felipe", "R. P. Mansoldo", role = "ctb", email = "[email protected]"),
person("Minjie", "Yao", role = "ctb", email = "[email protected]"),
person("Xiangzhen", "Li", role = "ctb", email = "[email protected]")
)
Author: Chi Liu [aut, cre], Felipe R. P. Mansoldo [ctb], Minjie Yao [ctb], Xiangzhen Li [ctb]
Maintainer: Chi Liu <[email protected]>
Description: A series of statistical and plotting approaches in microbial community ecology based on the R6 class. The classes are designed for data preprocessing, taxa abundance plotting, alpha diversity analysis, beta diversity analysis, differential abundance test, null model analysis, network analysis, machine learning, environmental data analysis and functional analysis.
URL: https://github.com/ChiLiubio/microeco
Depends: R (>= 3.5.0)
Imports: R6, stats, ape, vegan, rlang, data.table, magrittr, dplyr, tibble, scales, grid, ggplot2 (>= 3.5.0), RColorBrewer, reshape2, igraph (>= 2.0.0), lifecycle
Suggests: GUniFrac, MASS, ggpubr, randomForest, ggdendro, ggrepel, agricolae, gridExtra, picante, pheatmap, rgexf, mice, GGally
License: GPL-3
LazyData: true
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-02-08
Repository: CRAN
Date/Publication: 2025-02-09
RoxygenNote: 7.3.2