Learn R Programming

cyanoFilter (version 0.1.3)

debris_nc: gates out or assign indicators to debris particle.

Description

The function takes in a flowframe and identifies debris contained in the provided flowframe.

Usage

debris_nc(flowframe, p1, p2)

Arguments

flowframe

flowframe with debris and other cells.

p1

first flowcytometer channel that can be used to separate debris from the rest, e.g. "RED.B.HLin".

p2

second flowcytometer channel that can be used to separate debris from the rest, e.g. "YEL.B.HLin"

Value

list containing;

  • syn - flowframe containing non-debris particles

  • deb_pos - position of particles that are debris

  • syn_pos - position of particles that are not debris

Details

The function uses the getPeaks and deGate functions in the flowDensity package to identify peaks between peaks and identify cut-off points between these peaks. A plot of both channels supplied with horizontal line separating debris from other cell populations is also returned.

See Also

debris_inc