-
Notifications
You must be signed in to change notification settings - Fork 70
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
hicPlotMatrix --bigwig not at correct position #462
Comments
Implemented with version 3.5. |
I have tested version 3.5. The same problem persists. Here are the examples:
The second version using |
I have tested this, and I generated another error. |
* fixed a bug in hicAdjust remove. the bug was that the bin info was not getting saved to the output matrix file * small cosmetic change * removed a print * fixed #462 * removed a comment * lint * fixed the issue with chr vs '' in chromsome names * fixed start and end regions in getRegion funxtion * removed some print Co-authored-by: Leily Rabbani <[email protected]>
When I use
hicPlotMatrix --bigwig PC1.bw
without--clearMaskedBins
to plot a Hi-C matrix and its A/B compartment track, the position of the bw track is not correct. This only happens when the start of a chromosome is removed (using hicAdjustMatrix). The bw track in the following plot should start at the start of the matrix.Dmel_m50_pearsonMatrix_v10.pdf
The text was updated successfully, but these errors were encountered: