Description Usage Arguments Details Value Author(s) See Also Examples
Function to estimate how much two list of genes overlap by looking how much of the nodes are shared. Calculates the Dice similarity
1 | diceSim(g1, g2)
|
g1, g2 |
A character list with the names of the proteins in each pathway. |
It requires a vector of characters otherwise will return an NA
.
A score between 0 and 1 calculated as the double of the proteins shared by g1 and g2 divided by the number of genes in both groups.
Llu<c3><ad>s Revilla
Used for geneSim
, see conversions
help
page to transform Dice score to Jaccard score.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.