Learn R Programming

flowWorkspace (version 3.16.0)

getSamples,flowJoWorkspace-method: Get a list of samples from a flowJo workspace

Description

Return a data frame of samples contained in a flowJo workspace

Usage

"getSamples"(x, sampNloc = "keyword")

Arguments

x
A flowJoWorkspace
sampNloc
character either "keyword" or "sampleNode". see parseWorkspace

Value

A data.frame with columns sampleID, name, and compID if x is a flowJoWorkspace.

Details

Returns a data.frame of samples in the flowJoWorkspace, including their sampleID, name, and compID (compensation matrix ID).

Examples

Run this code
## Not run: 
#         #ws is a flowJoWorkspace
#         getSamples(ws);
#       ## End(Not run)

Run the code above in your browser using DataLab