getPeakAnnotation.Rd
This function gets a peakAnnotation from a given ArchRProject.
getPeakAnnotation(ArchRProj = NULL, name = NULL)
An ArchRProject object.
ArchRProject
The name of the peakAnnotation object (i.e. Motifs) to retrieve from the designated ArchRProject.
peakAnnotation
# Get Test ArchR Project proj <- getTestProject() # Get Peak Annotations peakAnno <- getPeakAnnotation(proj)