getXcmsRaw-methods | R Documentation |
Reads the raw data applies evential retention time corrections and
waters Lock mass correction and
returns it as an xcmsRaw
object (or list of xcmsRaw
objects) for one or more files of the xcmsSet
object.
object |
the |
sampleidx |
The index of the sample for which the raw data should be returned. Can be a single number or a numeric vector with the indices. Alternatively, the file name can be specified. |
profmethod |
The profile method. |
profstep |
The profile step. |
rt |
Whether corrected or raw retention times should be returned. |
... |
Additional arguments submitted to the |
A single xcmsRaw
object or a list of xcmsRaw
objects.
getXcmsRaw(object, sampleidx=1,
profmethod=profinfo(object)$method, profstep=profinfo(object)$step,
rt=c("corrected", "raw"), ...
)
Johannes Rainer, johannes.rainer@eurac.edu
xcmsRaw-class
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.