PlotProteinOverlap {MQmetrics}R Documentation

Protein Overlap Between Samples

Description

Protein Overlap Between Samples

Usage

PlotProteinOverlap(MQCombined)

Arguments

MQCombined

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

Value

A plot showing the protein coverage in all samples.

Examples

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

[Package MQmetrics version 1.0.0 Index]