How to install?ΒΆ

FlowCytometryTools is a python package written in python 2.7. FlowCytometryTools depends on a few scientific and data analysis libraries: matplotlib (>1.13.1), pandas (>0.12.0), scipy).

  1. The simplest way of installing all the required dependencies is by install either canopy or anaconda.

    Optional: If you intend to use the FlowCytometryTools GUI for drawing gates you’ll also need to install wx-python.

  2. Go to your command terminal and enter the following:

    sudo pip install flowcytometrytools
    

Note

If pip is not found, you can install it from here.

That’s it!