Difference between revisions of "User:Floratos/MRA"

(Transcription Factors)
(Working with and viewing the analysis results)
Line 51: Line 51:
 
==Results Viewer==
 
==Results Viewer==
 
The MRA viewer is structured in 3 distinct areas.
 
The MRA viewer is structured in 3 distinct areas.
===Transcription Factor
+
===Summary Listing===
 +
This is a table with one row per each candidate master regulator specified in the parameters panel. Each row contains 4 columns:
 +
# '''Master Regulator''': This is either the master regulator gene name or the marker/probeset name identifying the corresponding array feature (depending on the selection of 2 radio buttons titled “Symbol” and “Probe set”).
 +
# '''P-value''': the p-value of fisher’s exact test. See below for detailed description of this computation.
 +
# '''Genes in regulon''': The number of genes in the regulon of the master regulator (this comprises the set of genes that are first neighbors of the master regulator in the interaction network specified in the parameters panel).
 +
# '''Genes in target list''': The number of differentially expressed genes that are also members of the regulon.
 +
 
 +
The contents of the table can be ordered across any column, by clicking on the column name.
 +
 
 +
===Detailed Summary===
 +
Selecting a master regulator on the
  
 
=Dataset History=
 
=Dataset History=

Revision as of 12:03, 20 October 2009

Aris's Home | Enhancements | Release v1.1 | Bison Issues | MRA | Release Testing | Home Page


Overview

Regulatory activity in the context of specific cellular phenotypes can be modeled using interaction networks. These are graphs where nodes represent genes and an edge between two nodes A and B means that genes A and B are participants in the same regulatory activity. E.g., A can be a transcription factor for B; or, A can be an miRNA that silences B. Analysis of such regulatory networks [refs] has convincingly demonstrated their scale free nature which is dominated by a relatively small number of nodes with a large degree of connectivity. The genes corresponding to those nodes are known as "master regulators" and collectively orchestrate the regulatory program of the underlying cellular phenotype(s).

The master regulator analysis (MRA) component in geWorkbench combines regulatory information from interaction networks with differential expression analysis. The objective is to place differentially expressed genes within a regulatory context and identify the master regulators responsible for coordinating their regulation, thus highlighting the regulatory apparatus driving phenotypic differentiation. Specifically, given an interaction network I, a master regulator gene A, and two sets of microarrays representing two distinct phenotypes, MRA computes the intersection between two sets of genes:

  1. The neighbors of A in the interaction network I (this gene set is called the regulon of A).
  2. The set of differentially expressed genes in the array data from the two phenotypes of interest.

Fisher’s exact test is then used to quantify how likely it is to encounter an intersection of the observed size by chance alone. A small p-value is taken to imply that gene A may play a significant role in controlling the regulatory program that leads to the differential phenotypes.

Setting up an MRA run

Prerequisites

  • First confirm that the MRA component is available in geWorkbench. If not, it can be loaded using the Component Configuration Manager.
  • The MRA will be listed along with the other analysis routines within the geWorkbench Analysis pane.

MRA Parameters panel.png

  • Data from an expression experiment (comprising measurements from multiple arrays/samples) has been loaded and the corresponding node has been selected withing the Project Folders:

Experiment data node (MRA).png

  • Two array sets (each containing a distinct subset of arrays from the expression experiment) have been selected in the "Arrays/Phenotypes" component, representing the two phenotypes under investigation. One of the array sets (identified by the red-color pin) has been classified as containing the "Case" arrays while the other one contains the "Controls":

Array set class assignment (MRA).png

NOTE:The "Case"/"Control" assignment is needed because, in the general case, it is possible to select more than one array sets for this analysis. In that case it is necessary to explicitly designate which belong to each of the 2 phenotypes.

Parameters and Settings

Load Network

There are 2 ways to designate the interaction network that will be used for computing the neighbors of the candidate master regulator genes:

  • From File: by choosing a file that describes a network (see example and format description below).
  • From Project: by selecting a node from the project folders which represents an interaction network. Several analytical components in geWorkbench (e.g., ARACNE) produce results nodes that can be utilized for this purpose.

Master Regulators

There are 2 ways to designate the candidate master regulator genes to use:

  • From File: by choosing a file that contains a list of (comma separated) marker names.
  • From Sets: by selecting one among the marker sets within the “Markers” component.

T-test p-value (alpha)

Differential expression between the 2 phenotypes of interest is assessed using a t-test. The p-value provided by the user indicates the significance threshold below which a gene’s average expression is presumed to be significantly different in the 2 sets of arrays (cases and controls). Additional parameter settings affecting the execution of the t-test are defined within the “T-test” subtab. The parameters specified there are exactly the same as those used for the differential expression t-test analysis (see description in the corresponding tutorial.

Working with and viewing the analysis results

Following the successful completion of the MRA computation, a result node appears in the Project Folder area of the geWorkbench interface, under the microarray experiment node used for the computation:

[[Image:]]

The results of the analysis can be visualized in the MRA Viewer component by selecting the result node.

Results Viewer

The MRA viewer is structured in 3 distinct areas.

Summary Listing

This is a table with one row per each candidate master regulator specified in the parameters panel. Each row contains 4 columns:

  1. Master Regulator: This is either the master regulator gene name or the marker/probeset name identifying the corresponding array feature (depending on the selection of 2 radio buttons titled “Symbol” and “Probe set”).
  2. P-value: the p-value of fisher’s exact test. See below for detailed description of this computation.
  3. Genes in regulon: The number of genes in the regulon of the master regulator (this comprises the set of genes that are first neighbors of the master regulator in the interaction network specified in the parameters panel).
  4. Genes in target list: The number of differentially expressed genes that are also members of the regulon.

The contents of the table can be ordered across any column, by clicking on the column name.

Detailed Summary

Selecting a master regulator on the

Dataset History

Example of running MRA

Prerequisites

Loading and preparing the example data

Choosing array groups

Setting up the parameters and starting MRA

Results

References