Toolbox for analysing FCS/FFS data with array detectors
Project description
BrightEyes-FFS
A toolbox for analysing Fluorescence Correlation Spectroscopy (FCS) and Fluorescence Fluctuation Spectroscopy (FFS) data with array detectors. The fcs module contains libraries for:
- Calculating autocorrelations and cross-correlations of raw FCS/FFS data (i.e. photon counts vs. time or photon arrival time traces). Supported file types include .h5, .ptu, and .czi.
- Fitting correlations to various 2D and 3D diffusion models
- Calibration-free FCS/FFS analysis such as circular-scanning FCS and pair-correlation analysis
- Miscellaneous tools
The fcs_gui module contains libraries for:
- Storing and loading FCS/FFS analysis sessions, as used in the GUI
The pch module contains libraries for:
- Calculating photon counting histograms
- Fitting histograms with Fluorescence Intensity Distribution Analysis (FIDA)
The tools module contains libraries for:
- Fitting various models to data (polynomial, Gaussian, power law, etc.)
- Stokes-Einstein relation
- Save/load 2D arrays to/from .csv files
- Save data to .tiff file
- Miscellaneous tools
Installation
You can install brighteyes-ffs via [pip] directly from [PyPI]:
pip install brighteyes-ffs
or using the version on GitHub:
pip install git+https://github.com/VicidominiLab/BrightEyes-FFS
It requires the following Python packages
h5py
joblib
matplotlib>=3.3.2
multipletau>=0.3.3
numpy>=1.19.4
pandas>=1.1.4
scipy
tifffile>=2020.9.29
seaborn
imutils
PyQt5
qdarkstyle
nbformat
ome_types
czifile
brighteyes_ism
notebook
ptufile
GUI
For quick and common types of analysis, you can use the GUI (https://github.com/VicidominiLab/BrightEyes-FFS-GUI), which contains most of the basic features. In addition, there is an automatic Jupyter Notebook writing tool to convert an analysis session started in the GUI to a Notebook.
License
Distributed under the terms of the [GNU GPL v3.0] license, "BrightEyes-FFS" is free and open source software
Contributing
You want to contribute? Great! Contributing works best if you creat a pull request with your changes.
- Fork the project.
- Create a branch for your feature:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'My new feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request!
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 brighteyes_ffs-0.1.4.tar.gz.
File metadata
- Download URL: brighteyes_ffs-0.1.4.tar.gz
- Upload date:
- Size: 153.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0336cfcbed83bbb1561ae045d8ab53a129603694d0a46454e023516792cbca21
|
|
| MD5 |
7c0b4e71b09eb19f083df59810b5d93e
|
|
| BLAKE2b-256 |
1ec13555d3128a82a9838521f6d41449cf105b221afee39c29781a533684586b
|
File details
Details for the file brighteyes_ffs-0.1.4-py3-none-any.whl.
File metadata
- Download URL: brighteyes_ffs-0.1.4-py3-none-any.whl
- Upload date:
- Size: 190.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c787dcc44046dd72103ced749b3ade53f8827b884368fcc86c84ff0b831767e
|
|
| MD5 |
0000569f0a71826c0b02b68619c7d13f
|
|
| BLAKE2b-256 |
174e9ea9c07956b68aa1abe7e93b994668b215ce69c4267c8aea93aa24c37480
|