Description Usage Arguments Value Examples
View source: R/PlotCombinedDynamicRange.R
Dynamic range of all the samples combined
1 | PlotCombinedDynamicRange(MQCombined, show_shade = TRUE, percent_proteins = 0.9)
|
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
show_shade |
Creates a shade showing where the |
percent_proteins |
Determines the percentage for the show_shade parameter. Default is 0.90 (90% of the proteins). |
Returns the dynamic range for all samples combined.
1 2 3 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotCombinedDynamicRange(MQCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.