write_combined_legend: Write the legend of an excel file for combine_de_tables()

View source: R/de_xlsx.R

write_combined_legendR Documentation

Write the legend of an excel file for combine_de_tables()

Description

Write the legend of an excel file for combine_de_tables()

Usage

write_combined_legend(
  wb,
  excel_basename,
  plot_dim,
  apr,
  basic,
  deseq,
  dream,
  ebseq,
  edger,
  limma,
  noiseq,
  includes,
  padj_type,
  fancy = FALSE
)

Arguments

wb

Workbook to write

excel_basename

Where to write it

plot_dim

Default plot size.

apr

The all_pairwise() result.

basic

Basic data

deseq

The deseq result, which is redundant.

dream

The result from varpart::dream

ebseq

The ebseq result, which is redundant.

edger

The edger result, which is redundant.

limma

The limma result, which is redundant.

noiseq

Noiseq results.

includes

List of booleans defining which methods to examine.

padj_type

P-adjustment employed.

fancy

Write fancy plots with the xlsx file?


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