MaxQuantAnalysisInfo {MQmetrics} | R Documentation |
Experiment Information
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.
MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics") MQCombined <- make_MQCombined(MQPathCombined) MaxQuantAnalysisInfo(MQCombined)