-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.04 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
Package: yamatClassifier
Type: Package
Title: Yet Another Methylation Array Toolkit: Classifier
Version: 0.0.0.9009
Authors@R: c(
person("Mark", "Chen", email = "[email protected]", role = "cre"))
Maintainer: Mark J Chen <[email protected]>
Description: The package is used to build classifiers of tumors from
methylation array data.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Imports:
magrittr (>= 1.5),
yamat (>= 0.0.0.9010),
matrixStats (>= 0.54.0),
ggpubr (>= 0.1.9),
ggplot2 (>= 3.1.0),
ggplotify (>= 0.1.2),
patchwork (>= 1.2.0),
RSpectra (>= 0.13.1),
Rtsne (>= 0.13),
dplyr (>= 0.7.8),
tidyr (>= 0.8),
logger (>= 0.3.0),
corrplot (>= 0.84),
limma (>= 3.60.0),
caret (>= 6.0),
randomForest (>= 4.7),
glmnet (>= 4.1),
Boruta (>= 8.0),
MLmetrics (>= 1.1.0),
IlluminaHumanMethylationEPICv2manifest (>= 1.0.0),
IlluminaHumanMethylationEPICv2anno.20a1.hg38 (>= 1.0.0)
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.3.2