Package: klic
Title: Kernel Learning Integrative Clustering
Version: 1.0.4
Authors@R: c(person(given = "Alessandra", family = "Cabassi", email = "alessandra.cabassi@mrc-bsu.cam.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1605-652X")),
             person(given = "Paul DW", family = "Kirk", role = c("ths"), comment = c(ORCID = "0000-0002-5931-7489")),
             person(given = "Mehmet", family = "Gonen", role = c("ctb"), comment = c(ORCID = "0000-0002-2483-075X")))
Author: Alessandra Cabassi [aut, cre] (<https://orcid.org/0000-0003-1605-652X>),
  Paul DW Kirk [ths] (<https://orcid.org/0000-0002-5931-7489>),
  Mehmet Gonen [ctb] (<https://orcid.org/0000-0002-2483-075X>)
Description: 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>.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
URL: http://github.com/acabassi/klic
BugReports: http://github.com/acabassi/klic/issues
Encoding: UTF-8
LazyData: true
Imports: Matrix, cluster, coca, RColorBrewer, pheatmap, utils
Suggests: Rmosek, tikzDevice, mclust, grDevices, graphics, knitr,
        markdown
SystemRequirements: MOSEK (http://www.mosek.com) and MOSEK license.
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-06 14:39:23 UTC; alessandracabassi
Maintainer: Alessandra Cabassi <alessandra.cabassi@mrc-bsu.cam.ac.uk>
Repository: CRAN
Date/Publication: 2020-07-06 16:50:03 UTC
Built: R 4.5.2; ; 2025-11-08 05:05:05 UTC; windows
