eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
287 stars 72 forks source link

Basic feature labeling #34

Open eweitz opened 8 years ago

eweitz commented 8 years ago

Support labeling for features like genes or small variants. For example, in an ideogram with a basic annotation showing the location of gene BRCA1, add an option to display the label "BRCA1" next to the annotation.

aarondack commented 7 years ago

@eweitz Is this something that is under active development? I would definitely be interested in this feature, as well as maybe a description that could go with the label. Let me know if you need anybody to work on this, I'd be open to it.

eweitz commented 7 years ago

@adack123, this feature is not under active development. If would you like to work on it, that would be great!

Just so you're aware, Ideogram.js is undergoing a transition to use ES6 exports and classes. Details are in #70 and development is in eweitz:es6-export. Nevertheless, I recommend branching off the current pre-ES6 version in eweitz:master. I will take care of merging any of your work into the ES6 version if that work lands before yours.