MaxQuantAnalysisInfo {MQmetrics}R Documentation

Experiment Information

Description

Experiment Information

Usage

MaxQuantAnalysisInfo(MQCombined)

Arguments

MQCombined

Object list containing all the files from the MaxQuant output. It is the result from using make_MQCombined.

Value

Returns the time in hours:minutes that lasted the whole Experiment.

Examples

MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
MaxQuantAnalysisInfo(MQCombined)


[Package MQmetrics version 1.1.8 Index]