Dan Vanderkam

Results 337 comments of Dan Vanderkam

Can you say more about why you'd want to do this in the pileup view, as opposed to via CQL: > annotations:gene_names = 'KMT2D'

@armish Is this done now?

Here's what I see in the logs: ``` 2015-06-17 13:45:13,846 - cycledash - ERROR - Internal Error Traceback (most recent call last): File "/home/cycledash/cycledash/venv/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv =...

Is this information available from the VCF file?

My 2¢: "contig" is more general and more correct, but 99% of the time people are going to be dealing with true chromosomes, particularly when they're working with human DNA....

The thought here is to have a "view pileup" button/icon appear to the left of the chromosome & position when you hover over a row.

This winds up being surprisingly tricky to handle in the `VisualizationWrapper` layer (where we'd like to handle it). We want to catch `dblclick` events, but not interfere with the Track's...

FYI, if you tear down the pileup and recreate it, make sure you re-use the track sources. This will preserve cached data.

Some notes from doing a [custom build](https://github.com/mbostock/smash/wiki) of D3: - scale.linear alone is 24k minified - behavior.drag alone is 15k minified - format alone is 12k minified - all together...

It should be a widget — options like range could be set interactively.