-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
53 lines (53 loc) · 1.61 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
Package: lefser
Type: Package
Title: R implementation of the LEfSE method for microbiome biomarker discovery
Description: lefser is the R implementation of the popular microbiome
biomarker discovery too, LEfSe. It uses the Kruskal-Wallis test,
Wilcoxon-Rank Sum test, and Linear Discriminant Analysis to find biomarkers
from two-level classes (and optional sub-classes).
Version: 1.17.1
Date: 2024-10-30
Authors@R: c(
person("Sehyun", "Oh", , "[email protected]", c("cre", "ctb"), c(ORCID = "0000-0002-9490-3061")),
person("Asya", "Khleborodova", , "[email protected]", "aut"),
person("Samuel", "Gamboa-Tuz", , "[email protected]", "ctb"),
person("Marcel", "Ramos", , "[email protected]", "ctb", c(ORCID = "0000-0002-3242-0582")),
person("Ludwig", "Geistlinger", , "[email protected]", "ctb", c(ORCID = "0000-0002-2495-5464")),
person("Levi", "Waldron", , "[email protected]", "ctb", c(ORCID = "0000-0003-2725-0694"))
)
License: Artistic-2.0
Depends:
SummarizedExperiment,
R (>= 4.0.0)
Imports:
coin,
MASS,
ggplot2,
S4Vectors,
stats,
methods,
utils,
dplyr,
testthat,
tibble,
tidyr,
forcats,
stringr,
ggtree
Suggests:
knitr,
rmarkdown,
curatedMetagenomicData,
BiocStyle,
phyloseq,
pkgdown,
covr,
withr
Encoding: UTF-8
BugReports: https://github.com/waldronlab/lefser/issues
URL: https://github.com/waldronlab/lefser
VignetteBuilder: knitr
biocViews: Software, Sequencing, DifferentialExpression, Microbiome,
StatisticalMethod, Classification
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)