updateCentralLog.Rd
Update central log. Central log keeps track of every scPipeline run and includes information about the module run, data used, user, date.
Module Name/ID. e.g., "M01" is used to specify Module 1.
Input dataset (that was preprocessed in current module). A character.
data subset. A character specifying whether a certain subset of data was analyzed. A character.
Central log file name. A character.
Path to central log file. Set to data.path specified in .RProfile by default.
User name. Set to user specified in .RProfile by default.
Additional notes to describe current run.
Logical indicating whether PDF figures were generated.
# update central log (usually at the end of a successful module run)
updateCentralLog(Module = "M01", pdf.flag = F)
#> Error in updateCentralLog(Module = "M01", pdf.flag = F): could not find function "updateCentralLog"