-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
87 lines (87 loc) · 2.63 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
Package: cola
Type: Package
Title: A Framework for Consensus Partitioning
Version: 2.9.1
Date: 2024-02-26
Authors@R: person("Zuguang", "Gu", email = "z.gu@dkfz.de", role = c("aut", "cre"),
comment = c('ORCID'="0000-0002-7395-8709"))
Depends: R (>= 4.0.0)
Imports: grDevices,
graphics,
grid,
stats,
utils,
ComplexHeatmap (>= 2.5.4),
matrixStats,
GetoptLong,
circlize (>= 0.4.7),
GlobalOptions (>= 0.1.0),
clue,
parallel,
RColorBrewer,
cluster,
skmeans,
png,
mclust,
crayon,
methods,
xml2,
microbenchmark,
httr,
knitr (>= 1.4.0),
markdown (>= 1.6),
digest,
impute,
brew,
Rcpp (>= 0.11.0),
BiocGenerics,
eulerr,
foreach,
doParallel,
doRNG,
irlba
Suggests: genefilter,
mvtnorm,
testthat (>= 0.3),
samr,
pamr,
kohonen,
NMF,
WGCNA,
Rtsne,
umap,
clusterProfiler,
ReactomePA,
DOSE,
AnnotationDbi,
gplots,
hu6800.db,
BiocManager,
data.tree,
dendextend,
Polychrome,
rmarkdown,
simplifyEnrichment,
cowplot,
flexclust,
randomForest,
e1071
Description: Subgroup classification is a basic task in
genomic data analysis, especially for gene expression and DNA methylation data
analysis. It can also be used to test the agreement to known clinical
annotations, or to test whether there exist significant batch effects. The
cola package provides a general framework for subgroup classification by
consensus partitioning. It has the following features: 1. It modularizes the
consensus partitioning processes that various methods can be easily
integrated. 2. It provides rich visualizations for interpreting the results.
3. It allows running multiple methods at the same time and provides
functionalities to straightforward compare results. 4. It provides a new
method to extract features which are more efficient to separate subgroups. 5.
It automatically generates detailed reports for the complete analysis. 6. It allows
applying consensus partitioning in a hierarchical manner.
URL: https://github.com/jokergoo/cola,
https://jokergoo.github.io/cola_collection/
VignetteBuilder: knitr
biocViews: Clustering, GeneExpression, Classification, Software
License: MIT + file LICENSE
LinkingTo: Rcpp