Difference between revisions of "Normalization"

m (Available Normalizers)
(Overview)
Line 10: Line 10:
 
A short introduction to various methods of Affymetrix data preparation is available at [http://discover.nci.nih.gov/microarrayAnalysis/Affymetrix.Preprocessing.jsp Affymetrix Preprocessing].
 
A short introduction to various methods of Affymetrix data preparation is available at [http://discover.nci.nih.gov/microarrayAnalysis/Affymetrix.Preprocessing.jsp Affymetrix Preprocessing].
  
 +
=Normalizer Configuration=
  
 +
Some normalizers are not loaded by default in geWorkbench.  To configure which normalizers to load, use the [[Tutorial_-_Component_Configuration_Manager| Component Configuration Manager]].  It is available in the top menu-bar under  '''Tools->Component Configuration'''.
  
 +
[[Image:Normalizers_in_CCM.png]]
  
 
=Available Normalizers=
 
=Available Normalizers=

Revision as of 11:11, 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 are not 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 Normalizer 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 normalizer 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 Normalizer Adjusts expression values so that the distribution of values is the same on each microarray, though which marker has which value varies.
Threshold Normalizer 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.



Normalization-HouseKeeping.png

Normalization-HouseKeeping full.png

Normalization-Log2 Transformation.png

Normalization-Marker Centering.png

Normalization-Mean Variance.png

Normalization-Microarray Centering.png

Normalization-Missing Values.png

Normalization-Quantile full.png

Normalization-Quantile.png

Normalization-Threshold.png