min_max_measurements: Get border values for measurements.

Description Usage Arguments Value Examples

View source: R/timsr.R

Description

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

Usage

1

Arguments

timsr

Instance of TimsR.

Value

data.frame Limits of individual extracted quantities.

Examples

1
2
3
4
5
## Not run: 
D = TimsR('path/to/your/folder.d')
min_max_measurements(D) # this gives a small data-frame with min and max values.

## End(Not run)

timsr documentation built on May 12, 2021, 1:08 a.m.