A flowFP object is a reduced representation of a
flowFrame or flowSet
with respect to a flowFPModel. The model is derived by finding multivariate regions containing
(nearly) equal numbers of events in a training set using one or more user-specified
parameters (e.g. CD45 and Side Scatter). The resulting flowFP represents
the probability (i.e. number of events) of the instance(s) in x in each of the bins
in the underlying model. This representation is carried in a slot (called counts)
in the object, a matrix in which each row corresponds ordinally to the flowFrames
in x. Note that if x is a flowFrame and not a flowSet, the counts
matrix will have only 1 row. In any case, each row of the matrix is an individual fingerprint,
where the fingerprint elements (columns) have a one-to-one correspondence with the bins
in the underlying model.
Another slot in the flowFP object describes the bin index for each
event, allowing the user to select events according to their membership in bins. Think of this
as "micro-gating".