Skip to contents

Performs LRAcluster-based clustering on multi-omics data.

Usage

run_lracluster(data, n_clusters, types = NULL, cluster_method = "ward.D2")

Arguments

data

List of matrices (features x samples).

n_clusters

Number of clusters.

types

Character vector of data types.

cluster_method

Hierarchical clustering method (default: "ward.D2").

Value

Data frame with sample IDs and cluster assignments.