getGenomeAnnotation.Rd
This function gets the genomeAnnotation from a given ArchRProject.
getGenomeAnnotation(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get Genome Annotation in ArchRProj
getGenomeAnnotation(proj)
# Get Genome Annotation loaded globally
getGenomeAnnotation()