cyto_channel_select-GatingSet-method: Select Fluorescent Channel for Compensation Controls -...

Description Usage Arguments Value Author(s) Examples

Description

Select Fluorescent Channel for Compensation Controls - GatingSet Method

Usage

1
2
## S4 method for signature 'GatingSet'
cyto_channel_select(x)

Arguments

x

object of class GatingSet containing compensation controls.

Value

vector of channels in order of GatingSet.

Author(s)

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(CytoRSuiteData)

# Load in samples
fs <- Activation
gs <- GatingSet(fs)

# Select channel for each sample from dropdown menu
cyto_channel_select(gs)

## End(Not run)

DillonHammill/cytoSuite documentation built on March 7, 2019, 10:09 a.m.