normailzeSets {flowQ} | R Documentation |
Aligns up peaks for parameters across multiple flowSets using the warpSet
method from the flowStats
package.
normalizeSets(flowList,dupes,peaks=NULL)
flowList |
A list of flowSet |
dupes |
Stains that are to be aligned across multiple flowSet |
peaks |
Number of peaks expected in the distribution. If NULL is passed as input, The number of peaks to align are estimated from the distribution |
This function can be used to normalize dye information across multiple flowSets
so that the peaks in the distributions align. The method makes use of information
provided in the description field of each flowFrame to align up floursecense
information from multiple flowSet
.
A list
of objects of class flowSet
.
Nishant Gopalakrishnan
## Not run: ## End(Not run)