normalizeSets: Locate Duplicated Parameters

Description Usage Arguments Details Value Author(s) See Also

View source: R/qaProcessFunctions.R

Description

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

Usage

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

Value

A list of objects of class flowSet.

Author(s)

Nishant Gopalakrishnan

See Also

locateDuplicatedParameters warpSet


flowQ documentation built on Nov. 1, 2018, 3:38 a.m.