Description Usage Arguments Value Examples
Jaccard score calculation based on the common genes in two modules from two subtypes.
1 | jaccard(module.subtype1, module.subtype2)
|
module.subtype1 |
a data frame generated from the epinetwork() function. The module information of subtype1, the first column is module nodes, the second column is module label, the third column is module color. |
module.subtype2 |
a data frame generated from the epinetwork() function. The module information of subtype1, the first column is module nodes, the second column is module label, the third column is module color. |
A matrix containing Jaccard scores.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.