Given a list of gene member vectors, this function computes the pairwise Jaccard similarity matrix.

compute_jaccard_similarity(members_list)

Arguments

members_list

A named list where each element is a character vector representing gene members.

Value

A numeric matrix with row and column names corresponding to the names in members_list.