-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
78 lines (78 loc) · 1.91 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
Package: microbiomeMarker
Title: microbiome biomarker analysis toolkit
Version: 1.9.0
Authors@R:
person(given = "Yang",
family = "Cao",
role = c("aut", "cre"),
email = "caoyang.name@gmail.com")
Description: To date, a number of methods have been developed for microbiome
marker discovery based on metagenomic profiles, e.g. LEfSe. However, all of
these methods have its own advantages and disadvantages, and none of them is
considered standard or universal. Moreover, different programs or softwares
may be development using different programming languages, even in different
operating systems. Here, we have developed an all-in-one R package
microbiomeMarker that integrates commonly used differential analysis
methods as well as three machine learning-based approaches, including
Logistic regression, Random forest, and Support vector machine, to
facilitate the identification of microbiome markers.
License: GPL-3
biocViews: Metagenomics, Microbiome, DifferentialExpression
URL: https://github.com/yiluheihei/microbiomeMarker
BugReports: https://github.com/yiluheihei/microbiomeMarker/issues
Depends: R (>= 4.1.0)
Imports:
dplyr,
phyloseq,
magrittr,
purrr,
MASS,
utils,
ggplot2,
tibble,
rlang,
stats,
coin,
ggtree,
tidytree,
methods,
IRanges,
tidyr,
patchwork,
ggsignif,
metagenomeSeq,
DESeq2,
edgeR,
BiocGenerics,
Biostrings,
yaml,
biomformat,
S4Vectors,
Biobase,
ComplexHeatmap,
ANCOMBC,
caret,
limma,
ALDEx2,
multtest,
plotROC,
vegan,
pROC,
BiocParallel
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
covr,
glmnet,
Matrix,
kernlab,
e1071,
ranger,
knitr,
rmarkdown,
BiocStyle,
withr
VignetteBuilder: knitr
Config/testthat/edition: 3