GetChannelsAndMarkers: Extract channel and marker names from a collection of FCS...

Description Usage Arguments Value

View source: R/01_AlignChannels.R

Description

For a collection of FCS files from one experiment (same panel), this function extracts names of channels and markers associated with them, as well as identifying possible mismatches or unmatched parameters that are not present in all files.

Usage

1
GetChannelsAndMarkers(fcs_paths, verbose = TRUE)

Arguments

fcs_paths

string vector: paths to FCS files

verbose

logical value: whether progress messages should be printed during execution

Value

list with slots markers, channels, pairs (string representation of how markers and channels are matched) and idcs.mismatches (which parameters are mismatched across the different files).


davnovak/SingleBench documentation built on Dec. 19, 2021, 9:10 p.m.