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

Description Usage Arguments Value Examples

View source: R/timsr.R

Description

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

Usage

1
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

1
2
3
4
5
6
## Not run: 
D = TimsR('path/to/your/folder.d')
print(intensity_per_frame(D))
print(intensity_per_frame(D, recalibrated=FALSE)) 

## End(Not run)

timsr documentation built on May 12, 2021, 1:08 a.m.