keyword-GatingSet-character-method: Fetch a list of keywords from a GatingSet

keyword,GatingSet,character-methodR Documentation

Fetch a list of keywords from a GatingSet

Description

Return them as a data.table with columns names for the keyword The FIL keyword is renamed to 'name' for sample name consistency No error checking at the moment.

Usage

## S4 method for signature 'GatingSet,character'
keyword(object, keyword)

Arguments

obj

GatingSet

y

the keywords to be returned

Examples

library(flowWorkspace)
dataDir <- system.file("extdata",package="flowWorkspaceData")
suppressMessages(gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE)))
keyword(gs, c("TUBE NAME", "EXPERIMENT NAME"))

RGLab/cytoUtils documentation built on Jan. 31, 2024, 11:26 p.m.