Description Usage Arguments Value Methods (by class) Examples
Returns a logical matrix A_{m x k} where element A_{i,j} is TRUE
if feature i is in bicluster j. Elsewhere in mfBiclust
documentation, this format is called a "membership matrix".
1 2 3 4 | clusteredFeatures(bcs, allBc = FALSE)
## S4 method for signature 'BiclusterStrategy'
clusteredFeatures(bcs, allBc = FALSE)
|
bcs |
A BiclusterStrategy |
allBc |
TRUE to return data from all stored biclusters |
A logical matrix
BiclusterStrategy
: method for BiclusterStrategy objects
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2, method = "als-nmf")
bcs <- getStrat(bce, 1)
clusteredFeatures(bcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.