find10XoutputFolders: Find 'Outs' Subdirectories in Specified Subdirectories

View source: R/Seurat.Utils.R

find10XoutputFoldersR Documentation

Find 'Outs' Subdirectories in Specified Subdirectories

Description

This function searches through specified subdirectories within a root directory to find all subdirectories named 'outs' and returns a character vector with their full paths.

Usage

find10XoutputFolders(root_dir, subdir, recursive = TRUE)

Arguments

root_dir

The root directory.

subdir

A character vector of subdirectory names within the root directory to be scanned.

recursive

Boolean indicating whether to search recursively within subdirectories.

Value

A character vector containing the full paths to the 'outs' subdirectories.


vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.