Description Usage Arguments Examples
Uses the output from MaxQuant (evidence.txt) to create a bargraph of charge state distribution as a total or splitted by experiment.
1 | MQ_evidence_charge_state(x, per_sample = FALSE, ncol = 5)
|
x |
The filtered 'evidence.txt' file. Use MQ_remove_CR first to remove contaminants and reverse hits. |
per_sample |
Logical with default value equal to FALSE. By default a summary from all experiments will be plotted. If set to TRUE, individual experiments will be shown in different graphs. |
ncol |
Number of columns when plotting individual experiments. Default value is 5. |
1 2 3 4 5 | # plot charge state as a total
MQ_evidence_charge_state(filtered_evidence_output, per_sample = TRUE, ncol = 6)
#plot charge state per experiment
MQ_evidence_charge_state(filtered_evidence_output, per_sample = TRUE, ncol = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.