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

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