powered by
Extract all frames corresponding to retention times inside [min_retention_time, max_retention_time] closed borders interval.
rt_query( opentims, min_retention_time, max_retention_time, columns = all_columns )
Instance of OpenTIMS.
Lower boundry on retention time.
Upper boundry on retention time.
Vector of columns to extract. Defaults to all columns.
data.frame with selected columns.
# NOT RUN { D = OpenTIMS('path/to/your/folder.d') print(rt_query(D, 10, 100)) # frames between tenth and a hundreth second of the experiment # }
Run the code above in your browser using DataLab