Installation

Dependencies

PyIM requires Python 3.4 and has been tested on macOS and Linux.

The following external dependencies are also required for full functionality:

  • Bowtie2
  • Cutadapt
  • CIMPL (R package, via rpy2)

These external tools should be available in $PATH. CIMPL, which is an R package, should be loadable in the default R installation.

Using pip

IM-Fusion can also be installed from PyPI using pip:

pip install pyim

Note that this does not install any of the required external dependencies, which must therefore be installed manually.