plot_TIC: Plot intensity per retention time.

Description Usage Arguments Value Examples

View source: R/timsr.R

Description

Plot will split 'MS1' and 'MS2'.

Usage

1
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

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

## End(Not run)

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

Related to plot_TIC in timsr...