Pull_Directory_List {scCustomize} | R Documentation |
Pull Directory List
Description
Enables easy listing of all sub-directories for use as input library lists in Read10X multi functions.
Usage
Pull_Directory_List(base_path)
Arguments
base_path |
path to the parent directory which contains all of the subdirectories of interest. |
Value
A vector of sub-directories within base_path
.
Examples
## Not run:
data_dir <- 'path/to/data/directory'
library_list <- Pull_Directory_List(base_path = data_dir)
## End(Not run)
[Package scCustomize version 2.1.2 Index]