getflowFrame: 'CellPopulation' class accessor.

Description Usage Arguments Value Author(s) Examples

Description

an accessor for 'CellPopulation' class to get its 'FlowFrame' object. This will remove all the NA values in the frame.

Usage

1

Arguments

obj

a 'CellPopulation' object.

Value

a 'FlowFrame' object.

Author(s)

Jafar Taghiyar <jtaghiyar@bccrc.ca>

Examples

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)

RGLab/flowDensity documentation built on Sept. 12, 2019, 6:47 a.m.