keyword-methods {flowCore} | R Documentation |
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.
keyword(object, keyword)
object |
Object of class flowFrame . |
keyword |
character vector or list of potential keywords. If missing the methods return all the keywords |
N. LeMeur
samp <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore")) keyword(samp) keyword(samp,"FCSversion")