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 exists for method dispatch in the workflow tools.
A subsetting
object.
subsettingId
Object of class "character"
. An
identifier for the object.
indices
Object of class
"numericOrCharacter"
. Indices into a flowSet
.
Objects should be created using the constructor subsetting()
. See the
Usage
and Arguments
sections for details.
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