Andrew Olson
Andrew Olson
I would like to embed a browser configured with data sources from local javascript objects. Is something like this possible? ``` var features = [ {chr: '1', start: 123, end:...
Currently, features and their labels in bed-based tiers are drawn on separate lines. This can lead to very large tiers in the browser where you can't compare tiers easily. Have...
This pull request modifies memstore to accept pre-parsed bed, wig, vcf data provided they validate against a corresponding schema. This resolves #174 but also includes other things that I have...
There are many cram formatted files in the track hub registry (e.g., http://trackhubregistry.org/search/view_trackhub/AVrIY24vpL2YcDCmVC0g) I don't know anything about the cram format, so I'm hoping you have plans to support this...
I have a browser instance displaying annotations on individual contigs, but I'd like to do on-the-fly coordinate system mapping to the chromosome level pseudomolecules once they are defined. There may...