print_ups_downs: Reprint the output from extract_significant_genes().

View source: R/de_xlsx.R

print_ups_downsR Documentation

Description

I found myself needing to reprint these excel sheets because I added some new information. This shortcuts that process for me.

Usage

print_ups_downs(
  upsdowns,
  wb,
  excel_basename,
  according = "limma",
  summary_count = 1,
  ma = FALSE,
  fancy = FALSE
)

Arguments

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

Value

Return from write_xlsx.

See Also

combine_de_tables


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