powered by
use the Jaccard metric to construct 2D heat map
JaccardHeatMap(dir, mat)
returns a Jaccard matrix of cat1 vs cat2 FDR, and also saves hyperlinked SVG heatmap files to a results directory
character string containing path name of output directory
return value of Jaccard()
#load("data/x_jmat.RData") dir<-tempdir() jHeatMap<-JaccardHeatMap(dir,x_jmat)
Run the code above in your browser using DataLab