PlotProteinOverlap: Protein Overlap Between Samples

Description Usage Arguments Value Examples

View source: R/PlotProteinOverlap.R

Description

Protein Overlap Between Samples

Usage

1
PlotProteinOverlap(MQCombined, tabular_output = FALSE)

Arguments

MQCombined

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

tabular_output

If true a table with the information will be the output.

Value

A plot showing the protein coverage in all samples.

Examples

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

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