getBrukerBAFMetadata: Retrieve specific metadata values from a Bruker BAF file

View source: R/rtmsBrukerBAFReader.R

getBrukerBAFMetadataR Documentation

Retrieve specific metadata values from a Bruker BAF file

Description

Retrieves a list of specific metadata values (including instrument data, acquisition parameters, processing and analysis directives, etc.) from a Bruker single acquisition BAF directory (represented by an rtmsBrukerBAFReader object).

Usage

getBrukerBAFMetadata(reader, names)

Arguments

reader

An RTMS reader object of class rtmsBrukerBAFReader

names

A character vector of metadata names

Value

A named list of values corresponding to the metadata values specified. All values will be returned as a string, including numeric quantities (with units if appropriate).


rtms documentation built on June 7, 2023, 5:59 p.m.