Difference between revisions of "Normalization"

(Available Normalizers)
m (Quantile Normalization)
Line 96: Line 96:
 
[[Image:Normalization-Quantile.png]]
 
[[Image:Normalization-Quantile.png]]
  
Threshold Normalization==
+
==Threshold Normalization==
  
 
[[Image:Normalization-Threshold.png]]
 
[[Image:Normalization-Threshold.png]]

Revision as of 11:21, 8 June 2010

Overview

Normalization is used to transform data in preparation for analysis. Many normalizers are oriented towards decreasing the effects of systematic differences across a set of microarrays, aiding in cross-microarray comparisons. A log transformation of the data can be used to improve its statistical distribution. geWorkbench offers a selection of pluggable normalization components (see list below). The Normalizer panel is located in the Commands/ Analysis area in the lower right side of the application.</p>

In geWorkbench, normalization alters the loaded dataset and is not reversible; the original is not retained. Normalization operations do not respect any marker or array sets that may be activated; normalization always acts on the entire data set.

The Missing Value Computation normalizer can be used to replace missing values with imputed values. Note that some analysis routines also will optionally compute replacements for missing values if needed.

Data preparation methods such as RMA and GCRMA are not directly available in geWorkbench. Affymetrix CEL files can be processed externally to geWorkbench using a program such as RMAExpress or in R/Bioconductor and then the processed data imported into geWorkbench.

A short introduction to various methods of Affymetrix data preparation is available at Affymetrix Preprocessing.

Normalizer Configuration

Some normalizers may not be loaded by default in geWorkbench. To configure which normalizers to load, use the Component Configuration Manager. It is available in the top menu-bar under Tools->Component Configuration.

Normalizers in CCM.png

Available Normalizers

geWorkbench comes with the following normalization routines installed:


Normalizer Description
Housekeeping Genes Normalization Normalize all values such that the averaged expression value of specified house-keeping markers is the same on each microarray.
Log2 Transformation Applies a log2 transformation to all measurements in a microarray.
Marker-based Centering Subtracts the mean or median measurement of a marker profile from every measurement in the profile.
Mean-variance Normalization For every marker profile, the mean measurement of the entire profile is subtracted from each measurement in the profile and the resulting value is divided by the standard deviation.
Microarray-based Centering Subtracts the mean or median measurement of a microarray from every measurement in that microarray.
Missing Value Computation Replaces every missing value with either the mean value of that marker across all microarrays or with the mean measurement of all markers in the microarray where the missing value is observed.
Quantile Normalization Adjusts expression values so that the distribution of values is the same on each microarray, though which marker has which value varies.
Threshold Normalization All data points whose value is less than (or greater than) a user-specified minimum (maximum) value are raised (reduced) to that minimum (maximum) value.


Basic Controls

Overview

Normalization-Quantile full.png

  • Normalizer (menu) - select the desired normalizer.
  • Save Parameters (menu) - allows selection of stored parameter settings.
  • Normalize (button)- run the selected transformation.
  • Save Settings - Save the current settings (see following section).
  • Delete Settings- delete the currently selected parameter set.


Saving Parameters

The current parameter settings can be saved to a named parameter set. The saved set will be displayed in the pull-down menu at upper right in the component. Any number of parameter sets can be saved. If the currently set parameters match a saved set, that set's entry will be shown in the menu.

  • Save Settings - save the current settings to a new parameter set.
  • Delete Settings - delete the currently selected parameter set from the menu.

Specific Controls for each Normalizer

Housekeeping Gene Normalization

Normalization-HouseKeeping.png


Log2 Transformation

Normalization-Log2 Transformation.png

Marker-based Centering

Normalization-Marker Centering.png

Mean-Variance Normalization

Normalization-Mean Variance.png

Microarray-based Centering

Normalization-Microarray Centering.png

Missing Values Normalization

Normalization-Missing Values.png

Quantile Normalization

Normalization-Quantile.png

Threshold Normalization

Normalization-Threshold.png