Description Usage Arguments Value Examples
Returns the contents of BiclusterExperiment-class@strategies
.
1 | strategies(x)
|
x |
A |
A list containing zero or more BiclusterStrategy-class
objects
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2, method = "als-nmf")
bce <- addStrat(bce, k = 3, method = "als-nmf")
strategies(bce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.