spectraVariableMapping | R Documentation |
The spectraVariableMapping
function provides the mapping
between spectra variables of a Spectra()
object with data fields from a
data file. Such name mapping is expected to enable an easier import of data
files with specific dialects, e.g. files in MGF format that use a
different naming convention for core spectra variables.
MsBackend()
implementations are expected to implement this function
(if needed) to enable import of data from file formats with non-standardized
data fields.
spectraVariableMapping(object, ...)
object |
An instance of an object extending |
... |
Optional parameters. |
A named character
with names being spectra variable names (use
spectraVariables()
for a list of supported names) and values being the
data field names.
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.