FTProcessHistory-class | R Documentation |
Objects of this class hold parameters for feature table analysis,
to be used with analyzeFT()
## S4 method for signature 'FTProcessHistory' show(object) ## S4 method for signature 'ProcessHistory' hasError(object) ## S4 method for signature 'ProcessHistory' error(object)
object |
an object of class "ProcessHistory", or one of its descendants |
FTProcessHistory
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.