Table Editor for Channel Match File Construction

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

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

Examples

if (FALSE) { # Load in CytoExploreRData to access data library(CytoExploreR) # Generate channel match file for compensation controls cyto_channel_match(Compensation) }