print_ups_downs | R Documentation |
I found myself needing to reprint these excel sheets because I added some new information. This shortcuts that process for me.
print_ups_downs(
upsdowns,
wb,
excel_basename,
according = "limma",
summary_count = 1,
ma = FALSE,
fancy = FALSE
)
upsdowns |
Output from extract_significant_genes(). |
wb |
Workbook object to use for writing, or start a new one. |
excel_basename |
Used when including plots in the xlsx sheet. |
according |
Use limma, deseq, or edger for defining 'significant'. |
summary_count |
For spacing sequential tables one after another. |
ma |
Include ma plots? |
fancy |
Print fancy plots with the xlsx file?x |
Return from write_xlsx.
combine_de_tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.