getChromLengths | R Documentation |
This function gets the chromosome lengths as a vector from the genomeAnnotation of a given ArchRProject.
getChromLengths(ArchRProj = NULL)
ArchRProj |
An |
# Get Test ArchR Project
proj <- getTestProject()
# Get chromLengths in ArchRProj
getChromLengths(proj)
# Get chromLengths loaded globally
getChromLengths()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.