Welcome to EasyFlowQ
EasyFlowQ is an open-source, user-friendly flow cytometry analyzer with graphic user interface (GUI). For full documentation and tutorials, visit EasyFlowQ's Documentation Site.
Overview
A user friendly GUI interface for analyzing flow cytometry data. The program is implemented by Qt/Python, and its UI logics are largely influenced by the original matlab version of EasyFlow (by @ayaron). The fcs file parser is based on the FlowCal package, with slight modification for implementing into the GUI. The standalone installers are packaged by PyInstaller and InstallForge.
Download, install and run
You can either install EasyFlowQ via the provided installers, download through PyPI, or run it directly with python (Anaconda installation required).
Method #1: Use the provided installer (Windows or MacOS)
Please refer to release page (see below) to download the latest standalone packages for your operating system (MacOS or Windows) and install EasyFlowQ. In most case, you should be able to run it without other dependency.
Special note for MacOS users: Due to MacOS's inherent "safety features", you might need two additional steps to run the program:
-
If you encounter the message of "EasyFlowQ_MACOS Is Damaged and Can’t Be Opened. You Should Move It To The Trash", this is just Apple telling you they don't trust where this is downloaded (see similar asked before here). To get rid of this attribute, simple run the following commend in a terminal:
xattr -d com.apple.quarantine /Applications/EasyFLowQ_MACOS.app
-
If you encounter the message of "...because the developer cannot be verified...", you will need to ctrl/right-click the app and select open for the first time after you put the app into the "Application" folder. The system will remember it as an exception for later time (see here).
Method #2: Install from the Python Package Index (PyPI)
To download EasyFlowQ from PyPI:
pip install EasyFlowQ
After installation, run:
EasyFlowQ
Or run it from a script using:
import EasyFlowQ.main_entry
EasyFlowQ.main_entry.newWindowFunc()
Method #3: Run from python (a python installation is needed)
For running the program from the source, download the whole code and run the command below. Standard Anaconda should be sufficient for running the program up to v1.5. Starting from v1.6, PySide6 is also required for running the code.
Path/To/Folder$ python ./main.py
First time startup
For first time startup settings, please go to our usage page.
Contact and citation
For more info please contact yitongma7@gmail.com. If you use EasyFlowQ in your research, we would appreciate citation to the following publication:
Ma Y, Eizenberg-Magar I, Antebi Y. EasyFlow: An open-source, user-friendly cytometry analyzer with graphic user interface (GUI). PLoS One. 2024 Nov 13;19(11):e0308873. doi: 10.1371/journal.pone.0308873. PMID: 39536028; PMCID: PMC11560029.