Performs multi-omics clustering using PINSPlus algorithm.
Usage
RunPINSPlus(data, N.clust = NULL, kMin = 2, kMax = 5)
Arguments
- data
A list of matrices (features x samples).
- N.clust
Integer. Number of clusters (NULL for automatic).
- kMin
Integer. Minimum clusters (default: 2).
- kMax
Integer. Maximum clusters (default: 5).
Value
A data frame with Sample, Cluster, and Cluster2 columns.
References
Nguyen T, et al. Genome Research. 2017;27(12):2025-2039.
Author
Zaoqu Liu; Email: liuzaoqu@163.com