term_similarity {simplifyEnrichment} | R Documentation |
Similarity between terms based on the overlap of genes
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.
# There is no example NULL