plotTicBasepeak | R Documentation |
displays the Total Ion Count (TIC) and the Base Peak Chromatogram of a mass spectrometry measurement. Multiple files are handled by faceting based on rawfile name.
plotTicBasepeak(x, method = "trellis")
x |
a |
method |
specifying the plot method 'trellis' | 'violin' | 'overlay'. The default is 'trellis'. |
a ggplot2 object for graphing the TIC and the Base Peak chromatogram.
Christian Trachsel (2017), Christian Panse (20231130) refactored
rawrr::sampleFilePath() |> readRaw() |> plotTicBasepeak()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.