getChromSizes.Rd
This function gets the chromosome lengths as a GRanges object from the genomeAnnotation of a given ArchRProject.
getChromSizes(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get chromSizes in ArchRProj
getChromSizes(proj)
# Get chromSizes loaded globally
getChromSizes()