R/pathway-clustering-functions.R
compute_jaccard_similarity.Rd
Given a list of gene member vectors, this function computes the pairwise Jaccard similarity matrix.
compute_jaccard_similarity(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
.