|
| 1 | + G E N E V I E W E R - 0.2.0 |
| 2 | + a GWT composite for visualization gene models. |
| 3 | + |
| 4 | + ////////////////////////////////////////////////////////////////////////////// |
| 5 | + |
| 6 | + License MIT (see included LICENSE) |
| 7 | + Original Author Ümit Seren |
| 8 | + |
| 9 | + |
| 10 | + Web Site - |
| 11 | + Github Repo. https://github.com/timeu/processing-js-gwt |
| 12 | + Bug Tracking - |
| 13 | + Test Suite - |
| 14 | + |
| 15 | + |
| 16 | + ////////////////////////////////////////////////////////////////////////////// |
| 17 | + |
| 18 | + ACKNOWLEDGMENT & THIRD PARTY LIBRARIES |
| 19 | + |
| 20 | + - processing.js by John Resig (http://processingjs.org) |
| 21 | + - Google Web Toolkit (GWT) by Google (http://code.google.com/webtoolkit/) |
| 22 | + - jbrowse by GMOD (http://jbrowse.org) |
| 23 | + |
| 24 | + |
| 25 | + ////////////////////////////////////////////////////////////////////////////// |
| 26 | + |
| 27 | + INTRODUCTION |
| 28 | + |
| 29 | + Geneviewer is a simple Google Web Toolkit (GWT) widget for displaying gene models. |
| 30 | + It uses the processing.js library to visualize the genes on a HTML5 canvas element. |
| 31 | + |
| 32 | + The widget implements only the client/visualization part of displaying genes. |
| 33 | + The backend for getting the gene data is up to the user of this widget. |
| 34 | + It provides however a default implementation for GMOD's jbrowse backend and some |
| 35 | + generic interfaces to easy implement different backends. |
| 36 | + |
| 37 | + |
| 38 | + ////////////////////////////////////////////////////////////////////////////// |
| 39 | + |
| 40 | + PLATFORM AND BROWSER COMPATIBILITY |
| 41 | + |
| 42 | + As this widget uses processing.js to visualize the genes refer to the processing.js |
| 43 | + documentation for information about plattform and browser compatiblity. |
| 44 | + |
| 45 | + In general this widget works with browser who support the HTML5 canvas element. |
| 46 | + In case of Microsoft's IE this only applies to the Internet Explorer 9.0 |
| 47 | + |
| 48 | + ////////////////////////////////////////////////////////////////////////////// |
| 49 | + |
| 50 | + USAGE |
| 51 | + |
| 52 | + to be written |
| 53 | + |
| 54 | + ////////////////////////////////////////////////////////////////////////////// |
0 commit comments