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