View source: R/de_varpart.R View source: R/de_limma.R
write_limma | R Documentation |
Looking to provide a single interface for writing tables from limma and friends.
Looking to provide a single interface for writing tables from limma and friends.
write_limma(data, ...)
write_limma(data, ...)
data |
Output from limma_pairwise() |
... |
Options for writing the xlsx file. |
[write_de_table()]
[write_de_table()]
## Not run:
finished_comparison = limma_pairwise(expressionset)
data_list = write_limma(finished_comparison)
## End(Not run)
## Not run:
finished_comparison = limma_pairwise(expressionset)
data_list = write_limma(finished_comparison)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.