filter_subsets | R Documentation |
validate_bicluster
).Remove all biclusters from a list, that are identical
or perfect subsets from each other.
Additionally all invalid biclusters are
removed (See validate_bicluster
).
filter_subsets(bics)
bics |
A list of bicluster objects |
A list of bicluster objects, where perfects subsets or identical biclusters are deleted.
filter_subsets(list(bicluster(row=c(1,2,3,4), column=c(1,2,3,4)), bicluster(row=c(1,2,3,4), column=c(1,2,3,4))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.