cyto_details_edit: Interactively edit cyto_details for a flowSet or GatingSet

View source: R/cyto-helpers.R

cyto_details_editR Documentation

Interactively edit cyto_details for a flowSet or GatingSet

Description

Interactively edit cyto_details for a flowSet or GatingSet

Usage

cyto_details_edit(x, file = NULL, ...)

Arguments

x

object of class flowSet or GatingSet.

file

name of csv file containing experimental information.

...

additional arguments passed to data_editor.

Value

NULL and return flowSet or GatingSet with updated experimental details.

Author(s)

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

Examples

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

# Load in samples
fs <- Activation

# Edit cyto_details in table editor
cyto_details_edit(fs)

## End(Not run)


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