-
Notifications
You must be signed in to change notification settings - Fork 158
/
DESCRIPTION
25 lines (25 loc) · 1.96 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
Package: MetaboAnalystR
Title: An R Package for Comprehensive Analysis of Metabolomics Data
Version: 4.0.0
Authors@R: c(person("Jianguo", "Xia", email = "[email protected]", role = "aut"),
person("Jasmine", "Chong", email = "[email protected]", role=c("aut")),
person("Zhiqiang", "Pang", email = "[email protected]", role=c("aut", "cre")))
Author: Jianguo Xia [aut, cre], Jasmine Chong [aut], Zhiqiang Pang [aut]
Maintainer: Zhiqiang Pang <[email protected]>
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 (>= 4.0), methods
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
RBGL, RColorBrewer, RSQLite, Cairo, Rcpp (>= 1.0.5), ggplot2, BiocParallel, progress, Rserve, rlang,
jsonlite, plyr, purrr, data.table, vctrs, qs, pROC, caret, crmn, dplyr, edgeR, fgsea, glasso, gplots, igraph, impute,
pcaMethods, plotly, scales, MSnbase, tibble, siggenes, lattice, MASS
Suggests:
graph, htmltools, pls, ellipse, scatterplot3d, randomForest, caTools, e1071, som, RJSONIO, rjson, ROCR,
globaltest, GlobalAncova, Rgraphviz, preprocessCore, genefilter, pheatmap, sva, limma, fitdistrplus,
lars, Hmisc, magrittr, xtable, KEGGgraph, metap, entropy, rsm, httr, knitr, rmarkdown, devtools, testthat,
visNetwork, ggraph, RSclient, car, gdata, huge, ppcor, ctc, OptiLCMS
VignetteBuilder: knitr
LinkingTo: Rcpp