-
Notifications
You must be signed in to change notification settings - Fork 2
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
Count based on narrowPeak score #34
Comments
@nleroy917 Per our discussion, it appears that this was not quite working as desired. Could you post some examples for later troubleshooting? |
Yes, I've tried as best I could to isolate all this to a github repo here: https://github.com/nleroy917/uniwig-test/blob/master/README.md |
Some additional information:I made a smaller narrowPeak, extracting some of the "problem areas". smaller narrowPeak
Looking at a few workflows:narrowPeak -> bw (all gtars) It appears that the wig and bedGraph files being produced by gtars are good/make sense and the kent tools are converting to bw where, in IGV, they make sense visually. example output bedGraph (via gtars)
command used (for gtars):
Next steps:Need to use bigtools and see if a parameter is incorrectly set that could be causing this discrepancy. |
Interestingly, I was curious why this conversion seems to be working for our recently included Example command:
So streaming bedGraph input seems to be working (and leaving the zoom to default). There was also a previous discussion in this bigtools issue discussing zoomlevels and singlepass vs multipass: jackh726/bigtools#63 This led me to also consider trying single pass mode while passing a bedGraph file (not using stdin), this also appears to provide a bw file in IGV that is expected, while adding a zoom level appears to cause issues, using default multipass mode with zoom=1 also works but all other zooms (including the default z=10) shows dicrepancy: Recommendations
|
Currently, we count overlaps in uniwig, but what if we could weigh the counts based on the associated score within a
narrowPeak
file?The text was updated successfully, but these errors were encountered: