Description Usage Arguments Value References Examples
The PCIT algorithm is used for reconstruction of gene co-expression networks (GCN) that combines the concept partial correlation coefficient with information theory to identify significant gene to gene associations defining edges in the reconstruction of GCN.
1 | PCIT(input, tolType = "mean")
|
input |
A correlation matrix. |
tolType |
Type of tolerance (default: 'mean') given the 3 pairwise correlations
(see |
Returns an list with the significant correlations, raw adjacency matrix and significant adjacency matrix.
REVERTER, Antonio; CHAN, Eva KF. Combining partial correlation and an information theory approach to the reversed engineering of gene co-expression networks. Bioinformatics, v. 24, n. 21, p. 2491-2497, 2008. https://academic.oup.com/bioinformatics/article/24/21/2491/192682
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.