PlotProteinOverlap {MQmetrics} | R Documentation |
Protein Overlap Between Samples
PlotProteinOverlap(MQCombined)
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
A plot showing the protein coverage in all samples.
MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics") MQCombined <- make_MQCombined(MQPathCombined) PlotProteinOverlap(MQCombined)