Description Usage Arguments Details Value References See Also Examples
Default wrapper function for the pcit network inference algorithm
1 |
data |
Numeric matrix with the microarray dataset to infer the network. Columns contain variables and rows contain samples. |
The Partial Correlation coefficient with Information Theory (PCIT) algorithm, combines the concept of partial correlation coefficient with information theory to identify significant gene-to-gene associations.
For every trio of genes in X_i, X_j and X_l, the three first-order partial correlation coefficients are computed. These coefficients indicate the strength of the linear relationship between X_i and X_j that is uncorrelated with X_l, being therefore a measure of conditional independence. Then, the average ratio of partial to direct correlation is computed in order to obtain the tolerance level to be used as the local threshold for eliminating non-significant associations.
pcit.wrap
returns a matrix which is the weighted adjacency matrix
of the network inferred by pcit algorithm.
Reverter, Antonio, and Eva KF Chan. "Combining partial correlation and an information theory approach to the reversed engineering of gene co-expression networks." Bioinformatics 24.21 (2008): 2491-2497.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.