Gene labels to peak markers. #691
-
Hello, Thanks a lot in advance
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for using ArchR. This information should already be present in the
|
Beta Was this translation helpful? Give feedback.
-
Hi! I have a follow-up on a similar topic. I did not use the built-in ArchR function to call peaks, so I believe I am missing the helpful annotation it generates. However, I am specifically interested in knowing The set of peaks used to create each genescore. For example, I want to know the locations of Peak1, Peak2, and Peak3 (along with their corresponding weight/strength) and the gene they link to. Would it be possible to extend the functionality of addGeneScoreMatrix() to accomplish this? Are there any functions that may help already? I am interested in something similar to getPeak2GeneLinks() to compare individual coAccessible elements' contributions to GeneScores. |
Beta Was this translation helpful? Give feedback.
Thanks for using ArchR. This information should already be present in the
GRanges
object of yourpeakSet
which can be accessed usinggetPeakSet()
. For example: