forked from xia-lab/MetaboAnalystR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.65 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
Package: MetaboAnalystR
Title: An R Package for Comprehensive Analysis of Metabolomics Data
Version: 1.0.1
Authors@R: c(person("Jianguo", "Xia", email = "[email protected]", role = "aut"), person("Jasmine", "Chong", email = "[email protected]", role=c("aut", "cre")))
BugReports: https://github.com/xia-lab/MetaboAnalystR/issues
Description: This package contains the R functions and libraries underlying the popular MetaboAnalyst web server,
including 500 functions for data processing, normalization, statistical analysis, metabolite set enrichment analysis,
metabolic pathway analysis, and biomarker analysis. The package is synchronized with the web server. After installing and
loading the package, users will be able to reproduce the same results from their local computers using the corresponding R
command history downloaded from MetaboAnalyst, to achieve maximum flexibility and reproducibility.
Depends: R (>= 3.4.4), lattice, methods, pls
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: Rserve,
ellipse,
scatterplot3d,
Cairo,
randomForest,
caTools,
e1071,
som,
impute,
pcaMethods,
RJSONIO,
ROCR,
globaltest,
GlobalAncova,
Rgraphviz,
preprocessCore,
genefilter,
pheatmap,
SSPA,
sva,
Rcpp,
pROC,
data.table,
limma,
car,
fitdistrplus,
lars,
Hmisc,
magrittr,
xtable,
caret,
igraph,
gplots,
KEGGgraph,
reshape,
RColorBrewer,
tibble,
RSQLite,
spls,
siggenes,
plotly
Suggests:
knitr,
rmarkdown,
xcms,
devtools,
testthat
VignetteBuilder: knitr