forked from CHKim5/LMSstat
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
51 lines (51 loc) · 1.4 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
Package: LMSstat
Title: AUTOMATION OF STATISTICAL TESTS WITH AN IDENTICAL DATA INPUT
Version: 1.1.3
Authors@R: c(
person("Daehwan", "Kim", email = "[email protected]", role = c("aut", "cre")),
person("Hyunho", "Song", email = "[email protected]", role = c("aut")),
person("Jihyun", "Chun", email = "[email protected]", role = c("aut")),
person("Seong-Hun", "Bong", email = "[email protected]", role = c("ctb")),
person("Homin", "Park", email = "[email protected]", role = c("ctb")),
person("CHANG-HO", "KIM", email = "[email protected]", role = "aut"))
Description: Automation of statistical tests with an identical data input.
The package Includes most Statistical tests used in metabolomics,
aiming to reduce arduous work searching for packages and changing data input.
Encoding: UTF-8
LazyData: true
URL: https://github.com/daehwankim12/LMSstat
BugReports: https://github.com/daehwankim12/LMSstat/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
License: MIT + file LICENSE
biocViews:
Depends:
R (>= 4.3.0),
dplyr,
foreach
Imports:
DescTools,
FSA,
viridis,
gtools,
ggplot2,
scales,
ggpubr,
mixOmics,
vegan,
plyr,
dplyr,
tidyverse,
pROC,
ROCnReg,
ggrepel,
circlize,
ComplexHeatmap,
ape,
VennDiagram,
rcompanion,
data.table,
doParallel,
doSNOW,
matrixStats,
matrixTests