getChromSizes: Get chromSizes from ArchRProject

getChromSizesR Documentation

Get chromSizes from ArchRProject

Description

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

Usage

getChromSizes(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get chromSizes in ArchRProj
getChromSizes(proj)

# Get chromSizes loaded globally
getChromSizes()


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