getProjectSummary.Rd
This function prints the projectSummary from an ArchRProject
getProjectSummary(ArchRProj = NULL, returnSummary = FALSE)
An ArchRProject
object.
A boolean value indicating whether to return a summary of the ArchRProject
or to just print the summary.
# Get Test ArchR Project
proj <- getTestProject()
# Get Project Summary
getProjectSummary(proj)