CIMLR {SIMLR} | R Documentation |
perform the CIMLR clustering algorithm
CIMLR(X, c, no.dim = NA, k = 10, cores.ratio = 1)
X |
a list of multi-omic data each of which is an (m x n) data matrix of measurements of cancer patients |
c |
number of clusters to be estimated over X |
no.dim |
number of dimensions |
k |
tuning parameter |
cores.ratio |
ratio of the number of cores to be used when computing the multi-kernel |
clusters the patients based on CIMLR and their similarities
## Not run: CIMLR(X = GliomasReduced$in_X, c = 3, cores.ratio = 0) ## End(Not run)