getSamples,flowJoWorkspace-method {CytoML}R Documentation

Get a list of samples from a flowJo workspace

Description

Return a data frame of samples contained in a flowJo workspace

Usage

## S4 method for signature 'flowJoWorkspace'
getSamples(x, sampNloc = "keyword")

Arguments

x

A flowJoWorkspace

sampNloc

character either "keyword" or "sampleNode". see parseWorkspace

Details

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

Value

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

Examples

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

[Package CytoML version 1.10.0 Index]