Performs NEMO-based clustering on multi-omics data.
Usage
run_nemo(data, n_clusters = NULL, n_neighbors = NA)
Arguments
- data
List of matrices (features x samples).
- n_clusters
Number of clusters (NULL for automatic).
- n_neighbors
Number of neighbors (NA for automatic).
Value
Data frame with sample IDs and cluster assignments.