getOutputDirectory: Get outputDirectory from an ArchRProject

View source: R/ProjectMethods.R

getOutputDirectoryR Documentation

Get outputDirectory from an ArchRProject

Description

This function gets the outputDirectory from a given ArchRProject. If null this returns "QualityControl" directory.

Usage

getOutputDirectory(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Output Directory
getOutputDirectory(proj)


GreenleafLab/ArchR documentation built on Feb. 21, 2025, 3:05 p.m.