addProjectSummary.Rd
This function adds info to the projectSummary of an ArchRProject
addProjectSummary(ArchRProj = NULL, name = NULL, summary = NULL)
An ArchRProject
object.
The name of the summary information to add to the ArchRProject
object.
A vector to add as summary information to the ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Add Project Summary
addProjectSummary(proj, name = "test", summary = "test successful")