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.
cyto_markers(x, file = NULL)
x | object of class |
---|---|
file | name of csv file containing columns 'Channel' and 'Marker'. |
NULL and update marker names of x
.
# NOT RUN { library(CytoRSuiteData) # Load in samples fs <- Activation # Add marker names to channels - edit table cyto_markers(fs) # }