write_combined_summary: Internal function to write a summary of some combined data

View source: R/de_xlsx.R

write_combined_summaryR Documentation

Internal function to write a summary of some combined data

Description

Internal function to write a summary of some combined data

Usage

write_combined_summary(
  wb,
  excel_basename,
  apr,
  extracted,
  compare_plots,
  lfc_cutoff = 1,
  p_cutoff = 0.05,
  fancy = FALSE
)

Arguments

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?


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.