Difference between revisions of "ARACNe"

(NOTICE)
Line 2: Line 2:
  
 
==NOTICE==
 
==NOTICE==
This is the first release of the ARACNE program as a part of geWorkbench.  It should be regarded as a beta-release.  Because the ARACNE program is written in C++, its executable is separate from geWorkbench but it called through the geWorkbench interface.  Executables for Windows, Linux and Macintosh PPC are included.  In a future release, ARACNE code will be fully integrated into geWorkbench.
+
Release 1.0.4 is the first release of the ARACNE program as a part of geWorkbench.  It should be regarded as a beta-release.  Because the ARACNE program is written in C++, its executable is separate from geWorkbench but it called through the geWorkbench interface.  Executables for Windows, Linux and Macintosh PPC are included.  In a future release, ARACNE code will be fully integrated into geWorkbench.
  
 
==Comparison with Reverse Engineering component==
 
==Comparison with Reverse Engineering component==

Revision as of 14:35, 1 September 2006

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


NOTICE

Release 1.0.4 is the first release of the ARACNE program as a part of geWorkbench. It should be regarded as a beta-release. Because the ARACNE program is written in C++, its executable is separate from geWorkbench but it called through the geWorkbench interface. Executables for Windows, Linux and Macintosh PPC are included. In a future release, ARACNE code will be fully integrated into geWorkbench.

Comparison with Reverse Engineering component

The ARACNE code implements a published, well characterized method. Please see Margolin et al., Nature Protocols (2006), Vol 1 (2) p663-672 for a full description of this code and interface (http://www.nature.com/nprot/journal/v1/n2/abs/nprot.2006.106.html). The ARACNE algorithm allows application of the DPI (Data Processing Inequality) to remove indirect interactions. It also allows calculation of a full interaction matrix if desired. The method that the Reverse Engineering component implements is similar but has not been published. It uses an approximation to the mutual information calculation that is differnt than the full ARACNE method. It only supports calculations about a single hub gene.


Quick Example

Most of the tutorial information in the Reverse Engineering component applies, but the GUI and steps are slightly different.

  1. You must load a microarray dataset, e.g. "webmatrix2_quantile_log2_dev1.2_mv0.exp" (2226 probes).
  2. Set a hub gene (e.g 1973_s_at)
  3. Set the MI threshold, e.g. to 0.2
  4. You can specify a location for the output adjacency matrix to be written. By default it is placed in the same folder as the input microarray data file.
  5. At the bottom of the ARACNE component hit the Run button. Progress is tracked in the text box at left.

Because ARACNE is executed outside geWorkbench, it does not yet have an automatic visualization component. You must go to the Network Browser component and open the adjacency matrix there to view it.