Description Usage Arguments Value Examples
Returns the number of biclusters in a BiclusterStrategy-class
object
1 |
bcs |
A BiclusterStrategy |
allBc |
TRUE to return the total number of biclusters that were found
during the original call to |
integer
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2)
bcs <- getStrat(bce, 1)
nclust(bcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.