Results 632 comments of Colin Diesh
trafficstars

It is difficult to say what the ultimate solution is! I do like the dev experience of simply "include x-data-grid, and it works" but perhaps instructing users to import a...

I ended up going on a code bender and instead of a 'delay', i sort of just disabled the onMouseLeave callback. this tends to have an effect that feels pretty...

I had done some testing with visualizing the MAF format here https://github.com/cmdcolin/mafviewer It seemed useful in that case to have a preprocessing step to convert the MAF into a BED...

For a coarse overview of conservation score, you can just use phastCons or phyloP which are just a bigwig http://hgdownload.cse.ucsc.edu/goldenPath/hg19/phyloP100way/ http://hgdownload.cse.ucsc.edu/goldenpath/hg19/phastCons100way/ just mentioning because the title mentions conservation score. the...

there is a dead link in the github README on imgur now too

might want to have this looked at/implemented as a pre-requisite [#2158](https://github.com/GMOD/jbrowse-components/issues/2158)

I'll close this for now, if there is interest we can refer back

Just as a data point, rendering a ~7MB region of grape vs peach synteny with the genes track loaded slows down stuff pretty significantly with SVG ![localhost_3000__config=test_data%2Fconfig_synteny_grape_peach json session=local-Afiay0eI1](https://user-images.githubusercontent.com/6511937/111683657-2825b400-87fc-11eb-816c-4e375e09eb1a.png)

would be nice to be able to be zippy even at this scale, as sometimes large scale synteny patterns need that type of scale. the gene track doesn't have to...

probably labels will be rendered client side they will use an overlay canvas sort of similar to mouse overs possible enhancements add separate negative and positive strand genes (e.g. request...