Skip to contents

Performs MCIA-based clustering on multi-omics data.

Usage

run_mcia(data, n_clusters, ncomp = NULL, cluster_method = "ward.D2")

Arguments

data

List of matrices (features x samples).

n_clusters

Number of clusters.

ncomp

Number of MCIA components (default: auto).

cluster_method

Clustering method (default: "ward.D2").

Value

Data frame with sample IDs and cluster assignments.