-
Beta Was this translation helpful? Give feedback.
Answered by
cmdcolin
Jan 28, 2022
Replies: 1 comment 1 reply
-
this might be due to how you created your bigwig file. jbrowse will display per-base data from bigwig files but some tools automatically create a bin size. for example https://deeptools.readthedocs.io/en/develop/content/tools/bamCoverage.html has a default --binSize of 50 (you can say --binSize 1 to modify it). also i did a little dive into coverage tools here, kind of technical just to see how different tools generate possibly different values https://gist.github.com/cmdcolin/9f677eca28448d8a7c5d6e9917fc56af |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cmdcolin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this might be due to how you created your bigwig file. jbrowse will display per-base data from bigwig files but some tools automatically create a bin size. for example https://deeptools.readthedocs.io/en/develop/content/tools/bamCoverage.html has a default --binSize of 50 (you can say --binSize 1 to modify it). also i did a little dive into coverage tools here, kind of technical just to see how different tools generate possibly different values https://gist.github.com/cmdcolin/9f677eca28448d8a7c5d6e9917fc56af