getGenes.Rd
This function gets the genes start and end coordinates as a GRanges object from the geneAnnotation of a given ArchRProject.
getGenes(ArchRProj = NULL, symbols = NULL)
# Get Test ArchR Project
proj <- getTestProject()
# Get Genes in ArchRProj
getGenes(proj)
# Get Genes globally
getGenes()