keyword-methods {flowCore}R Documentation

Methods to retrieve keywords of a flowFrame

Description

Accessor methods for items in the description slot (usually the items of a FCS file header). It lists the keyword and its values for a flowFrame.

Usage

keyword(object, keyword)

Arguments

object Object of class flowFrame.
keyword character vector or list of potential keywords. If missing the methods return all the keywords

Author(s)

N. LeMeur

Examples

 samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore"))
 keyword(samp)

 keyword(samp,"FCSversion")


[Package flowCore version 1.0.2 Index]