SaveClustersToFCS: Write FlowSOM clustering results to the original FCS files

Description Usage Arguments Value

View source: R/2_buildSOM.R

Description

Write FlowSOM clustering results to the original FCS files

Usage

1
2
3
4
5
6
7
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


FlowSOM documentation built on Nov. 8, 2020, 6:40 p.m.