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