getSampleSet.rtmsBrukerMCFReader {rtms} | R Documentation |
Extract a sample set from a Bruker MCF directory
Description
Extracts an RTMS sample object (of class rtmsSampleSet
) from a multi-
acquisition Bruker MCF directory opened using an RTMS reader object (of
class rtmsBrukerMCFReader
). A vector numeric indices is used to identify
which acquisitions the sample set should be extracted from.
Usage
## S3 method for class 'rtmsBrukerMCFReader'
getSampleSet(x, peaks, ...)
getBrukerMCFSampleSet(reader, peaks, indices)
Arguments
x |
The MCF reader object |
peaks |
A list of peak objects of class |
... |
Additional parameters |
reader |
An RTMS reader object of class |
indices |
A vector of numeric indices specifying which acquisitions the sample set should be extracted from |
Value
An RTMS sample set object of class rtmsSampleSet
Functions
-
getSampleSet(rtmsBrukerMCFReader)
: The S3 methodgetSample
for objects of classrtmsBrukerMCFReader
; callsgetBrukerMCFSampleSet
[Package rtms version 0.2.0 Index]