MQ_evidence_missed_cleavages: Plot number of missed cleavages using MaxQuant output

Description Usage Arguments Examples

Description

Uses the output from MaxQuant (evidence.txt) to create a bargraph of the number of missed cleavages as a total or splitted by experiment.

Usage

1
MQ_evidence_missed_cleavages(x, per_sample = FALSE, ncol = 5)

Arguments

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.

Examples

1
2
3
4
5
# plot number of missed cleavages as a total
MQ_evidence_missed_clevages(filtered_evidence_output, per_sample = TRUE, ncol = 6)

#plot number of missed cleavages per experiment
MQ_evidence_missed_clevages(filtered_evidence_output, per_sample = TRUE, ncol = 6)

tkostas/viewMQ documentation built on May 6, 2019, 6:02 p.m.