FTProcessHistory-class: Parameter class for Feature Table analysis

FTProcessHistory-classR Documentation

Parameter class for Feature Table analysis

Description

Objects of this class hold parameters for feature table analysis, to be used with analyzeFT()

Usage

## S4 method for signature 'FTProcessHistory'
show(object)

## S4 method for signature 'ProcessHistory'
hasError(object)

## S4 method for signature 'ProcessHistory'
error(object)

Arguments

object

an object of class "ProcessHistory", or one of its descendants

Details

FTProcessHistory

Slots

error

a named list of character() vectors, reporting errors that occured in this analysis step

changes

did changes occur on the associated object. If FALSE, this step did not result in relevant changes and could be dropped for reporting

inputHash

character MseekHash of the object before this analysis step

outputHash

character MseekHash of the object after this analysis step

sessionInfo

a sessionInfo object, should be genereated at time of the recorded event and at least once in every session (by default, will be populated by load and constructor methods for MseekFT class).

fileNames

names of files used in this analysis step (a more human-readable variant of the fileIndex slot)

processingTime

time spent on processing this step, in seconds


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.