Learn R Programming

scCustomize (version 3.0.1)

Pull_Directory_List: 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)

Value

A vector of sub-directories within base_path.

Arguments

base_path

path to the parent directory which contains all of the subdirectories of interest.

Examples

Run this code
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