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