cyto_channel_match: Table Editor for Channel Match File Construction

View source: R/cyto_channels-helpers.R

cyto_channel_matchR Documentation

Table Editor for Channel Match File Construction

Description

Table Editor for Channel Match File Construction

Usage

cyto_channel_match(x, save_as = NULL, menu = TRUE)

Arguments

x

object of flowSet or GatingSet.

save_as

name to use for the saved channel match csv file, set to "date-Channel-Match.csv".

menu

logical indicating whether channels should be selected from a drop down menu instead of manually typing them in.

Value

update cyto_details of flowSet or GatingSet, write channel matching to csv file and return channel matching as a data.frame.

Author(s)

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

Examples

## Not run: 
# Load in CytoExploreRData to access data
library(CytoExploreR)

# Generate channel match file for compensation controls
cyto_channel_match(Compensation)

## End(Not run)


DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.