GetMultiFCSNames: GetMultiFCSNames

View source: R/load-from-FCS.R

GetMultiFCSNamesR Documentation

GetMultiFCSNames

Description

GetFCSNames returns the FCS file names as a list from a given folder, that contains subfolders corresponding to each timepoint.

Usage

GetMultiFCSNames(folder, sort = TRUE)

Arguments

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

Value

List with each member containing a vector with the file paths of FCS files found in the given subfolder

Examples

folder <- "Desktop/FCS_Files"
GetMultiFCSNames(folder, sort = TRUE)

zunderlab/FLOWMAP documentation built on Sept. 7, 2024, 6:31 p.m.