plotTicBasepeak: Total Ion Count and Base Peak Plot

View source: R/rawDiag.R

plotTicBasepeakR Documentation

Total Ion Count and Base Peak Plot

Description

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.

Usage

plotTicBasepeak(x, method = "trellis")

Arguments

x

a data.frame object adhering to the specified criteria for the is.rawDiag function.

method

specifying the plot method 'trellis' | 'violin' | 'overlay'. The default is 'trellis'.

Value

a ggplot2 object for graphing the TIC and the Base Peak chromatogram.

Author(s)

Christian Trachsel (2017), Christian Panse (20231130) refactored

Examples

rawrr::sampleFilePath() |> readRaw() |> plotTicBasepeak()

protViz/rawDiag documentation built on April 29, 2024, 2:25 a.m.