VALIS-software / VALIS-frontend

A tool for visualizing and analyzing life science data.
MIT License
0 stars 1 forks source link

Self-hosted Genome Browser #274

Closed haxiomic closed 5 years ago

haxiomic commented 6 years ago
saliksyed commented 6 years ago

@haxiomic This looks great ... I added bigwig as a format. Bigwig natively supports downsampling so we may be able to use it directly.

One task that I would add that is pretty important is generating a few really high quality source code examples. I think it would be amazing if people start adding new track visualization types -- this is where we can really establish a stronghold because of the WebGL based architecture that enables completely new capabilities.

saliksyed commented 6 years ago

Another point we'll want to take a look at is building a very simple UX for when you click elements. The browser should basically just display a data table with all the key value pairs, and optionally raw data of the JSON blob associated with the annotation.

haxiomic commented 6 years ago

Thanks for your feedback @saliksyed, I've added tasks for a custom visualizations API and source code examples

I like the idea of a minimal UX for basic interactions. I think we should make this easy to override so the embedder can implement their own