powered by
This function calculates Jaccard indices between pairs of sets.
jaccard(x)
A matrix of pairwise Jaccard indices.
list, a collect of sets.
Minghui Wang <minghui.wang@mssm.edu>
if (FALSE) { #set up fake data x=list(S1=letters[1:20], S2=letters[10:26], S3=sample(letters,10), S4=sample(letters,10)) jaccard(x) }
Run the code above in your browser using DataLab