renameFcsFileChannels: Rename channels in set of FCS files.

View source: R/channel_rename.R

renameFcsFileChannelsR Documentation

Rename channels in set of FCS files.

Description

Given a list of FCS files and a channel rename data frame, import each of the files, rename their channel names and descriptions, and export them as a new file.

Usage

renameFcsFileChannels(dest_path, filenames, channels, suffix = "renamed",
  verbose = TRUE)

Arguments

dest_path

Directory where new FCS files are exported.

filenames

List of FCS file names.

channels

Channel rename data frame.

suffix

New FCS file suffix.

verbose

If TRUE, script will report progress to console.


dtelad11/cytutils documentation built on Sept. 1, 2022, 2:45 p.m.