Calculate spatial transient arrests
Project description
CASTA - Computational Analysis of Spatial Transient Arrests
CASTA is a Python package for analyzing spatial transient patterns in tracking data using Hidden Markov Models (HMM). It provides tools for processing and plotting trajectory data.
Installation
From PyPI (recommended)
pip install casta
For development
git clone https://github.com/NanoSignalingLab/photochromic-reversion.git
cd photochromic-reversion
pip install -e .
Quick Start
Python
import casta
casta.calculate_sta(
dir="/path/to/data/directory",
out_dir="/path/to/output/directory",
min_track_length=25,
dt=0.05,
plot=True,
image_format="svg"
)
Command Line
# Basic usage
python -m casta /path/to/your/track/data
# With parameters
python -m casta /path/to/data --dt 0.05 --min-track-length 25
Command Line Options
| Option | Type | Default | Description |
|---|---|---|---|
dir |
str | required | Path to directory containing input track data |
--out_dir |
str | None | Path to output directory to save results, defaults to input directory |
--dt |
float | 0.05 | Time step for analysis |
--min-track-length |
int | 25 | Minimum track length for analysis |
--plot |
bool | False | Enable additional plotting |
--image-format |
str | svg | Image format (svg, tiff) |
Input Data Format
CASTA includes an example file.
import os
import casta
example_df, path = casta.example.load_example_data()
current_dir = os.getcwd()
casta.calculate_sta(path, out_dir=current_dir)
Output
The analysis generates:
- Excel files with detailed results (
*_CASTA_results.xlsx) - Visualization plots (optional, in specified format)
Requirements
- Python 3.10.18
- NumPy 1.26.4
- Pandas 2.2.3
- Matplotlib 3.10.0
- SciPy 1.15.0
- Scikit-learn 1.6.1
- Seaborn 0.13.2
- hmm-learn 0.3.3
- Shapely 2.0.6
- xlsxwriter 3.2.3
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Citation
If you use CASTA in your research, please cite:
Photochromic reversion enables long-term tracking of single molecules in living plants
Michelle von Arx, Kaltra Xhelilaj, Philip Schulz, Sven zur Oven-Krockhaus, Julien Gronnier
bioRxiv 2024.04.10.585335; doi: https://doi.org/10.1101/2024.04.10.585335
Support
For questions and support, please open an issue on 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 casta-0.1.1.tar.gz.
File metadata
- Download URL: casta-0.1.1.tar.gz
- Upload date:
- Size: 42.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55359692499d2649f0a572985c0eea946bddfb28a92cbc76d3ba8f9e9c008509
|
|
| MD5 |
19fcaae6cad2993c32d05d1bae8624bc
|
|
| BLAKE2b-256 |
b327ca093b8f2c418ed7b98094b73d50f28693c6846f37d2f51ed504dab205b7
|
File details
Details for the file casta-0.1.1-py3-none-any.whl.
File metadata
- Download URL: casta-0.1.1-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d03032e9a10f28bd34efa9408b428acacf6efb0f0c3a600cf3a9b609bc5934c
|
|
| MD5 |
857eef9ee56076443f9968e3dcea1509
|
|
| BLAKE2b-256 |
642829055187de02257a8a432c0e8bdb65e43f9bc2f963bad30fda6ce1dc63f6
|