50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

timsr (version 0.0.3)

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(timsr)

Arguments

timsr

Instance of TimsR.

Value

data.frame Limits of individual extracted quantities.

Examples

Run this code
# NOT RUN {
D = TimsR('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