Learn R Programming

flowBin (version 1.8.0)

FlowSample: A class similar to flowSet, but with extra information needed by flowBin

Description

name:
character string - name of the object
tube.set:
list of flowFrames containing raw flow data.

control.tubes:
Integer vector indicating which tubes in the list (if any) to use as negative controls. May be empty.

bin.pars:
Integer vector indicating which parameters to use for binning. These must be in the same position in all tubes.

measure.pars:
list of integer vectors indicating which parameters to use for measurement. These must be specified per tube.
Note: all slots can be get and set using accessor methods, for example bin.pars(myFlowSet) <- c(1,2,5)

Arguments