getflowFrame: 'CellPopulation' class accessor.

getflowFrameR Documentation

'CellPopulation' class accessor.

Description

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

Usage

	getflowFrame(obj)

Arguments

obj

a 'CellPopulation' object.

Value

a 'FlowFrame' object.

Author(s)

Jafar Taghiyar <jtaghiyar@bccrc.ca>

Examples


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)

mehrnoushmalek/flowDensity documentation built on Oct. 31, 2023, 1:27 a.m.