Description Usage Arguments Value Examples
View source: R/PlotTotalIonCurrent.R
Total Ion Current
1 2 3 4 5 6 | PlotTotalIonCurrent(
MQCombined,
show_max_value = TRUE,
palette = "Set2",
plots_per_page = 5
)
|
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
show_max_value |
If TRUE, it will show the max TIC value of each sample. |
palette |
The palette from the Package RColorBrewer. By default is 'Set2'. |
plots_per_page |
Establish the maximum number of plots per page. |
Returns a plot the Total Ion Current in each sample. The maximum value is also plotted.
1 2 3 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotTotalIonCurrent(MQCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.