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

getOutputDirectory(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Output Directory
getOutputDirectory(proj)