Installation

The easiest way to install DGEclust is using pip, as follows:

1 $ sudo pip install dgeclust

Alternatively, download the source code using the links at the top-right of the page and from the source folder do:

1 $ sudo python setup.py install

That's it! No further installation procedure is necessary. In order to be able to use the software you will need a fairly recent version of the Scipy stack. This will be installed, if necessary, upon installation using pip.

DGEclust was developed and tested on a Mac, but it should be usable without problems on Linux machines, too.