JaccardHeatMap | R Documentation |
use the Jaccard metric to construct 2D heat map
JaccardHeatMap(dir, mat)
dir |
character string containing path name of output directory |
mat |
return value of Jaccard() |
returns a Jaccard matrix of cat1 vs cat2 FDR, and also saves hyperlinked SVG heatmap files to a results directory
#load("data/x_jmat.RData")
dir<-tempdir()
jHeatMap<-JaccardHeatMap(dir,x_jmat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.