Difference between revisions of "ExpressionView"

Line 13: Line 13:
  
 
== Download the R package (includes the Flash applet) ==
 
== Download the R package (includes the Flash applet) ==
* [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_windows.zip Windows binary package]
+
* [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1.zip Windows binary package]
 
* [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_macosx_32.tar.gz Mac OS X 32 bit binary package], [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_macosx_64.tar.gz Mac OS X 64 bit binary package]
 
* [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_macosx_32.tar.gz Mac OS X 32 bit binary package], [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_macosx_64.tar.gz Mac OS X 64 bit binary package]
 
* [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_source.tar.gz Source package]
 
* [http://www2.unil.ch/cbg/software/expressionview/r/ExpressionView_0.2.1_source.tar.gz Source package]

Revision as of 08:30, 11 December 2009

Screenshot of the ExpressionView applet



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.

Launch and download

The ExpressionView package contains two independent parts: An ordering algorithm implemented in C++ and an Adobe Flash applet written in ActionScript and Adobe Flex. These two programs are wrapped in an R package, allowing the user to take advantage of the powerful microarray analysis tools provided by the Bioconductor project. The Flash applet itself does not require a working R environment, it can be launched in any web browser via the links provided below. If you prefer a stand-alone program, you can also download the platform independent Adobe AIR version.

Launch the ExpressionView Flash applet

Download the R package (includes the Flash applet)

Note that ExpressionView requires the ISA package.

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

Screenshots

Tutorials

There are several tutorials describing how to use ExpressionView. The features of the R package are documented within the program. Just have a look at the ExpressionView help page after you have installed the package. Below, you can download the tutorial presenting the basic workflow and the description of the ordering algorithm. For the Flash applet, we have produced a few videos showing you how to use the program.

R package

Flash applet


Installing the stand-alone version

Additional documentation and downloads

The Flash applet is written in ActionScript. It is open source and can be built from the command line using the Adobe Flex SDK or more conveniently with the Adobe Flex Builder IDE. For more information, visit the Flex website.

For the Flash applet, we have implemented components that could also be used in other applications. The most important one being the LargeBitmapData class that allows one to work with BitmapData of arbitrary size. In the standard BitmapData class, the maximum size for a BitmapData object is 8,192 pixels in width or height, and the total number of pixels cannot exceed 16,777,216 pixels. Note that the ResizablePanel class is no longer used in ExpressionView.