forked from lanagarmire/lilikoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·37 lines (37 loc) · 942 Bytes
/
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
Package: lilikoi
Title: Metabolomics Personalized Pathway Analysis Tool
Version: 0.1.0
Authors@R: c(
person("Fadhl", "Alakwaa", email = "[email protected]", role = c("aut", "cre")),
person("Sijia", "Huang", email = "[email protected]", role = c( "aut")))
Description: Computes the pathway deregulation score for a given set of metabolites, selects the pathways with the highest mutual information and then uses them to build a classifier. F. Alakwaa, S. Huang, and L. Garmire (2018) <doi:10.1101/283408>.
Imports:
caret,
corrplot,
devtools,
dplyr,
e1071,
gbm,
ggplot2,
glmnet,
hash,
Hmisc,
infotheo,
Matrix,
pamr,
R.oo,
princurve,
pROC,
randomForest,
reshape2,
RWeka,
stringr
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/lanagarmire/lilikoi
BugReports: https://github.com/lanagarmire/lilikoi/issues
RoxygenNote: 6.0.1.9000
Suggests:
testthat