Learn R Programming

ArchR (version 1.0.0)

addPeakSet: Add a peak set to an ArchRProject

Description

This function adds a peak set as a GRanges object to a given ArchRProject.

Usage

addPeakSet(ArchRProj = NULL, peakSet = NULL, force = FALSE)

Arguments

ArchRProj

An ArchRProject object.

peakSet

A GRanges object containing the set of regions that define all peaks in the desired peak set.

force

If a peakSet object has already been added to the given ArchRProject, the value of force determines whether or not to overwrite this peakSet.