Performs multi-omics clustering using RGCCA algorithm.
Usage
RunRGCCA(
data,
N.clust,
ncomp = NULL,
tau = NULL,
scheme = "centroid",
clustering.algorithm = "ward.D2"
)Arguments
- data
A list of matrices (features x samples).
- N.clust
Integer. Number of clusters.
- ncomp
Integer vector. Number of components per block.
- tau
Numeric vector. Shrinkage parameters.
- scheme
Character. Scheme type ("centroid", "factorial", "horst").
- clustering.algorithm
Character. Clustering method (default: "ward.D2").