Merge peaks from a subset of cell types using iterative overlap #2007
Unanswered
Dazcam
asked this question in
Questions / Documentation
Replies: 1 comment
-
Create a new column in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have run the
ArchR
pipeline up until the peak calling stage on a dataset derived from brain tissue and I'm looking to generate a merged peak set similar to the union peak set generated for all cell types, but only for a subset of the cell types (i.e. the neuronal cell types). In effect, I'm looking to merge the cell specific neuronal peak sets (saved in thePeakCalls
directory). I would normally use something like bedtools or bedops for this but would like to use the iterative overlap method described in theArchR
docs if possible.Note that I don't want to replace the original union peak set stored in the
ArchR
object, just to create a new peak set in thePeakCalls
directory for all peaks detected in neurones.Is there a function / method available to do this within
ArchR
?Many Thanks.
Beta Was this translation helpful? Give feedback.
All reactions