promoter peak #631
-
Hello @jgranja24 @rcorces , if you could clarify/correct me. thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Full disclosure - there is no perfect way to do this. 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 |
Beta Was this translation helpful? Give feedback.
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 toaddReproduciblePeakSet()
: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 thegetGeneAnn…