This function gets the geneAnnotation from a given ArchRProject

getGeneAnnotation(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Gene Annotation in ArchRProj
getGeneAnnotation(proj)

# Get Gene Annotation loaded globally
getGeneAnnotation()