Description Usage Arguments Details Value Examples
View source: R/similarity_by_overlap.R
Similarity between terms based on the overlap of genes
1 | term_similarity(gl, method = c("kappa", "jaccard", "dice", "overlap"))
|
gl |
A list of genes that are in the terms. |
method |
The similarity measurement. |
The definition of the four similarity measurements can be found at https://simplifyenrichment.github.io/supplementary/suppl1_coefficient_definition/suppl1_coefficient_definition.html .
A symmetric matrix.
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.