BigWig Helper Classes

class BWTotalSummary(byteBuffer)

bigwig/bwTotalSummary.js

BWTotalSummary.prototype.updateStats(stats)

bigwig/bwTotalSummary.js

class BPTree(binaryParser, treeOffset)

bigwig/bwBPTree.js

class BWSource(config)

bigwig/bwSource.js

BWSource.prototype.getFeatures(chr, bpStart, bpEnd, bpPerPixel)

bigwig/bwSource.js

class RPTree(fileOffset, contentLength, config, littleEndian)

bigwig/bwRPTree.js

RPTree.prototype.load()

bigwig/bwRPTree.js

RPTree.prototype.readNode(filePosition, bufferedReader)

bigwig/bwRPTree.js

RPTree.prototype.findLeafItemsOverlapping(chrIdx, startBase, endBase)

bigwig/bwRPTree.js