powered by
Enables easy listing of all sub-directories for use as input library lists in Read10X multi functions.
Pull_Directory_List(base_path)
A vector of sub-directories within base_path.
base_path
path to the parent directory which contains all of the subdirectories of interest.
if (FALSE) { data_dir <- 'path/to/data/directory' library_list <- Pull_Directory_List(base_path = data_dir) }
Run the code above in your browser using DataLab