Performs multi-omics clustering using LRAcluster algorithm.
Usage
RunLRAcluster(data, N.clust, data.types = NULL, cluster.algorithm = "ward.D2")
Arguments
- data
A list of matrices (features x samples).
- N.clust
Integer. Number of clusters.
- data.types
Character vector. Data types ("binary", "gaussian", "poisson").
- cluster.algorithm
Character. Clustering method (default: "ward.D2").
Value
A data frame with Sample, Cluster, and Cluster2 columns.
References
Wu D, et al. BMC Genomics. 2015.
Author
Zaoqu Liu; Email: liuzaoqu@163.com