From: Paul S. <pau...@gm...> - 2010-09-17 12:03:09
|
On Thu, Sep 16, 2010 at 8:12 PM, Ian Holmes <ih...@be...> wrote: > > Do you have some such application in mind, or are you just curious about > the implementation decisions behind JBrowse..? > > I'm not sure that it's exactly what you are looking for, but dynamically generated tracks might be one way to implement transformations on wiggle tracks. E.g., log-transform, clip at 50, scale height to current window. I'm thinking of the sorts of things that one can do with user-defined functions in Artemis. Admittedly, generating the images on the fly might take too long on the server to maintain responsiveness. |