getMatches.Rd
This function gets peak annotation matches from a given ArchRProject. The peaks in the returned object are in the
same order as the peaks returned by getPeakSet()
.
getMatches(ArchRProj = NULL, name = NULL, annoName = NULL)
# Get Test ArchR Project
proj <- getTestProject()
# Get Annotation Matches
matches <- getMatches(proj)