Difference between revisions of "Color Mosaic Design"

Line 20: Line 20:
 
# '''MarkerSelectedEvent''' - Published when a marker is selected in the visualization.
 
# '''MarkerSelectedEvent''' - Published when a marker is selected in the visualization.
 
# '''ImageSnapshotEvent''' - Published when an image snapshot is requested for the plugin.
 
# '''ImageSnapshotEvent''' - Published when an image snapshot is requested for the plugin.
 +
 +
=== Description ===
 +
 +
The Color Mosaic displays a heat map of a microarray set. Microarrays are displayed in the columns, and markers are displayed in the rows. It can render the entire set, or subset of markers and microarrays can be rendered. Active phenotype and gene selections are labelled in the color mosaic. If the result of T-Test or similar significance test is visualized, the associated p-values can also be included in the display.

Revision as of 11:38, 21 February 2006

Plugin Type

The Color Mosaic Panel is a Visualization plugin.

Data Sets

The Color Mosaic Panel renders DSMicroarraySet and DSSignificanceResultSet data sets. It does not create any data sets.

Subscribed Types

The Color Mosaic Panel subscribes to the following types:

  1. ProjectEvent - Receives data sets from the Project Panel.
  2. AssociationPanelEvent - Receives p-values associated with the markers of a microarray set via this event.
  3. PhenotypeSelectorEvent - Notifies the plugin of a change to Phenotype selection.
  4. GeneSelectorEvent - Notifies the plugin of a change to Gene selection.

Published Types

  1. MarkerSelectedEvent - Published when a marker is selected in the visualization.
  2. ImageSnapshotEvent - Published when an image snapshot is requested for the plugin.

Description

The Color Mosaic displays a heat map of a microarray set. Microarrays are displayed in the columns, and markers are displayed in the rows. It can render the entire set, or subset of markers and microarrays can be rendered. Active phenotype and gene selections are labelled in the color mosaic. If the result of T-Test or similar significance test is visualized, the associated p-values can also be included in the display.