Skip to contents

Performs CPCA-based clustering on multi-omics data.

Usage

run_cpca(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 components.

cluster_method

Clustering method.

Value

Data frame with cluster assignments.