https://github.com/bluebrain/tmd
A python package for the topological analysis of neurons.
https://github.com/bluebrain/tmd
analyze morphology morphology-analysis
Last synced: 7 months ago
JSON representation
A python package for the topological analysis of neurons.
- Host: GitHub
- URL: https://github.com/bluebrain/tmd
- Owner: BlueBrain
- License: other
- Created: 2018-07-25T11:50:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T13:03:00.000Z (11 months ago)
- Last Synced: 2025-02-19T22:11:13.677Z (8 months ago)
- Topics: analyze, morphology, morphology-analysis
- Language: Python
- Homepage: https://tmd.readthedocs.io/en/latest/
- Size: 461 KB
- Stars: 29
- Watchers: 8
- Forks: 23
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-BSD.txt
- Citation: CITATION.cff
- Authors: AUTHORS.md
Awesome Lists containing this project
README
> [!WARNING]
> The Blue Brain Project concluded in December 2024, so development has ceased under the BlueBrain GitHub organization.
> Future development will take place at: https://github.com/openbraininstitute/TMD# TMD
[](https://github.com/BlueBrain/TMD/actions/workflows/run-tox.yml)
[](https://github.com/BlueBrain/TMD/blob/master/LICENSE-LGPL.txt)
[](https://codecov.io/github/BlueBrain/TMD?branch=master)
[](http://tmd.readthedocs.io/en/latest/?badge=latest)
[](https://doi.org/10.5281/zenodo.10678146)A python package for the topological analysis of neurons.
The TMD performs the topological analysis of neuronal morphologies and extracts the persistence
barcodes of trees.This Python module includes:
* Basic loading of neuronal morphologies in swc and h5 file format.
* Extraction of the topological descriptors of tree morphologies.
* Visualization of neuronal trees and neurons.
* Plotting persistence diagrams, barcodes and images.## Installation
This package should be installed using pip:
```bash
pip install TMD
```For installation of optional viewers:
```bash
pip install TMD[viewer]
```## Usage
```python
# Import the TMD toolkit in IPython
import tmd# Load a neuron
neuron = tmd.io.load_neuron('input_path_to_file/input_file.swc')# Extract the tmd of a neurite, i.e., neuronal tree
pd = tmd.methods.get_persistence_diagram(neuron.neurites[0])
```## Citation
If you use this software or method for your research, we kindly ask you to cite the following publication associated to this repository:
**A Topological Representation of Branching Neuronal Morphologies**
_Cite this article as:_
Kanari, L., Dłotko P., Scolamiero M., et al., A Topological Representation of Branching Neuronal Morphologies, Neuroinformatics 16, nᵒ 1 (2018): 3‑13. https://doi.org/10.1007/s12021-017-9341-1.
## Related publications
**Comprehensive Morpho-Electrotonic Analysis Shows 2 Distinct Classes of L2 and L3 Pyramidal Neurons in Human Temporal Cortex, Cerebral Cortex**
_Cite this article as:_
Deitcher Y., Eyal G., Kanari L., et al., Comprehensive Morpho-Electrotonic Analysis Shows 2 Distinct Classes of L2 and L3 Pyramidal Neurons in Human Temporal Cortex, Cerebral Cortex, Volume 27, Issue 11, November 2017, Pages 5398–5414, https://doi.org/10.1093/cercor/bhx226
**Objective Morphological Classification of Neocortical Pyramidal Cells**:
_Cite this article as:_
Lida Kanari, Srikanth Ramaswamy, Ying Shi, Sebastien Morand, Julie Meystre, Rodrigo Perin, Marwan Abdellah, Yun Wang, Kathryn Hess, Henry Markram, Objective Morphological Classification of Neocortical Pyramidal Cells, Cerebral Cortex, Volume 29, Issue 4, April 2019, Pages 1719-1735, https://doi.org/10.1093/cercor/bhy339
Developed in Blue Brain Project.
## Funding & Acknowledgment
The development of this software was supported by funding to the Blue Brain Project, a research
center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH
Board of the Swiss Federal Institutes of Technology.For license and authors, see `LICENSE.txt` and `AUTHORS.md` respectively.
Copyright © 2021-2022 Blue Brain Project/EPFL