getPeakAnnotation: Get peakAnnotation from an ArchRProject

View source: R/AnnotationPeaks.R

getPeakAnnotationR Documentation

Get peakAnnotation from an ArchRProject

Description

This function gets a peakAnnotation from a given ArchRProject.

Usage

getPeakAnnotation(ArchRProj = NULL, name = NULL)

Arguments

ArchRProj

An ArchRProject object.

name

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

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Peak Annotations
peakAnno <- getPeakAnnotation(proj)


GreenleafLab/ArchR documentation built on Feb. 21, 2025, 3:05 p.m.