Description Usage Arguments Value
View source: R/01_AlignChannels.R
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.
1 | GetChannelsAndMarkers(fcs_paths, verbose = TRUE)
|
fcs_paths |
string vector: paths to FCS files |
verbose |
logical value: whether progress messages should be printed during execution |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.