Kernel Learning Integrative Clustering (KLIC) is an algorithm that allows to combine multiple kernels, each representing a different measure of the similarity between a set of observations. The contribution of each kernel on the final clustering is weighted according to the amount of information carried by it. As well as providing the functions required to perform the kernel-based clustering, this package also allows the user to simply give the data as input: the kernels are then built using consensus clustering. Different strategies to choose the best number of clusters are also available. For further details please see Cabassi and Kirk (2020) <doi:10.1093/bioinformatics/btaa593>.
Version: | 1.0.4 |
Depends: | R (≥ 3.5.0) |
Imports: | Matrix, cluster, coca, RColorBrewer, pheatmap, utils |
Suggests: | Rmosek, tikzDevice, mclust, grDevices, graphics, knitr, markdown |
Published: | 2020-07-06 |
Author: | Alessandra Cabassi [aut, cre], Paul DW Kirk [ths], Mehmet Gonen [ctb] |
Maintainer: | Alessandra Cabassi <alessandra.cabassi at mrc-bsu.cam.ac.uk> |
BugReports: | http://github.com/acabassi/klic/issues |
License: | MIT + file LICENSE |
URL: | http://github.com/acabassi/klic |
NeedsCompilation: | no |
SystemRequirements: | MOSEK (http://www.mosek.com) and MOSEK license. |
Citation: | klic citation info |
Materials: | README |
CRAN checks: | klic results |
Reference manual: | klic.pdf |
Vignettes: |
R package klic |
Package source: | klic_1.0.4.tar.gz |
Windows binaries: | r-devel: klic_1.0.4.zip, r-release: klic_1.0.4.zip, r-oldrel: klic_1.0.4.zip |
macOS binaries: | r-release: klic_1.0.4.tgz, r-oldrel: klic_1.0.4.tgz |
Old sources: | klic archive |
Please use the canonical form https://CRAN.R-project.org/package=klic to link to this page.