Learn R Programming

timsr (version 0.0.3)

retention_times: Get the retention time for each frame.

Description

Get the retention time for each frame.

Usage

retention_times(timsr)

Arguments

timsr

Instance of TimsR.

Value

Retention times corresponding to each frame.

Examples

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

Run the code above in your browser using DataLab