Skip to content
Prev 12934 / 21307 Next

[Bioc-devel] IGV - a new package in preparation

Thanks, Michael.

httpuv, to which Hector made crucial contributions, makes it easy to send data directly between R and the browser, using websockets.   I resort to files, however, because when the data, rendered as json, exceeds 500k, the websocket hangs.  I never identified the weak spot.   Some Juypter developers recently had good luck with binary websocket data exchange.  I am cautious, though, about pushing limits and using the latest websocket extension, and found the fallback to local files quite adequate for now.

I?ll look at ucsc.R.

- Paul