Usage
findMsMsHR.ticms2(msRaw, mz, limit.coarse, limit.fine, rtLimits = NA, maxCount = NA, headerCache = NULL, fillPrecursorScan = FALSE, deprofile = getOption("RMassBank")$deprofile, trace = "ms2tic")
Arguments
limit.coarse
Allowed mass deviation for scan precursor (in m/z values)
limit.fine
Unused here, but present for interface compatiblity with findMsMsHR
rtLimits
Unused here, but present for interface compatiblity with findMsMsHR
maxCount
Maximal number of spectra to return
headerCache
Cached results of header(msRaw), either to speed up the operations or to operate with
preselected header() data
fillPrecursorScan
Unused here, but present for interface compatiblity with findMsMsHR
deprofile
Whether deprofiling should take place, and what method should be
used (cf. deprofile
) trace
Either "ms2tic"
or "ms2basepeak"
: Which intensity trace to use - can be either the
TIC of the MS2 or the basepeak intensity of the MS2.