Description Usage Arguments See Also
Extracts the input to a clustering tool that is part of a benchmark sub-pipeline that was set up previously. If a dimension-reduction tool precedes the clustering tool, the latent-space projection from that tool is retrieved. Otherwise, the original expression data is retrieved.
1 2 3 4 5 6 | GetClusteringInput(
benchmark,
idx.subpipeline,
idx.n_param = NULL,
null_if_exprs = FALSE
)
|
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 |
null_if_exprs |
logical: whether to return |
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.