modjaccard | R Documentation |
Jaccard index for modules
modjaccard(mset = NULL, g = NULL)
mset |
set of modules for which to calculate the Jaccard index. If NULL, the default tmod module set will be used. |
g |
a list of genes. If NULL, the list of genes from the mset will be used. |
For each pair of modules in mset, calculate the Jacard index between these modules.
matrix with Jaccard index for each pair of modules in mset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.