Description Usage Arguments Value Examples
View source: R/PlotProteinOverlap.R
Protein Overlap Between Samples
1 | PlotProteinOverlap(MQCombined, tabular_output = FALSE)
|
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
tabular_output |
If true a table with the information will be the output. |
A plot showing the protein coverage in all samples.
1 2 3 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotProteinOverlap(MQCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.