Description Usage Arguments Details Value Author(s) References See Also Examples
Identify and retain lymphocytes from a flow cytometry sample based on the forward and side scatters.
1 |
ff |
A flowFrame containing a flow cyometry sample. |
lymph.boundary |
A list denoting an approximate rectangular boundary for lymphocytes. The first element of the list represents the lower and upper limit of forward scatter (FSC), and the 2nd element represents the lower and upper limit of side scatter (SSC). Example: list("FSC"=c(180000, 500000),"SSC"=c(0, 180000)). |
fsc |
name (or numeric index) of the forward scatter channel. |
ssc |
name (or numeric index) of the side scatter channel. |
plot |
true/false. If true then plots the rectangular and elliptical gates for the lymphocytes. |
At first a rectangular gate is created based on the lymph.boundary
.
Then the norm2Filter
function is used to identify lymphocytes.
lymphs
returns a new flowFrame containing the lymphocytes.
Ariful Azad
Ariful Azad, Bartek Rajwa, and Alex Pothen (2015), "flowVS: Channel-Specific Variance Stabilization in Flow Cytometry", BMC Bioinformatics, vol 17, pp 1-14, 2016.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.