View source: R/recodeGeneSet.R
plot_mds | R Documentation |
Plot gene sets in two dimensions based on Jaccard distance
plot_mds(gsc, res, value = "-log10(p.shift)", zlim = c(0, NA))
gsc |
GeneSetCollection object |
res |
data.frame with score for each gene set |
value |
indicate which columns of res to use to color points |
zlim |
limits of colors. c(0,NA) indicates a range from 0 to the largest observed value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.