PlotProteaseSpecificity: Protease Specificity

Description Usage Arguments Value Examples

View source: R/PlotProteaseSpecificity.R

Description

Protease Specificity

Usage

1
2
3
4
5
6
PlotProteaseSpecificity(
  MQCombined,
  palette = "Set2",
  plots_per_page = 5,
  tabular_output = FALSE
)

Arguments

MQCombined

Object list containing all the files from the MaxQuant output. It is the result from using make_MQCombined.

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.

Value

Two plots per sample: Peptide length distribution and the number of missed enzymatic cleavages.

Examples

1
2
3
MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotProteaseSpecificity(MQCombined)

BioAlvaro/ProteoMS documentation built on Jan. 12, 2022, 9:46 a.m.