This function gets the peak annotation positions (i.e. Motifs) from a given ArchRProject.

getPositions(ArchRProj = NULL, name = NULL, annoName = NULL)

Arguments

ArchRProj

An ArchRProject object.

name

The name of the peakAnnotation object (i.e. Motifs) to retrieve from the designated ArchRProject.

annoName

The name of a specific annotation to subset within the peakAnnotation.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Annotation Positions
positions <- getPositions(proj)