plotMassDistribution: Mass Distribution Plot

plotMassDistributionR Documentation

Mass Distribution Plot

Description

plots the mass frequency in dependency to the charge state

Usage

plotMassDistribution(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'.

Details

displays charge state resolved frequency of precursor masses.

Value

a ggplot object.

Author(s)

Christian Trachsel (2017), Christian Panse (2023)

References

  • rawDiag: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1021/acs.jproteome.8b00173")},

  • rawrr: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1021/acs.jproteome.0c00866")}

Examples

rawrr::sampleFilePath() |> rawDiag::readRaw() |> rawDiag::plotMassDistribution('overlay')

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