Description Usage Arguments Details Value Author(s) See Also
Computes sensitivity matrix for biclusters in two bicluster sets
| 1 | sensitivityMat(x, y, type=c("rows", "cols", "both"))
 | 
| x | BiclustSet object containing row and column indicators of bicluster membership, number of biclusters | 
| y | BiclustSet object containing row and column indicators of bicluster membership, number of biclusters | 
| type | whether to compute sensitivity in two dimensions, row dimension or column dimension | 
This function operates on BiclustSet objects and computes pairwise similarity based on the common elements between biclusters. Sensitivity inclusion score sen of biclusters A and B is computed as
sen=\frac{|A\cap B|}{|A|}
matrix of pairwise sensitivities
Tatsiana Khamiakova
similarity,jaccardMat, ochiaiMat, kulczynskiMat,
specificityMat,sorensenMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.