mitch_plots {mitch} | 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')