getGenome.Rd
This function gets the name of the genome from the genomeAnnotation used by a given ArchRProject.
getGenome(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get Genome in ArchRProj
getGenome(proj)
# Get Genome loaded globally
getGenome()