Learn R Programming

opentimsr (version 1.0.13)

min_max_measurements: Get border values for measurements.

Description

Get the min-max values of the measured variables (except for TOFs, that would require iteration through data rather than parsing metadata).

Usage

min_max_measurements(opentims)

Arguments

opentims

Instance of OpenTIMS.

Value

data.frame Limits of individual extracted quantities.

Examples

Run this code
# NOT RUN {
D = OpenTIMS('path/to/your/folder.d')
min_max_measurements(D) # this gives a small data-frame with min and max values.
# }

Run the code above in your browser using DataLab