PlotCombinedDynamicRange: Dynamic range of all the samples combined

Description Usage Arguments Value Examples

View source: R/PlotCombinedDynamicRange.R

Description

Dynamic range of all the samples combined

Usage

1
PlotCombinedDynamicRange(MQCombined, show_shade = TRUE, percent_proteins = 0.9)

Arguments

MQCombined

Object list containing all the files from the MaxQuant output. It is the result from using make_MQCombined.

show_shade

Creates a shade showing where the percent_proteins are. Default is TRUE.

percent_proteins

Determines the percentage for the show_shade parameter. Default is 0.90 (90% of the proteins).

Value

Returns the dynamic range for all samples combined.

Examples

1
2
3
MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotCombinedDynamicRange(MQCombined)

BioAlvaro/ProteoMS documentation built on Jan. 12, 2022, 9:46 a.m.