Rdocumentation
powered by
Learn R Programming
RMassBank (version 2.0.0)
makePeaksCache: Generate peaks cache
Description
Generates a peak cache table for use with
findMsMsHR
functions.
Usage
makePeaksCache(msRaw, headerCache)
Arguments
msRaw
the input raw datafile (opened)
headerCache
the cached header, or subset thereof for which peaks should be extracted. Peak extraction goes by
seqNum
.
Value
A list of dataframes as from
mzR::peaks
.