Learn R Programming

timsr (version 0.0.3)

plot_TIC: Plot intensity per retention time.

Description

Plot will split 'MS1' and 'MS2'.

Usage

plot_TIC(timsr, recalibrated = TRUE)

Arguments

timsr

Instance of TimsR

recalibrated

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

Value

No return value, called for side effects.

Examples

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

Run the code above in your browser using DataLab