View source: R/channel_rename.R
renameFcsFileChannels | R Documentation |
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.
renameFcsFileChannels(dest_path, filenames, channels, suffix = "renamed", verbose = TRUE)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.