Description Usage Arguments Value Author(s) Examples
an accessor for 'CellPopulation' class to get its 'FlowFrame' object. This will remove all the NA values in the frame.
1 | getflowFrame(obj)
|
obj |
a 'CellPopulation' object. |
a 'FlowFrame' object.
Jafar Taghiyar <jtaghiyar@bccrc.ca>
1 2 3 4 5 | data_dir <- system.file("extdata", package = "flowDensity")
load(list.files(pattern = 'sampleFCS_1', data_dir, full = TRUE))
lymph <- flowDensity(obj=f, channels=c('FSC-A', 'SSC-A'),
position=c(TRUE, FALSE), upper= c(NA, TRUE), debris.gate=c(TRUE, FALSE))
f.lymph <- getflowFrame(lymph)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.