subsetting-class {flowCore} | R Documentation |
Class and methods to subset a a flowSet
. This is only needed for
method dispatch in the workFlow framework.
subsetting(indices, subsettingId="defaultSubsetting")
indices |
Character or numeric vector of sample names. |
subsettingId |
The identifier for the subsetting object. |
The class mainly existst for method dispatch in the workflow tools.
A subsetting
object.
Objects should be created using the constructor
subsetting()
. See the Usage
and Arguments
sections for details.
subsettingId
:Object of class "character"
. An
identifier for the object.
indices
:Object of class
"numericOrCharacter"
. Indices into a flowSet
.
signature(wf = "workFlow", action =
"subsetting")
: The constructor for the workFlow.
signature(object = "subsetting", value
= "character")
: Set method for the identifier slot.
signature(object = "subsetting")
: Get
method for the identifier slot.
signature(object = "subsetting")
: Show details
about the object.
F. Hahne