Learn R Programming

flowCore (version 1.38.2)

subsetting-class: Class "subsetting"

Description

Class and methods to subset a a flowSet. This is only needed for method dispatch in the workFlow framework.

Usage

subsetting(indices, subsettingId="defaultSubsetting")

Arguments

indices
Character or numeric vector of sample names.
subsettingId
The identifier for the subsetting object.

Value

A subsetting object.

Objects from the Class

Objects should be created using the constructor subsetting(). See the Usage and Arguments sections for details.

Slots

subsettingId:
Object of class "character". An identifier for the object.
indices:
Object of class "numericOrCharacter". Indices into a flowSet.

Methods

add
signature(wf = "workFlow", action = "subsetting"): The constructor for the workFlow.
identifier<-
signature(object = "subsetting", value = "character"): Set method for the identifier slot.
identifier
signature(object = "subsetting"): Get method for the identifier slot.
show
signature(object = "subsetting"): Show details about the object.

Details

The class mainly existst for method dispatch in the workflow tools.