View source: R/ontology_xlsx.R
write_topgo_data | R Documentation |
It is my intention to make a function like this for each ontology tool in my repetoire
write_topgo_data(
topgo_result,
excel = "excel/topgo.xlsx",
wb = NULL,
order_by = "fisher",
decreasing = FALSE,
pval = 0.1,
add_plots = TRUE,
height = 15,
width = 10,
...
)
topgo_result |
A set of results from simple_topgo(). |
excel |
An excel file to which to write some pretty results. |
wb |
Workbook object to write to. |
order_by |
Which column to order the results by? |
decreasing |
In forward or reverse order? |
pval |
Choose a cutoff for reporting by p-value. |
add_plots |
Include some pvalue plots in the excel output? |
height |
Height of included plots. |
width |
and their width. |
... |
Extra arguments are passed to arglist. |
The result from openxlsx in a prettyified xlsx file.
[openxlsx] [simple_topgo()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.