normailzeSets {flowQ}R Documentation

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

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

Value

A list of objects of class flowSet.

Author(s)

Nishant Gopalakrishnan

See Also

locateDuplicatedParameters

Examples


## Not run: 

## End(Not run)


[Package flowQ version 1.4.0 Index]