View source: R/exportResults.R
| exportResults | R Documentation |
Write a rChEA3 results object (named list of data frames, one per collection) to an Excel workbook, with one sheet per collection.
exportResults(
results,
output_dir,
output_file = "rChEA3_results",
with_date = TRUE,
verbose = TRUE
)
results |
A named list of data frames (e.g., the return of
|
output_dir |
A string specifying the output directory. This parameter is required and has no default. |
output_file |
Base file name (without extension). Default: |
with_date |
Logical; if |
verbose |
Logical; if |
(Invisibly) the full path to the saved .xlsx file.
data(a549_dex_downreg)
results <- queryChEA3(genes = a549_dex_downreg, query_name = "test_a549_dex_downreg")
exportResults(results,
output_dir = tempdir(),
output_file = "rChEA3_results_a549_dex_downreg.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.