View source: R/AnnotationPeaks.R
getMatches | R Documentation |
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)
ArchRProj |
An |
name |
The name of the |
annoName |
The name of a specific annotation to subset within the |
# Get Test ArchR Project
proj <- getTestProject()
# Get Annotation Matches
matches <- getMatches(proj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.