attr_overlap {mosbi} | 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 |
Locigal, 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)