This function returns the total duration of the analysis, which is the time difference between the timestamps of the first and last analyses in the sequence.
Arguments
- data
A
MidarExperiment
object- estimate_sequence_end
If
TRUE
, the function will estimate the end time of the analysis sequence based on the median runtime, added to the timestamp of the last analysis. IfFALSE
, the function will calculate the time difference between the first and last analysis timestamps without any adjustment.