Description Usage Arguments Value Examples
Returns a BiclusterExperiment with the same data and metadata as bce,
but with BiclusterExperiment@strategies containing the single
specified BiclusterStrategy instance. The BiclusterStrategy to
preserve can be specified by name, by index, or by reference to an identical
BiclusterStrategy. This function is useful for isolating your
"favorite" biclustering result.
1 2 3 4 | wipeExcept(bce, bcs)
## S4 method for signature 'BiclusterExperiment'
wipeExcept(bce, bcs)
|
bce |
A |
bcs |
A |
A BiclusterExperiment object
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2, method = "als-nmf")
bce <- addStrat(bce, k = 5, method = "als-nmf")
wipeExcept(bce, 2) # preserves the second BiclusterStrategy
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.