addPeakSet | R Documentation |
This function adds a peak set as a GRanges object to a given ArchRProject.
addPeakSet(
ArchRProj = NULL,
peakSet = NULL,
genomeAnnotation = getGenomeAnnotation(ArchRProj),
force = FALSE
)
ArchRProj |
An |
peakSet |
A |
genomeAnnotation |
The genomeAnnotation (see |
force |
If a |
# Get Test ArchR Project
proj <- getTestProject()
# Add PeakSet
addPeakSet(proj, peakSet = getPeakSet(proj), force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.