1 Installation

1.1 R

The latest version on different platforms can be installed following instructions at http://bioconductor.org/install/#install-R.

1.2 Packages

Install Pi (the latest stable release version from Bioconductor):

BiocManager("Pi", dependencies=T)

Also install the latest development version from github (highly recommended):

# first, install the dependant packages (the stable version)
BiocManager(c("Pi","devtools"), dependencies=T)

# then, install the `Pi` package and its dependency (the latest version)
BiocManager::install("hfang-bristol/Pi")

2 Workflow