-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.74 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
Package: lilikoi
Type: Package
Title: Metabolomics Personalized Pathway Analysis Tool
Version: 2.1.0
Authors@R: c(
person("Xinying", "Fang", email = "[email protected]", role = c("aut")),
person("Yu", "Liu", email = "[email protected]", role = "aut"),
person("Zhijie", "Ren", email = "[email protected]", role = "aut"),
person("Fadhl", "Alakwaa", email = "[email protected]", role = "aut"),
person("Sijia", "Huang", email = "[email protected]", role = "aut"),
person("Lana", "Garmire", email = "[email protected]", role = c("aut","cre")))
Description: A comprehensive analysis tool for metabolomics data. It consists a variety of functional modules, including several new modules: a pre-processing module for normalization and imputation, an exploratory data analysis module for dimension reduction and source of variation analysis, a classification module with the new deep-learning method and other machine-learning methods, a prognosis module with cox-PH and neural-network based Cox-nnet methods, and pathway analysis module to visualize the pathway and interpret metabolite-pathway relationships. References: H. Paul Benton <http://www.metabolomics-forum.com/index.php?topic=281.0> Jeff Xia <https://github.com/cangfengzhe/Metabo/blob/master/MetaboAnalyst/website/name_match.R> Travers Ching, Xun Zhu, Lana X. Garmire (2018) <doi:10.1371/journal.pcbi.1006076>.
biocViews:
Depends: R (>= 3.5.0)
Imports: car, caret, dplyr, gbm, ggplot2, glmnet, h2o, impute,
infotheo, limma, M3C, Metrics, MLmetrics, parallel, princurve,
pathview, plyr, preprocessCore, pROC, RCy3, reticulate,
reshape, RWeka, scales, stats, stringr, survminer, survival
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests: knitr, rmarkdown