SaveClustersToFCS {FlowSOM}R Documentation

Write FlowSOM clustering results to the original FCS files

Description

Write FlowSOM clustering results to the original FCS files

Usage

SaveClustersToFCS(
  fsom,
  original_files,
  pp_files = original_files,
  selection_files = NULL,
  silent = FALSE
)

Arguments

fsom

FlowSOM object as generated by BuildSOM

original_files

FCS files that should be extended

pp_files

FCS files that correspond to the input of FlowSOM

selection_files

Files indicating which cells of the original files correspond to the input files

silent

If FALSE (default), print some extra output

Value

Saves the extended fcs file as [originalName]_FlowSOM.fcs


[Package FlowSOM version 1.22.0 Index]