View source: R/pathway-clustering-functions.R
compute_jaccard_similarity | R Documentation |
Given a list of gene member vectors, this function computes the pairwise Jaccard similarity matrix.
compute_jaccard_similarity(members_list)
members_list |
A named list where each element is a character vector representing gene members. |
A numeric matrix with row and column names corresponding to the names in members_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.