| getflowFrame {flowDensity} | 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, FALSE), upper= c(NA, TRUE), debris.gate=c(TRUE, FALSE))
f.lymph <- getflowFrame(lymph)