mitch_plots: mitch_plots

View source: R/mitch.R

mitch_plotsR Documentation

mitch_plots

Description

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.

Usage

mitch_plots(res, outfile = "Rplots.pdf")

Arguments

res

a mitch results object.

outfile

the destination file for the plots in PDF format. should contain 'pdf' suffix. Defaults to 'Rplots.pdf'

Value

generates a PDF file containing enrichment plots.

Examples

data(resExample)
mitch_plots(resExample,outfile='outres.pdf')

markziemann/mitch documentation built on April 21, 2024, 3:24 a.m.