is_subset_or_identical | R Documentation |
Check if a bicluster is a subset (in rows AND columns) of identical to another bicluster.
is_subset_or_identical(bic1, bic2)
bic1 |
A bicluster. |
bic2 |
A bicluster. |
1 if bic1 is a subset of bic2, 2 if bic 1 is identical to bic2, 0 else.
is_subset_or_identical(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.