View source: R/rtmsBrukerBAFReader.R
getBrukerBAFAllMetadata | R Documentation |
Retrieves a table of all metadata values (including instrument data,
acquisition parameters, processing and analysis directives, etc.) from a
Bruker single acquisition BAF directory (represented by an
rtmsBrukerBAFReader
object).
getBrukerBAFAllMetadata(reader)
reader |
An RTMS reader object of class |
A data frame with all metadata parameters for the acquisition. The
data frame will have five columns: rowIndex
, a numeric index for each
metadata value; parameterName
, the internal identifier of the parameter in
Bruker software systems; parameterGroup
, the group of parameters that each
value belongs to; displayName
, the string used to specify the parameter to
users (i.e. how the parameter would be labelled in a user interface); and
stringValue
, a character column containing the value of each metadata
parameter. Numeric quantities will also be returned as strings, with units
if appropriate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.