write_combined_legend | R Documentation |
Write the legend of an excel file for combine_de_tables()
write_combined_legend(
wb,
excel_basename,
plot_dim,
apr,
basic,
deseq,
dream,
ebseq,
edger,
limma,
noiseq,
includes,
padj_type,
fancy = FALSE
)
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.