powered by
Get sum of intensity per each frame (retention time).
intensity_per_frame(timsr, recalibrated = TRUE)
Instance of TimsR
Use Bruker recalibrated total intensities or calculate them from scratch with OpenTIMS?
integer vector: total intensity per each frame.
# 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