Replies: 2 comments
-
@jeanmonet Check this tutorial on how to do this: https://macs3-project.github.io/MACS/docs/Advanced_Step-by-step_Peak_Calling.html Since you don't have control data, you can use a single value for the whole genome background. In your case, the
Then follow the instruction of computing qscores with bdgcmp and the step to call peaks using |
Beta Was this translation helpful? Give feedback.
-
I was able to achieve this by constructing a PETrackI object using the fragments data (start & stop). BAM --> MACS3 --> PETrackI --> pile-up |
Beta Was this translation helpful? Give feedback.
-
Hi,
The initial peak calling is performed with the following command:
After some filtering, I'm modifying the
sample_treat_pileup.bdg
pileup file (and the fragments file data), and would like to perform peak calling form this intermediary step (the filtered pileup file), instead of filtering the BAMPE file and and performing peak calling on that filtered BAMPE (which would re-build the pile-up, etc.).I am aware of the
bdgpeakcall
command, however it does not perform the model building and peak calling as per the pipeline incallpeak
, so peaks obtained are not the same: ie. performing peak calling on the initial pileup file results in different peaks.Any other way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions