This function gets the genomeAnnotation from a given ArchRProject.

getGenomeAnnotation(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Genome Annotation in ArchRProj
getGenomeAnnotation(proj)

# Get Genome Annotation loaded globally
getGenomeAnnotation()