getBlacklist.Rd
This function gets the blacklist (the regions to be excluded from analysis) as a GRanges object from the genomeAnnotation of a given ArchRProject.
getBlacklist(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Get Blacklist in ArchRProj
getBlacklist(proj)
# Get Blacklist loaded globally
getBlacklist()