Software for cytometry analysis.
Project description
FLtower
1. Installation
| OS | Linux | Windows | Mac |
|---|---|---|---|
| compatibility | Yes | Yes | Yes |
[Optional] Install conda
We use conda environment to avoid version problem between FLtower dependencies and other applications.
We recommend to download the lighter version via Miniconda (if you only intend to use FLtower without developing new feature).
[Optional] Create the environment
conda create -n fltower python=3.11
conda activate fltower
Install FLtower from PyPi
pip install fltower
To check if FLtower is well installed, run:
fltower --help
2. Usage
Folder structure
Your input data folder should look like this:
my_root/
├── my_data/
│ ├── RBS library - 7975 - Caff_Experiment_M9 - 7975 - P1 - Caff_A1.fcs
│ ├── ...
│ ├── RBS library - 7975 - Caff_Experiment_M9 - 7975 - P1 - Caff_H12.fcs
│ └── parameters.json
With 96 FCS files and one parameters.json file.
Parameter file
The parameter file brings together all the plot configurations.
You can find a template here, or just run fltower inside a folder without any parameters.json file and the software will generate for you a parameters_template.json.
Running FLtower (5~10 min)
If you use it, remember to activate your environment (conda activate fltower),
Basic run
You can run FLtower from your data folder (in this example: cd my_root/my_data/) with just this keyword:
fltower
And the software will generate a results_<DATE>_<TIME> folder inside your input folder like this:
my_root/
└── my_data/
├── RBS library - 7975 - Caff_Experiment_M9 - 7975 - P1 - Caff_A1.fcs
├── ...
├── RBS library - 7975 - Caff_Experiment_M9 - 7975 - P1 - Caff_H12.fcs
├── parameters.json
└── results_20241127_094857/
├── plots/
├── .../
├── statistics/
├── summary_report.pdf
└── used_parameters.json
[Optional] Custom run
You can also run FLtower from anywhere by specifying your input data folder, where you want to save outputs and where are located the parameter file:
fltower --input my_root/my_data/ --output my_root/OUTPUT/ --parameters my_root/parameters.json
Or with the shortcuts:
fltower -I my_root/my_data/ -O my_root/OUTPUT/ -P my_root/parameters.json
Then your folder structure should look like this:
my_root/
├── parameters.json
├── my_data/
│ ├── RBS library - 7975 - Caff_Experiment_M9 - 7975 - P1 - Caff_A1.fcs
│ ├── ...
│ └── RBS library - 7975 - Caff_Experiment_M9 - 7975 - P1 - Caff_H12.fcs
└── OUTPUT/
└── results_20241127_094857/
├── plots/
├── .../
├── statistics/
├── summary_report.pdf
└── used_parameters.json
Compare 2 FLtower results
fltower_compare -P parameters.json -O /home/Documents/test --exp1_dir Plate_1_6h/ --exp2_dir Plate_1_24h/ --exp1_label 6h --exp2_label 24h
3. Support
If you encounter any issues or have questions, open an issue in the GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fltower-0.2.0.tar.gz.
File metadata
- Download URL: fltower-0.2.0.tar.gz
- Upload date:
- Size: 39.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
520f9ab7e4f05435597d323aa342e6ed4bbe2edd5b1d86ad31b0b471f1cf06dc
|
|
| MD5 |
c950e9db581c71472687b137dc3a04f8
|
|
| BLAKE2b-256 |
c083a710c3980b0002073f5f96c6a0f907232c6dd8a57337324da67aeae16742
|
File details
Details for the file fltower-0.2.0-py3-none-any.whl.
File metadata
- Download URL: fltower-0.2.0-py3-none-any.whl
- Upload date:
- Size: 38.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01bf2c7bae00863fa1903edb5827a67cc06fcfb98b3840e1f81cfe924b3b588f
|
|
| MD5 |
6ea50cf4f7c4800fafe3c45a79b1b287
|
|
| BLAKE2b-256 |
74b91f760e6288bfa8a2a3af210006a6da214571373b912d00e56a7f5a3e5a2b
|