View source: R/extract_BicARE.R
getBicAREbiclusters | R Documentation |
Extract a list of bicluster objects from an BicARE biclustering object.
getBicAREbiclusters(bics, mat, transposed = FALSE, filterfun = NULL, ...)
bics |
A BicARE bicluster object. |
mat |
Original matrix, that was used for biclustering. |
transposed |
|
filterfun |
A function to filter biclusters. Only if the
function returns |
... |
Other parameters forwarded to the |
A list of bicluster
objects, which have to
be valid (See validate_bicluster
.
# Note that BicARE packackage is not included in the mosbi package m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # res <- BicARE::FLOC(m) # getBicAREbiclusters(res, m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.