powered by
Get the min-max values of the measured variables (except for TOFs, that would require iteration through data rather than parsing metadata).
min_max_measurements(timsr)
Instance of TimsR.
data.frame Limits of individual extracted quantities.
# 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