tags-methods: Returns tags from a flowFP object.
Description
The tags method is a map into a flowFP object which defines the bin number
to which each event in the object has been assigned in fingerprinting process.
Methods
tags(object)
- object = "flowFP"
- returns a list of vectors.
Notes
This method returns a list of vectors. There is a one-to-one correspondence between
vectors in the list and flowFrames in the flowSet in the flowFP. For each vector in the list, there is a one-to-one correspondence between the vector
elements and the events in the corresponding flowFrame. Each vector element
is an integer index that indicates the bin number to which that event was assigned
in the fingerprinting process.