mitch_plots: mitch_plots

Description Usage Arguments Value Examples

View source: R/mitch.R

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

1
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

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

mitch documentation built on Nov. 8, 2020, 6 p.m.