rt_query | R Documentation |
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 )
opentims |
Instance of OpenTIMS. |
min_retention_time |
Lower boundry on retention time. |
max_retention_time |
Upper boundry on retention time. |
columns |
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 ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.