Skip to contents

Performs SGCCA-based clustering on multi-omics data.

Usage

run_sgcca(
  data,
  n_clusters,
  ncomp = NULL,
  c1 = NULL,
  scheme = "centroid",
  cluster_method = "ward.D2"
)

Arguments

data

List of matrices (features x samples).

n_clusters

Number of clusters.

ncomp

Number of components.

c1

L1 penalty parameters.

scheme

Scheme type.

cluster_method

Clustering method.

Value

Data frame with cluster assignments.