-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
99 lines (99 loc) · 1.73 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Type: Package
Package: CimpleG
Title: CimpleG - Individual/Single CpG sites For Classification and
Deconvolution
Version: 0.0.5.9028
Date: 2023-12-13
Authors@R:
person("Tiago", "F.V. Maié", , "[email protected]", role = c("aut", "cre"))
Maintainer: Tiago Maié <[email protected]>
Description: CimpleG is a simple package to find single-CpG based
signatures for use in classification and deconvolution.
License: GPL (>= 3)
URL: https://github.com/CostaLab/CimpleG,
https://costalab.github.io/CimpleG/
BugReports: https://github.com/CostaLab/CimpleG/issues
Depends:
R (>= 4.0)
Imports:
archive,
assertthat,
broom,
butcher,
caret,
data.table,
devtools,
dplyr,
forcats,
ggExtra,
ggplot2,
ggrepel,
ggsci,
grDevices,
gtools,
magrittr,
matrixStats,
methods,
nnls,
OneR,
parsnip,
patchwork,
purrr,
recipes,
rlang,
rsample,
scales,
stats,
tibble,
tictoc,
tidyr,
tidyselect,
tsutils,
tune,
utils,
vroom,
workflows,
yardstick
Suggests:
Biobase (>= 2.62.0),
biomaRt,
C50,
circlize,
EpiDISH (>= 2.16.0),
furrr,
future,
future.apply,
GEOquery,
ggbeeswarm,
ggsignif,
glmnet,
knitr,
minfi (>= 1.46.0),
mltools,
NMF,
nnet,
plyr,
ranger,
RColorBrewer,
reshape2,
Rfast,
rmarkdown,
spelling,
stringr,
SummarizedExperiment (>= 1.30.2),
testthat (>= 3.0.0),
withr,
xgboost
VignetteBuilder:
knitr
Remotes:
Biobase,
EpiDISH,
minfi,
SummarizedExperiment
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3