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

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()