Compute bifurcation and annihilation rates from morphology data
Project description
morphgen-rates
Python package to compute bifurcation and annihilation rates from morphology-derived data.
Provenance
This package is based on code originally provided in the repository:
The original repository was developed for the following publication:
- Cavarretta F (2025) A mathematical model for data-driven synthesis of neuron morphologies based on random walks. Front. Appl. Math. Stat. 11:1632271. doi: 10.3389/fams.2025.1632271
Quick start
from morphgen_rates import compute_rates
# Replace `data` with your input object (events, traces, or morphology structures)
rates = compute_rates(data)
print(rates["bifurcation_rate"])
print(rates["annihilation_rate"])
License
GPL-3.0-or-later
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 morphgen_rates-1.0.0.tar.gz.
File metadata
- Download URL: morphgen_rates-1.0.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f6f55227acd29e297ef7544f017ceb8fde35da3ac6d6c04fa07d768afee390e
|
|
| MD5 |
d056d9efeeb23c97c1135534b1e9e7b9
|
|
| BLAKE2b-256 |
dad660b4943fafd31323dcb98162b7b392ed07543f6ee03747004af8908e37d9
|
File details
Details for the file morphgen_rates-1.0.0-py3-none-any.whl.
File metadata
- Download URL: morphgen_rates-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7cc603f78b52d4dac7f3cd60257a9efada7aa5c8b394e87937835f8269f761c
|
|
| MD5 |
d08ef241abbe988e678e7c51c74e84d2
|
|
| BLAKE2b-256 |
de6828e43c036c9f7539d2fd698b871bc0be3305717d60617197305d8ad3a984
|