Performs multi-omics clustering using MCIA algorithm.
Usage
RunMCIA(data, N.clust, ncomp = NULL, clustering.algorithm = "ward.D2")
Arguments
- data
A list of matrices (features x samples).
- N.clust
Integer. Number of clusters.
- ncomp
Integer. Number of components (default: auto).
- clustering.algorithm
Character. Clustering method (default: "ward.D2").
Value
A data frame with Sample, Cluster, and Cluster2 columns.
References
Meng C, et al. BMC Bioinformatics. 2014.
Author
Zaoqu Liu; Email: liuzaoqu@163.com