GetFCSNames: GetFCSNames

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

GetFCSNamesR Documentation

GetFCSNames

Description

GetFCSNames returns the FCS file names from a given folder.

Usage

GetFCSNames(folder, sort = TRUE)

Arguments

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

Value

Vector with the file paths of FCS files found in the given folder

Examples

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

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