getOutputDirectory.Rd
This function gets the outputDirectory from a given ArchRProject. If null this returns "QualityControl" directory.
getOutputDirectory(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get Output Directory
getOutputDirectory(proj)