MSnbase defined a few options globally using the standard R
options mechanism. The current values of these options can be
queried with MSnbaseOptions
. The options are:
verbose
: defines a session-wide verbosity flag, that is used if theverbose
argument in individual functions is not set.PARALLEL_THRESH
: defines the minimum number of spectra per file necessary before using parallel processing.fastLoad
:logical(1)
. IfTRUE
performs faster data loading for all methods of OnDiskMSnExp that load data from the original files (such asspectrapply()
). Users experiencing data I/O errors (observed mostly on macOS systems) should set this option toFALSE
.