Skip to content
Discussion options

You must be logged in to vote

Full disclosure - there is no perfect way to do this.
From your genome annotations, ArchR knows where the TSS of each gene is located. Of course, some genes may have multiple TSSs but this isnt reflected in TxDb objects and often times a single TSS is reported for each gene symbol.
The end-user controls what is considered the "promoter" region via the promoterRegion argument to addReproduciblePeakSet():
https://www.archrproject.com/reference/addReproduciblePeakSet.html

So if you feel like a peak isnt actually a promoter, its probably just because the start site you are looking at is inconsistent with the start site from your geneAnnotation object. You can confirm this using the getGeneAnn…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rojinsafavi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants