pileup.js
pileup.js copied to clipboard
Add support for bigWig
We already support bigBed. Adding support for bigWig shouldn't be hard.
cc @gibiansky
General outline for implementing this:
- Create
src/main/BigWig.jsandsrc/test/BigWig-test.js, modeled afterBigBed.jsandBigBed-test.js - Create
src/main/BigWigDataSource.js, modeled aftersrc/main/BigBedDataSource.js - Create a visualization.
Steps 2 & 3 are mostly trivial. Hopefully step 1 isn't too bad since we already have code in place for parsing "bbi", i.e the commonalities between bigbed and bigwig.
@gibiansky just wanted to check in on this. Did you get a chance to play around with a bigwig parser?
@danvk No, not yet.