View source: R/Read_&_Write_Data.R
Pull_Directory_List | R Documentation |
Enables easy listing of all sub-directories for use as input library lists in Read10X multi functions.
Pull_Directory_List(base_path)
base_path |
path to the parent directory which contains all of the subdirectories of interest. |
A vector of sub-directories within base_path
.
## Not run:
data_dir <- 'path/to/data/directory'
library_list <- Pull_Directory_List(base_path = data_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.