sample_biclusters | R Documentation |
The function generates a list of biclusters given an input list of biclusters, where each bicluster has the same number or rows and columns, but with sampled entries from a uniform distribution of all rows and columns is the matrix.
sample_biclusters(bics, mat)
bics |
A list of validated bicluster objects. |
mat |
The numeric matrix, that was used to generate the biclusters. |
A list of bicluster objects.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # sample_biclusters(bics, m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.