attr_overlap | R Documentation |
Given a list of bicluster objects (bicluster
),
the function counts the occurance of all elements in the biclusters.
attr_overlap(bics, named)
bics |
A list of |
named |
Boolean, indicating, if all bicluster objects have names. |
A Data Frame with the counts oof all elements.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # attr_overlap(bics, named=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.