Difference between revisions of "ExpressionView"
Line 46: | Line 46: | ||
* [http://maya:7575/ExpressionView/doc ActionScript source code documentation] | * [http://maya:7575/ExpressionView/doc ActionScript source code documentation] | ||
* [[Media:Expressionview.xmldescription.pdf|XML file structure]] | * [[Media:Expressionview.xmldescription.pdf|XML file structure]] | ||
− | * [[Media:Expressionview.largebitmapdata. | + | * [[Media:Expressionview.largebitmapdata.tar.gz|ActionScript implementation of the LargeBitmapData class (allows to use bitmaps of arbitrary dimensions)]] |
− | * [[Media:Expressionview.resizablepanel. | + | * [[Media:Expressionview.resizablepanel.tar.gz|ActionScript implementation of the ResizablePanel class (a panel with open, maximize, minimize, close and resize buttons)]] |
Revision as of 21:35, 18 November 2009
ExpressionView is an R package that provides an interactive environment to explore biclusters identified in gene expression data. A sophisticated ordering algorithm is used to present the biclusters in a visually appealing layout. From this overview, the user can select individual biclusters and access all the biologically relevant data associated with it. The package is aimed to facilitate the collaboration between bioinformaticians and life scientists who are not familiar with the R language.
Contents
Launch and download
Launch the ExpressionView Flash applet
- Launch ExpressionView
- Launch ExpressionView with adult T-cell acute lymphocytic leukemia (ALL) data (8 modules)
- Launch ExpressionView with adult T-cell acute lymphocytic leukemia (ALL) data (108 modules)
Download the R package (includes the Flash applet)
Download the stand-alone viewer (adobe AIR)
If you prefer a stand-alone viewer, you can download and install the Adobe AIR build ExpressionView.air (right-click to download file).
To run the program, you need the AIR runtime environment which you can get from Adobe.
ExpressionView creates files associations to .evf files, allowing you to simply double-click on such files to launch the viewer and load the data.
Download sample data
- Gene expression profile of adult T-cell acute lymphocytic leukemia (ALL) with 8 modules (right-click to download file).
- Gene expression profile of adult T-cell acute lymphocytic leukemia (ALL) with 108 modules (right-click to download file).
Screenshots
Tutorials
There are several tutorials describing how to use ExpressionView:
R package
Flash applet
Additional documentation and downloads
- Ordering algorithm
- ActionScript source code documentation
- XML file structure
- ActionScript implementation of the LargeBitmapData class (allows to use bitmaps of arbitrary dimensions)
- ActionScript implementation of the ResizablePanel class (a panel with open, maximize, minimize, close and resize buttons)