View source: R/choose_maximal_run.R
choose_maximal_run | R Documentation |
Internal function to select the optimal corex run when biocroex is run with repeats > 1
choose_maximal_run(repeat_results, repeats, max_iter)
repeat_results |
List of repeated corex results |
repeats |
The number of repeat runs |
max_iter |
Numeric that specifies the maximum number of iterations the corex fits were run. Used in choose_maximal_run() to detect non-converged runs. |
Returns the run with the highest TC of all converged runs. If no runs have converged, choose_maximal_run() returns the run with maximal TC anyway - in such cases the results should not be interpreted, but may be useful for diagnostic purposes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.