write_deseq | R Documentation |
Looking to provide a single interface for writing tables from deseq and friends.
write_deseq(data, ...)
data |
Output from deseq_pairwise() |
... |
Options for writing the xlsx file. |
Tested in test_24deseq.R
[write_de_table()]
## Not run:
finished_comparison <- deseq2_pairwise(expressionset)
data_list <- write_deseq(finished_comparison)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.