locateDuplicatedParameters {flowQ} | R Documentation |
Identifies dyes that are repeated arcross multiple flowSets using information provided in the description field of each flowFrame.
locateDuplicatedParameters(flowList)
flowList |
A list of flowSet |
This function is used internally by the qaProcess functions to identify dyes
that are repeated across multiple aliquots. The function takes in a list of flowSet
and identifies stains that are repeated across multiple flowSets (aliquots). These parameters are expected to have the same distribution across aliquots and can be used for Quality control. The method looks for the information provided in the description field of each flowFrame.
An object of class qaProcess
.
Nishant Gopalakrishnan
## Not run: ## End(Not run)