View source: R/evaluation_metrics.R
subsample_module_evaluation | R Documentation |
Runs gene_module_score
in parallel.
subsample_module_evaluation(
clusters,
by = c("run", "fold", "datname", "drname", "k", "m"),
parallel = 1,
...
)
clusters |
A data.table or data.frame with clustering information. |
by |
Column names that identify a single clustering result. |
parallel |
Number of parallel threads. |
... |
Extra arguments are passed to |
Assumes that a parallel backend has been registered for foreach
.
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.