getTSS.Rd
This function gets the transcription start sites (TSSs) as a GRanges object of all genes from the geneAnnotation of a given ArchRProject.
getTSS(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get TSS in ArchRProj
getTSS(proj)
# Get TSS loaded globally
getTSS()