View source: R/load-from-FCS.R
GetFCSNames | R Documentation |
GetFCSNames
returns the FCS file names from a given folder.
GetFCSNames(folder, sort = TRUE)
folder |
the full path for a folder that contains subfolders, each containing the FCS files from a specific timepoint to be used |
sort |
Logical specifying whether FCS files should be sorted in alphanumeric order |
Vector with the file paths of FCS files found in the given folder
folder <- "Desktop/FCS_Files"
GetFCSNames(folder, sort = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.