Description Usage Arguments Details See Also
Extracts the result of a clustering tool that is part of a benchmark sub-pipeline that was set up previously. If stability analysis is turned on for the benchmark, either results of all runs of the clustering can be returned, or only the result of a single run on the full expression data can be returned.
1 2 3 4 5 6 7 | GetClustering(
benchmark,
idx.subpipeline,
idx.n_param = NULL,
all_runs = FALSE,
concatenate = TRUE
)
|
benchmark |
object of type |
idx.subpipeline |
integer: index of a sub-pipeline of |
idx.n_param |
integer: index of an n-parameter iteration of a sub-pipeline of |
all_runs |
logical: whether results of all runs should be returned (in a list). Default value is |
If you choose to extract results of all runs of a clustering algorithm which clustered on bootstraps of the original data, the last slot in the list contains the single run on original data.
Furthermore, you can extract bootstrap indices using GetBootstrapIndices
.
Benchmark
: constructs a Benchmark
object (benchmark pipeline set-up)\
Evaluate
: runs all benchmark sub-pipelines and scores the performance of each tool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.