parameters {flowCore}R Documentation

Methods to retrieve FCS parameters from a flowFrame

Description

Accessor methods for items in the parameters slot of class the AnnotatedDataFrame of a flowFrame object or from a filter definition. It lists the parameters and its values for a flowFrame or a filter.

Usage

parameters(object)

Arguments

object Object of class flowFrame.

Author(s)

N. Le Meur

Examples

 samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore"))
 parameters(samp)
 print(samp@parameters@data)

[Package flowCore version 1.0.2 Index]