-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 814 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
38
39
40
41
42
43
44
45
46
47
48
Package: JTIMLmaster
Type: Package
Title: An application of ML methods
Version: 1.0.0
Authors@R: person(given = "Sangsoon",
family = "Woo",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package is developped for JTI R training session. It shows how to apply machine learning methods to real world data sets.
License: file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Imports:
arm,
openxlsx,
dplyr,
plyr,
data.table (>= 1.9.4),
DT,
ggplot2,
RColorBrewer,
edgeR,
sva,
Biobase,
DESeq2,
car,
SmartSVA,
randomForest,
glmnet,
caret,
e1071,
VSURF,
neuralnet,
gbm,
pheatmap,
preprocessCore,
reshape2,
pROC,
limma,
verification,
isva
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.1