View source: R/rtmsBrukerMCFReader.R
getSampleSet.rtmsBrukerMCFReader | R Documentation |
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.
## S3 method for class 'rtmsBrukerMCFReader'
getSampleSet(x, peaks, ...)
getBrukerMCFSampleSet(reader, peaks, indices)
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 |
An RTMS sample set object of class rtmsSampleSet
getSampleSet(rtmsBrukerMCFReader)
: The S3 method getSample
for objects
of class rtmsBrukerMCFReader
; calls getBrukerMCFSampleSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.