All workflow objects (e.g. featureGroups,
compounds, etc) are derived from this class. Objects from this
class are never created directly.
# S4 method for class 'workflowStep'
algorithm(obj)
# S4 method for class 'workflowStep'
as.data.table(x, keep.rownames = FALSE, ...)
# S4 method for class 'workflowStep'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
# S4 method for class 'workflowStep'
show(object)algorithm(workflowStep): Returns the algorithm that was used to generate an
object.
as.data.table(workflowStep): Summarizes the data in this object and returns this
as a data.table.
as.data.frame(workflowStep): This method simply calls as.data.table and
converts the result to a classic a data.frame.
show(workflowStep): Shows summary information for this object.
algorithmThe algorithm that was used to generate this object. Use the
algorithm method for access.
workflowStep