You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for this wonderful package that helped me a lot to visualize my chip-seq data.
Now I have no idea why the plot shows the broken peak as shown in the figure. My bigwig file was produced by deeptools bamcoverage with binsize 10 and smooth 30. Does it result from the big binsize? I guess not, because previously, I tried with another peak visualizing package, BioSeqUtils, https://github.com/junjunlab/BioSeqUtils, which gave me the non-broken plot.
Thank you!
The text was updated successfully, but these errors were encountered:
Dear @wangxu1990, this is a known bug/phenomenon of plotting many small "bars" (essentially lines) next to each other. The geom_coverage functions do not plot a continuous horizon like graph, but each bar separately. If you have many tiny bars, the png plotting device tries to interpolate the observed thousands of bars to fewer dominant ones, and the interlacing (merging points together) produces these stripes as an artifact.
Needs to be handled somehow in nex releases. You can try to bin your data und reduce the number of vertical bars until a fix is out.
Hi, thank you for this wonderful package that helped me a lot to visualize my chip-seq data.
![Image](https://private-user-images.githubusercontent.com/34343475/408718344-285bf41e-aafb-4878-82d0-a8fbf877403d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDIwNDIsIm5iZiI6MTczOTA0MTc0MiwicGF0aCI6Ii8zNDM0MzQ3NS80MDg3MTgzNDQtMjg1YmY0MWUtYWFmYi00ODc4LTgyZDAtYThmYmY4Nzc0MDNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE5MDkwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyMDBiNmVlM2ExYmYxNTJhZTE4MzQ3MDUzZGE1YmMyNGNkN2NiMDY3OWYxZDU4MDlhMDYxZjhkMmVmZjY4MTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YLXE4vUjbMWEPdV0HHgCZgTqtGIvbG2VD5COPE5tecs)
Now I have no idea why the plot shows the broken peak as shown in the figure. My bigwig file was produced by deeptools bamcoverage with binsize 10 and smooth 30. Does it result from the big binsize? I guess not, because previously, I tried with another peak visualizing package, BioSeqUtils, https://github.com/junjunlab/BioSeqUtils, which gave me the non-broken plot.
Thank you!
The text was updated successfully, but these errors were encountered: