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
bigwig-nim includes a command-line tool distributed as a static binary. It supports converting
8
+
bed to bigwig and bigwig to bed and extracting stats (mean, coverage, etc) for regions in a bigwig.
9
+
10
+
There are other tools to do this, including [kentTools](https://hgwdev.gi.ucsc.edu/~kent/src/) which has a more restrictive license and does not supported (b)gzipped input and [bwtools](https://github.com/CRG-Barcelona/bwtool) which seems to provide similar functionality (but I am not able to build it).
11
+
12
+
13
+
### view
14
+
15
+
To convert a bed with the value in the 4th column to bigwig, use:
0 commit comments