getflowFrame | R Documentation |
an accessor for 'CellPopulation' class to get its 'FlowFrame' object. This will remove all the NA values in the frame.
getflowFrame(obj)
obj |
a 'CellPopulation' object. |
a 'FlowFrame' object.
Jafar Taghiyar <jtaghiyar@bccrc.ca>
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, NA))
f.lymph <- getflowFrame(lymph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.