cytoflowgui.view_plugins.export_fcs#

Exports FCS files from after this operation. Only really useful if you’ve done a calibration step or created derivative channels using the ratio option. As you set the options, the main plot shows a table of the files that will be created.

Base
The prefix of the FCS file names
By

A list of metadata attributes to aggregate the data before exporting. For example, if the experiment has two pieces of metadata, Time and Dox, setting By to ["Time", "Dox"] will export one file for each subset of the data with a unique combination of Time and Dox.

Keywords

If you want to add more keywords to the FCS files’ TEXT segment, specify them here.

Export...

Choose a folder and export the FCS files.

class cytoflowgui.view_plugins.export_fcs.ExportFCSHandler(*args: Any, **kwargs: Any)[source]#

Bases: ViewHandler

export = <traits.trait_types.Event object>#
class cytoflowgui.view_plugins.export_fcs.ExportFCSPlugin[source]#

Bases: Plugin, PluginHelpMixin

view_id = 'cytoflow.view.exportfcs'#
short_name = 'Export'#
get_view()[source]#
get_handler(model, context)[source]#
get_icon()[source]#