getPositions.Rd
This function gets the peak annotation positions (i.e. Motifs) from a given ArchRProject.
getPositions(ArchRProj = NULL, name = NULL, annoName = NULL)
# Get Test ArchR Project
proj <- getTestProject()
# Get Annotation Positions
positions <- getPositions(proj)