Description Usage Arguments Value Methods (by class) Examples
Returns a logical matrix B_{k x n} where element B_{i,j} is TRUE
if sample j is in bicluster i. Elsewhere in mfBiclust
documentation, this format is called a "membership matrix".
1 2 3 4 | clusteredSamples(bcs, allBc = FALSE)
## S4 method for signature 'BiclusterStrategy'
clusteredSamples(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)
clusteredSamples(bcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.