xcmsSource-class | R Documentation |
This virtual class provides an implementation-independent way to load
mass spectrometer data from various sources for use in an
xcmsRaw
object. Subclasses can be defined to
enable data to be loaded from user-specified sources. The virtual
class xcmsFileSource
is included out of the box
which contains a file name as a character string.
When implementing child classes of xcmsSource
, a corresponding
loadRaw-methods
method must be provided which accepts
the xcmsSource
child class and returns a list in the format
described in loadRaw-methods
.
A virtual Class: No objects may be created from it.
Daniel Hackney, dan@haxney.org
xcmsSource-methods
for creating xcmsSource
objects in various ways.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.