Learn R Programming

timsr (version 0.0.3)

intensity_per_frame: Get sum of intensity per each frame (retention time).

Description

Get sum of intensity per each frame (retention time).

Usage

intensity_per_frame(timsr, recalibrated = TRUE)

Arguments

timsr

Instance of TimsR

recalibrated

Use Bruker recalibrated total intensities or calculate them from scratch with OpenTIMS?

Value

integer vector: total intensity per each frame.

Examples

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

Run the code above in your browser using DataLab