Performs BCC-based clustering on multi-omics data.
Usage
run_bcc(data, n_clusters, method = "fast", n_iter = 1000)
Arguments
- data
List of matrices (features x samples).
- n_clusters
Number of clusters.
- method
Method: "full" for full Bayesian, "fast" for EM-like.
- n_iter
MCMC iterations (for full method).
Value
Data frame with sample IDs and cluster assignments.