PCIT: Partial Correlation Coefficient with Information Theory

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.

Package details

AuthorNathan S. Watson-Haigh
MaintainerNathan S. Watson-Haigh <nathan.haigh@acpfg.com.au>
LicenseGPL-3
Version1.5-3
URL http://dx.doi.org/10.1093/bioinformatics/btn482 http://bioinformatics.oxfordjournals.org/cgi/content/abstract/26/3/411
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("PCIT")

Try the PCIT package in your browser

Any scripts or data that you put into this service are public.

PCIT documentation built on May 1, 2019, 8:10 p.m.