Write differential expression analysis results
Usage
write_DEA(
GRP2,
outpath,
ORA = TRUE,
GSEA = TRUE,
xlsxname = "AnalysisResults",
write = TRUE
)Arguments
- GRP2
return value of
make_DEA_report- outpath
path to place output
- ORA
if TRUE write ORA gene lists
- GSEA
if TRUE write GSEA rank files
- xlsxname
file name for xlsx
- write
if TRUE write files to disk
See also
Other workflow:
make_DEA_report(),
make_SummarizedExperiment()