Class RevealSearch
java.lang.Object
edu.cmu.tetrad.study.gene.tetrad.gene.algorithm.reveal.RevealSearch
This class contains as a member variable (cases) the time series data stored in an int array of microarray
measurements. The values are assumed to have been binarized. The columns of the array correspond to genes and the
rows correspond to times. The class contains methods for conducting searches for causal links where a genes
expression is regulated by a set of parent genes. The search method calls the methods for computing entropies and
measures of mutual information implemented in the RevealEvaluator class. This approach is described by Liang et al.
- Author:
- Frank Wimberly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
exhaustiveSearch
(int lag) This method computes m/e values for all single regulators, pairs and triples at a given time lag.
-
Constructor Details
-
RevealSearch
-
-
Method Details
-
exhaustiveSearch
public void exhaustiveSearch(int lag) This method computes m/e values for all single regulators, pairs and triples at a given time lag. The m/e value is the ratio of the mutual information between the regulated gene and the regulator set divided by the entropy of the regulated gene.
-