write_combined_summary | R Documentation |
Internal function to write a summary of some combined data
write_combined_summary(
wb,
excel_basename,
apr,
extracted,
compare_plots,
lfc_cutoff = 1,
p_cutoff = 0.05,
fancy = FALSE
)
wb |
xlsx workbook to which to write. |
excel_basename |
basename for printing plots. |
apr |
a pairwise result |
extracted |
table extracted from the pairwise result |
compare_plots |
series of plots to print out. |
lfc_cutoff |
Used for volcano/MA plots. |
p_cutoff |
Used for volcano/MA plots. |
fancy |
Write fancy plots with the xlsx file? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.