simlr.search.Rd
This version runs parameter sets in parallel using all available CPU cores (minus one by default), and shows a progress bar with ETA.
simlr.search(
mats,
regs,
options_df,
maxits = 100,
connectors = NULL,
nperms = 1,
verbose = 0,
FUN = rvcoef,
cores = 1
)
List of input matrices for SIMLR.
List of regularization parameters for SIMLR.
Data frame of parameter combinations.
Maximum iterations for SIMLR.
List of connectors for modalities.
Number of permutations for significance test.
Verbosity level.
Evaluation function.
Number of CPU cores to use (default: detectCores() - 1). parallel::detectCores() - 1
List with best SIMLR result, significance, best parameters, and search table.