flowQ (version 1.32.0)

normailzeSets: Locate Duplicated Parameters

Description

Aligns up peaks for parameters across multiple flowSets using the warpSet method from the flowStats package.

Usage

normalizeSets(flowList,dupes,peaks=NULL)

Arguments

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

Value

A list of objects of class flowSet.

Details

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 nformation from multiple flowSet.

See Also

locateDuplicatedParameters warpSet

Examples

Run this code

## Not run: 
# 
# 
# ## End(Not run)

Run the code above in your browser using DataLab