-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.42 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
Package: ClustAll
Type: Package
Title: ClustAll: Data driven strategy to robustly identify stratification of
patients within complex diseases
Version: 1.1.2
Authors@R: c(person("Asier", "Ortega-Legarreta", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0000-3563-5362")),
person("Sara", "Palomino-Echeverria", role = c("aut"),
email = "[email protected]"))
Imports: FactoMineR, bigstatsr, clValid, doSNOW, parallel, foreach, dplyr,
fpc, mice, modeest, flock, networkD3, methods, ComplexHeatmap, cluster,
RColorBrewer, circlize, grDevices, ggplot2, grid, stats, utils, pbapply
Suggests: RUnit, knitr, BiocGenerics, rmarkdown, BiocStyle, roxygen2
Description: Data driven strategy to find hidden groups of patients with complex
diseases using clinical data. ClustAll facilitates the unsupervised
identification of multiple robust stratifications. ClustAll, is able to
overcome the most common limitations found when dealing with clinical
data (missing values, correlated data, mixed data types).
Depends: R (>= 4.2.0)
License: GPL-2
Encoding: UTF-8
biocViews: Software, StatisticalMethod, Clustering, DimensionReduction,
PrincipalComponent
RoxygenNote: 7.3.2
VignetteBuilder: knitr
git_url: https://github.com/TranslationalBioinformaticsUnit/ClustAll
Packaged: 2023-08-10 12:55:36 UTC; asier.ortega