Difference between revisions of "Fold Change"

(Overview)
Line 1: Line 1:
 
{{TutorialsTopNav}}
 
{{TutorialsTopNav}}
  
=Overview=
+
==Overview==
  
 
(The Fold Change component was inadvertently omitted from geWorkbench release 2.2.0.  It is available in the development version).
 
(The Fold Change component was inadvertently omitted from geWorkbench release 2.2.0.  It is available in the development version).
Line 10: Line 10:
  
 
Two methods are provided to calculate fold change.  The component also allows either calculation to be carried out starting with either linear or log2-transformed data.
 
Two methods are provided to calculate fold change.  The component also allows either calculation to be carried out starting with either linear or log2-transformed data.
 +
 +
[[Image:Fold_Change_Analysis.png]]
 +
 +
 +
==Options==
 +
 +
===Input Data Format===
 +
To correctly calculate the chosen fold-change value, the component must know if the data is linear or log2 transformed.  This must be specified by the user.
 +
* Linear
 +
* Log2-transformed
 +
 +
===Calculation Method===
 +
* Ratio - calculated with linear values as AVG(Case)/AVG(Control).  Ratios less than 1 are inverted and given a negative sign, e.g. 0.25 is reported as -4.
 +
* Difference of average log2 values

Revision as of 16:22, 1 June 2011

Home | Quick Start | Basics | Menu Bar | Preferences | Component Configuration Manager | Workspace | Information Panel | Local Data Files | File Formats | caArray | Array Sets | Marker Sets | Microarray Dataset Viewers | Filtering | Normalization | Tutorial Data | geWorkbench-web Tutorials

Analysis Framework | ANOVA | ARACNe | BLAST | Cellular Networks KnowledgeBase | CeRNA/Hermes Query | Classification (KNN, WV) | Color Mosaic | Consensus Clustering | Cytoscape | Cupid | DeMAND | Expression Value Distribution | Fold-Change | Gene Ontology Term Analysis | Gene Ontology Viewer | GenomeSpace | genSpace | Grid Services | GSEA | Hierarchical Clustering | IDEA | Jmol | K-Means Clustering | LINCS Query | Marker Annotations | MarkUs | Master Regulator Analysis | (MRA-FET Method) | (MRA-MARINa Method) | MatrixREDUCE | MINDy | Pattern Discovery | PCA | Promoter Analysis | Pudge | SAM | Sequence Retriever | SkyBase | SkyLine | SOM | SVM | T-Test | Viper Analysis | Volcano Plot


Overview

(The Fold Change component was inadvertently omitted from geWorkbench release 2.2.0. It is available in the development version).

Fold change is used to compare the expression of genes between two sets of arrays, e.g. case and control sets.

This component allows a threshold for fold-change to be set. Markers that exceed the threshold are placed into new sets in the Markers component - one for those with positive fold-change, the other for negative (where the inverse is above threshold).

Two methods are provided to calculate fold change. The component also allows either calculation to be carried out starting with either linear or log2-transformed data.

Fold Change Analysis.png


Options

Input Data Format

To correctly calculate the chosen fold-change value, the component must know if the data is linear or log2 transformed. This must be specified by the user.

  • Linear
  • Log2-transformed

Calculation Method

  • Ratio - calculated with linear values as AVG(Case)/AVG(Control). Ratios less than 1 are inverted and given a negative sign, e.g. 0.25 is reported as -4.
  • Difference of average log2 values