This function prints the projectSummary from an ArchRProject

getProjectSummary(ArchRProj = NULL, returnSummary = FALSE)

Arguments

ArchRProj

An ArchRProject object.

returnSummary

A boolean value indicating whether to return a summary of the ArchRProject or to just print the summary.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Project Summary
getProjectSummary(proj)