save macs2 fold enrichment signal value in summits#1493
save macs2 fold enrichment signal value in summits#1493badoi wants to merge 19 commits intoGreenleafLab:release_1.0.2from
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
.rdsfile for downstream uses.