acabassi / klic

R package for KLIC: Kernel Learning Integrative Clustering
https://acabassi.github.io/klic/articles/klic-vignette.html
Other
5 stars 3 forks source link
cluster-analysis clustering coca genomics integrative-clustering kernel-methods multi-omics

CRAN
status Build Status DOI

KLIC - Kernel Learning Integrative Clustering

Installing

In order to install this package, you will need to have Rmosek installed.

Installing Rmosek [Unix]

export PATH=$PATH:<my-mosek-directory>/mosek/8/tools/platform/linux64x86/bin
export PKG_MOSEKHOME=<my-mosek-directory>/mosek/8/tools/platform/linux64x86
export PKG_MOSEKLIB=mosek64

Installing klic

You can install the latest released version of klic from CRAN with

install.packages("klic")

or the development version from GitHub with

library(devtools)
install_github("acabassi/klic")
library(klic)