Description Usage Arguments Value Examples
View source: R/MaxQuantAnalysisInfo.R
Experiment Information
1 | MaxQuantAnalysisInfo(MQCombined)
|
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
Returns the time in hours:minutes that lasted the whole Experiment.
1 2 3 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
MaxQuantAnalysisInfo(MQCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.