Skip to contents

Performs multi-omics clustering using CPCA algorithm.

Usage

RunCPCA(data, N.clust, ncomp = NULL, clustering.algorithm = "ward.D2")

Arguments

data

A list of matrices (features x samples).

N.clust

Integer. Number of clusters.

ncomp

Integer. Number of components (default: auto).

clustering.algorithm

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

Value

A data frame with Sample, Cluster, and Cluster2 columns.

Author

Zaoqu Liu; Email: liuzaoqu@163.com