Performs iClusterBayes-based clustering on multi-omics data.
Usage
run_iclusterbayes(
data,
n_clusters,
method = "fast",
n_burnin = 500,
n_sample = 1000
)
Arguments
- data
List of matrices (features x samples).
- n_clusters
Number of clusters.
- method
Method: "full" for full Bayesian, "fast" for variational.
- n_burnin
Burn-in iterations (for full method).
- n_sample
Sampling iterations (for full method).
Value
Data frame with sample IDs and cluster assignments.