-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save macs2 fold enrichment signal value in summits #1493
base: release_1.0.2
Are you sure you want to change the base?
Conversation
Remove issue reports for feature requests and documentation. These have been moved to discussions
change which file to read, grab from narrowPeak file and get equivalent columns of what otherwise would be the summits file, Summits score is 1/10th of narrowPeak score, based on macs2 documentation. To get summits from narrowPeak, add the summit offset in column 10 to the start and end coordinates.
I finished trying this version of the peak calling + reproducible peak clustering and completed without any errors. Shouldn't change underlying peak calling by grabbing the replicate summits from |
as implemented in #1493 but putting these commits on `release_1.0.2` instead of master
Thanks for this suggestion. |
That makes sense. The https://github.com/macs3-project/MACS/blob/master/docs/callpeak.md#output-files says they should be the same, but on my files, I found the scores in |
@badoi - The scores arent precisely the same in my hands (same approximate values, different decimal precision). But that doesnt appear to affect the downstream reproducible peak set in any noticeable way. Can you describe the downstream uses that this change enables just so that I can contextualize it? |
Thanks Ryan! I'm working on identifying which metrics of open chromatin that are comparable across bulk ATAC, pseudo-bulk ATAC, and single-cell aggregated peak accessibility--especially for the ML sequence prediction models. The |
Currently, the narrowPeak signal value at the summit isn't saved, and this quick fix allows this metric to be added to the replicate summits
.rds
file for downstream uses.