mitch_plots | R Documentation |
This function generates several plots of multivariate gene set enrichment in high resolution PDF format. The number of detailed sets to generate is dictated by the resrows set in the mitch_calc command.
mitch_plots(res, outfile = "Rplots.pdf")
res |
a mitch results object. |
outfile |
the destination file for the plots in PDF format. should contain 'pdf' suffix. Defaults to 'Rplots.pdf' |
generates a PDF file containing enrichment plots.
data(resExample)
mitch_plots(resExample,outfile='outres.pdf')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.