Skip to contents

Convenience function to save multiple GO plots to a single PDF

Usage

saveGOPlotsToPDF(
  go_results_list,
  filename = "go_enrichment_plots.pdf",
  width = 12,
  height = 8
)

Arguments

go_results_list

Named list of GO enrichment results

filename

Output PDF filename

width

PDF width in inches

height

PDF height in inches