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