GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
460 stars 199 forks source link

Create method to group bigbed features #1135

Open cmdcolin opened 6 years ago

cmdcolin commented 6 years ago

BigBed gene grouping is sort of difficult since there is no gene hierarchy indicating transcript children, so currently BigBed transcripts of the same gene arent loaded into a single gene glyph

Could add custom grouping by name possibly requiring refetch

cmdcolin commented 5 years ago

Note that biodalliance kind of has a weird approach where their genes track is semi-collapsed by default (same as jbrowse style collapse, except only on a per-gene basis) and then a "+" button on their track label expands all the transcripts from a gene