Description Usage Arguments Value Examples
Returns the name of the biclustering algorithm used to calculate a BiclusterStrategy
1 | method(bcs)
|
bcs |
A |
character string
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2)
bcs <- getStrat(bce, 1)
method(bcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.