Description Usage Arguments Value Examples
The charge-state of the precursor ion.
1 2 3 4 5 6 | PlotCharge(
MQCombined,
palette = "Set2",
plots_per_page = 5,
tabular_output = FALSE
)
|
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
palette |
The palette from the Package RColorBrewer. By default is 'Set2'. |
plots_per_page |
Establish the maximum number of plots per page. |
tabular_output |
If true a table with the information will be the output. |
Plots the charge-state of the precursor ion.
1 2 3 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotCharge(MQCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.