View source: R/ontology_xlsx.R
write_gprofiler_data | R Documentation |
Gprofiler is pretty awesome. This function will attempt to write its results to an excel file.
write_gprofiler_data(
gprofiler_result,
wb = NULL,
excel = "excel/gprofiler_result.xlsx",
order_by = "recall",
add_plots = TRUE,
height = 15,
width = 10,
decreasing = FALSE,
...
)
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. |
A prettyified table in an xlsx document.
[openxlsx] [simple_gprofiler()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.