View source: R/ontology_xlsx.R
write_go_xls | R Documentation |
Combine the results from goseq, cluster profiler, topgo, and gostats and drop them into excel. Hopefully with a relatively consistent look.
write_go_xls(
goseq,
cluster,
topgo,
gostats,
gprofiler,
file = "excel/merged_go",
dated = TRUE,
n = 30,
overwritefile = TRUE
)
goseq |
The goseq result from simple_goseq() |
cluster |
The result from simple_clusterprofiler() |
topgo |
Guess |
gostats |
Yep, ditto |
gprofiler |
woo hoo! |
file |
the file to save the results. |
dated |
date the excel file |
n |
the number of ontology categories to include in each table. |
overwritefile |
overwrite an existing excel file |
the list of ontology information
[openxlsx] [simple_goseq()] [simple_clusterprofiler()] [simple_gostats()] [simple_topgo()] [simple_gprofiler()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.