cyto_markers_edit | R Documentation |
cyto_markers_edit
opens an editable table containing a list of
channels and markers for a flowFrame
,
flowSet
,
GatingSet
or
GatingSet
. Users can edit the
name
or desc
columns with updated channel names or marker names
respectively. These entries will be updated in the x
upon closing the
window and saved to a "Experiment-markers.csv" file for future use.
cyto_markers_edit(x, file = NULL, ...)
x |
object of class |
file |
name of csv file containing columns 'channel' and 'marker'. |
... |
additional arguments passed to |
save inputs to "Experiment-Markers.csv" and returns updated samples.
Dillon Hammill, Dillon.Hammill@anu.edu.au
## Not run: # Load in CytoExploreRData to access data library(CytoExploreRData) # Load in samples fs <- Activation # Add marker names to channels - edit table fs <- cyto_markers_edit(fs) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.