getChromLengths: Get chromLengths from ArchRProject

getChromLengthsR Documentation

Get chromLengths from ArchRProject

Description

This function gets the chromosome lengths as a vector from the genomeAnnotation of a given ArchRProject.

Usage

getChromLengths(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get chromLengths in ArchRProj
getChromLengths(proj)

# Get chromLengths loaded globally
getChromLengths()


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