Performs multi-omic clustering using the NEMO algorithm.
Usage
nemo_clustering(omics_list, num_clusters = NULL, num_neighbors = NA)
Arguments
- omics_list
List of data matrices (features x samples).
- num_clusters
Number of clusters (NULL for automatic estimation).
- num_neighbors
Number of neighbors (NA for automatic selection).
Value
Named vector of cluster assignments.