Description Usage Arguments Value Examples
For a data matrix A_{m x n} factorized as W_{m x k}H_{k x n}, returns H.
1 | sampleFactor(bcs, allBc = FALSE)
|
bcs |
A BiclusterStrategy |
allBc |
TRUE to return data from all stored biclusters |
a numeric matrix.
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2, method = "als-nmf")
bcs <- getStrat(bce, 1)
sampleFactor(bcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.