This function gets the name of the genome from the genomeAnnotation used by a given ArchRProject.

getGenome(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Genome in ArchRProj
getGenome(proj)

# Get Genome loaded globally
getGenome()