View source: R/ontology_xlsx.R
sig_ontologies | R Documentation |
It can be annoying/confusing to extract individual sets of 'significant' genes from a differential expression analysis. This function should make that process easier.
sig_ontologies(
significant_result,
excel_prefix = "excel/sig_ontologies",
search_by = "deseq",
excel_suffix = ".xlsx",
type = "gprofiler",
...
)
significant_result |
Result from extract_siggenes() |
excel_prefix |
How to start the output filenames? |
search_by |
Use the definition of 'significant' from which program? |
excel_suffix |
How to end the excel filenames? |
type |
Which specific ontology search to use? |
... |
Arguments passed to the various simple_ontology() function. |
A list of the up/down results of the ontology searches.
[openxlsx] [simple_goseq()] [simple_clusterprofiler()] [simple_topgo()] [simple_gprofiler()] [simple_topgo()] [simple_gostats()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.