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(opentims)
Instance of OpenTIMS.
data.frame Limits of individual extracted quantities.
# 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