Export all the results from a DEprot.analyses object into a user-defined folder.
export.analyses(
DEprot.analyses.object,
output.folder = "./export",
contrast.subset = NULL,
verbose = TRUE
)
An object of class DEprot.analyses
.
Path (string) to the output directory. If the folder is not already existing it will be created. Default: "./export"
.
Numeric vector indicating the contrasts to use. Default: NULL
(all contrasts are exported).
Logical value to indicate whether progress messages should be printed. Default: TRUE
.