Performs multi-omics clustering using CIMLR algorithm.
Usage
RunCIMLR(data, N.clust, n.kernels = 10)
Arguments
- data
A list of matrices (features x samples).
- N.clust
Integer. Number of clusters.
- n.kernels
Integer. Number of kernels per data type (default: 10).
Value
A data frame with Sample, Cluster, and Cluster2 columns.
References
Ramazzotti D, et al. Nature Communications. 2018.
Author
Zaoqu Liu; Email: liuzaoqu@163.com