Learn R Programming

opentimsr (version 1.0.13)

retention_times: Get the retention time for each frame.

Description

Get the retention time for each frame.

Usage

retention_times(opentims)

Arguments

opentims

Instance of OpenTIMS.

Value

Retention times corresponding to each frame.

Examples

Run this code
# NOT RUN {
D = OpenTIMS('path/to/your/folder.d')
print(retention_times(D)) 
# }

Run the code above in your browser using DataLab