R/cyto_channels-helpers.R
cyto_channel_match.Rd
Table Editor for Channel Match File Construction
cyto_channel_match(x, save_as = NULL, menu = TRUE)
x | |
---|---|
save_as | name to use for the saved channel match csv file, set to
|
menu | logical indicating whether channels should be selected from a drop down menu instead of manually typing them in. |
update cyto_details
of flowSet
or GatingSet
,
write channel matching to csv file and return channel matching as a
data.frame.
Dillon Hammill, Dillon.Hammill@anu.edu.au
if (FALSE) { # Load in CytoExploreRData to access data library(CytoExploreR) # Generate channel match file for compensation controls cyto_channel_match(Compensation) }