write_edger | R Documentation |
Looking to provide a single interface for writing tables from edger and friends.
write_edger(data, ...)
data |
Output from deseq_pairwise() |
... |
Options for writing the xlsx file. |
Tested in test_26edger.R
[write_de_Table()]
## Not run:
finished_comparison <- edger_pairwise(expressionset)
data_list <- write_edger(finished_comparison, excel = "edger_result.xlsx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.