cyto_markers: Assign marker names to flowFrame or flowSet

Description Usage Arguments Value Author(s) Examples

View source: R/helper-functions.R

Description

cyto_markers opens an editable table containing a list of channels and markers for a flowFrame or flowSet. Users can edit the name or desc columns with updated channel names or marker names respectively. These entries will be updated in the flowFrame or flowSet upon closing the window and saved to a "Experiment-markers.csv" file for future use.

Usage

1

Arguments

x

object of class flowFrame or flowSet.

file

name of csv file containing columns 'Channel' and 'Marker'.

Value

NULL and update marker names of x.

Author(s)

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

Examples

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

# Load in samples
fs <- Activation

# Add marker names to channels - edit table
cyto_markers(fs)

## End(Not run)

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