Description Usage Arguments Details Value References See Also Examples
Default wrapper function for the CLR network inference algorithm
1 |
data |
Numeric matrix with the microarray dataset to infer the network. Columns contain variables and rows contain samples. |
The Context Likelihood or Relatedness network (CLR) method derives a score that is associated to the empirical distribution of the mutual information values, in practice the score between gene Xi and gene Xj is defined as follows z_{ij}=√{z^2_i+z^2_j}, where:
z_i=max( 0,(I(Xi;Xj)-μ_i)/σ_i )
μ_i and σ_i are respectively the mean and standard deviation of the empirical distribution of the mutual information between both genes.
clr.wrap
returns a matrix which is the weighted adjacency
matrix of the network inferred by CLR algorithm.
The wrapper uses the "spearman" correlation
(can be used with continuous data) to estimate the
entropy - see build.mim
.
Faith, Jeremiah J., et al. "Large-scale mapping and validation of Escherichia coli transcriptional regulation from a compendium of expression profiles." PLoS biology 5.1 (2007): e8.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.