Apply Partial Correlation coefficient with Information Theory (PCIT) to a correlation matrix. The PCIT algorithm identifies meaningful correlations to define edges in a weighted network. The algorithm can be applied to any correlation-based network including but not limited to gene co-expression networks. To reduce compute time by making use of multiple compute cores, simply run PCIT on a computer with has multiple cores and also has the Rmpi package installed. PCIT will then auto-detect the multicore environment and run in parallel mode without the need to rewrite your scripts. This makes scripts, using PCIT, portable across single core (or no Rmpi package installed) computers which will run in serial mode and multicore (with Rmpi package installed) computers which will run in parallel mode.
Version: | 1.5-3 |
Depends: | R (≥ 2.10) |
Suggests: | Rmpi |
Published: | 2015-02-16 |
Author: | Nathan S. Watson-Haigh |
Maintainer: | Nathan S. Watson-Haigh <nathan.haigh at acpfg.com.au> |
License: | GPL-3 |
URL: | http://dx.doi.org/10.1093/bioinformatics/btn482 http://bioinformatics.oxfordjournals.org/cgi/content/abstract/26/3/411 |
NeedsCompilation: | yes |
Citation: | PCIT citation info |
Materials: | README ChangeLog |
CRAN checks: | PCIT results |
Reference manual: | PCIT.pdf |
Package source: | PCIT_1.5-3.tar.gz |
Windows binaries: | r-devel: PCIT_1.5-3.zip, r-release: PCIT_1.5-3.zip, r-oldrel: PCIT_1.5-3.zip |
OS X binaries: | r-release: PCIT_1.5-3.tgz, r-oldrel: PCIT_1.5-3.tgz |
Old sources: | PCIT archive |
Please use the canonical form https://CRAN.R-project.org/package=PCIT to link to this page.