Learn R Programming

flowWorkspace (version 3.12.06)

getKeywords,flowJoWorkspace,character-method: Get Keywords

Description

Retrieve keywords associated with a workspace

Usage

"getKeywords"(obj, y)

Arguments

obj
A flowJoWorkspace
y
ccharacter specifying the sample names

Value

A list of keyword - value pairs.

Details

Retrieve a list of keywords from a flowJoWorkspace

Examples

Run this code
require(flowWorkspaceData)
  d<-system.file("extdata",package="flowWorkspaceData")
  wsfile<-list.files(d,pattern="manual.xml",full=TRUE)
  ws <- openWorkspace(wsfile);

  getSamples(ws)
  getKeywords(ws,"CytoTrol_CytoTrol_1.fcs")

Run the code above in your browser using DataLab