write_gprofiler_data: Write some excel results from a gprofiler search.

View source: R/ontology_xlsx.R

write_gprofiler_dataR Documentation

Write some excel results from a gprofiler search.

Description

Gprofiler is pretty awesome. This function will attempt to write its results to an excel file.

Usage

write_gprofiler_data(
  gprofiler_result,
  wb = NULL,
  excel = "excel/gprofiler_result.xlsx",
  order_by = "recall",
  add_plots = TRUE,
  height = 15,
  width = 10,
  decreasing = FALSE,
  ...
)

Arguments

gprofiler_result

The result from simple_gprofiler().

wb

Optional workbook object, if you wish to append to an existing workbook.

excel

Excel file to which to write.

order_by

Which column to order the data by?

add_plots

Add some pvalue plots?

height

Height of included plots?

width

And their width.

decreasing

Which order?

...

More options, not currently used I think.

Value

A prettyified table in an xlsx document.

See Also

[openxlsx] [simple_gprofiler()]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.