Perform signatures based clustering given the signatures assignments matrix alpha.
signaturesClustering(
alpha,
num_clusters = 1:10,
num_processes = Inf,
verbose = TRUE
)
Signatures assignments matrix.
Range of number of clusters to be considered.
Number of processes to be used during parallel execution. To execute in single process mode, this parameter needs to be set to either NA or NULL.
Boolean. Shall I print information messages?
A list a clusters assignments for each number within the num_clusters range.