fj_ws_get_samples: Get a list of samples from a flowJo workspace

View source: R/flowJoWorkspace_Methods.R

fj_ws_get_samplesR Documentation

Get a list of samples from a flowJo workspace

Description

Return a data frame of samples contained in a flowJo workspace

Usage

fj_ws_get_samples(x, group_id = NULL)

Arguments

x

A flowjo_workspace

group_id

integer specifies the group from which samples are returned

Details

The samples with 0 populations are excluded. Returns a data.frame of samples in the flowjo_workspace, including their sampleID, name

Value

A data.frame with columns sampleID, name

Examples

      ## Not run: 
        #ws is a flowjo_workspace
        fj_ws_get_samples(ws);
      
## End(Not run)

RGLab/CytoML documentation built on Feb. 1, 2024, 12:34 a.m.