Description Usage Arguments Value Examples
View source: R/make_MQCombined.R
Read MaxQuant Tables From Directory
1 | make_MQCombined(MQPathCombined, remove_contaminants = TRUE)
|
MQPathCombined |
The directory to the "combined" folder where the MaxQuant results are stored. |
remove_contaminants |
Whether or not to remove contaminants, reverse and identified by one one peptide. |
The files from the MaxQuant with the contaminants and Reverse hits removed.
1 2 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.