NeuroTS


NameNeuroTS JSON
Version 3.6.0 PyPI version JSON
download
home_pagehttps://NeuroTS.readthedocs.io
SummarySynthesis of artificial neurons using their topological profiles package.
upload_time2024-05-15 14:21:25
maintainerNone
docs_urlNone
authorBlue Brain Project, EPFL
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ![NeuroTS Logo](docs/source/logo/BBP-NeuroTS.jpg)

[![Version](https://img.shields.io/pypi/v/neurots)](https://github.com/BlueBrain/NeuroTS/releases)
[![Build status](https://github.com/BlueBrain/NeuroTS/actions/workflows/run-tox.yml/badge.svg?branch=main)](https://github.com/BlueBrain/NeuroTS/actions)
[![Codecov.io](https://codecov.io/github/BlueBrain/NeuroTS/coverage.svg?branch=main)](https://codecov.io/github/BlueBrain/NeuroTS?branch=main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/badge/License-GPLv3-blue)](https://github.com/BlueBrain/NeuroTS/blob/main/LICENSE.txt)
[![Documentation status](https://readthedocs.org/projects/neurots/badge/?version=latest)](https://neurots.readthedocs.io/)
[![DOI](https://img.shields.io/badge/DOI-10.1016/j.celrep.2022.110586-blue)](https://doi.org/10.1016/j.celrep.2022.110586)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BlueBrain/NeuroTS/main?labpath=examples%2Fexplore_example_results.ipynb)


# NeuroTS

Computational generation of artificial neuronal trees based on the topology of reconstructed cells and their
statistical properties.

## Main usage

Neuronal morphologies provide the foundation for the electrical behavior of neurons, the connectomes they form, and the dynamical properties of the brain. Comprehensive neuron models are essential for defining cell types, discerning their functional roles, and investigating brain disease related dendritic alterations. However, a lack of understanding of the principles underlying neuron morphologies has hindered attempts to computationally synthesize morphologies for decades. We introduce a synthesis algorithm based on a topological descriptor of neurons, which enables the rapid digital reconstruction of entire brain regions from few reference cells. This topology-guided synthesis (NeuroTS) generates dendrites that are statistically similar to biological reconstructions in terms of morpho-electrical and connectivity properties and offers a significant opportunity to investigate the links between neuronal morphology and brain function across different spatio-temporal scales.

NeuroTS can be used for the creation of neuronal morphologies from biological reconstructions. The user needs to extract the distributions of topological and statistical properties using the software in order to create the necessary synthesis inputs. Examples of parameters and distributions can be found in the [Parameters and distributions](https://neurots.readthedocs.io/en/stable/params_and_distrs.html) page of the doc.

Once the `input_parameters` and `input_distributions` have been defined, then NeuroTS can generate one or multiple cells based on the respective inputs. The generated cells can be saved in a variety of file formats (SWC, ASC, H5) so that they can be analyzed and visualized by a variety of different software packages. You can find examples on how to extract distributions, generate cells and run basic validations below.

## Examples

We provide some basic examples to showcase the basic functionality of ``NeuroTS``:
* synthesize a single neuron from a basic set of inputs
* synthesize many neurons with the same input parameters and distributions
* synthesize a single neuron with its diameters using a simple method
* synthesize a single neuron with its diameters using an external diametrizer
* extract parameters and distributions that can be used as synthesis inputs

All the scripts of these examples and the required input data are located in the `examples` directory of the repository.

More information can be found in [Examples](https://neurots.readthedocs.io/en/stable/examples/index.html) page of the doc.


## Installation

It is recommended to install ``NeuroTS`` using [pip](https://pip.pypa.io/en/stable/):

```bash
pip install neurots
```

## Citation

When you use the ``NeuroTS`` software or method for your research, we ask you to cite the publication associated to this repository (use the `Cite this repository` button on the [main page](https://github.com/BlueBrain/NeuroTS) of the code).

## 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 © 2022 Blue Brain Project/EPFL

            

Raw data

            {
    "_id": null,
    "home_page": "https://NeuroTS.readthedocs.io",
    "name": "NeuroTS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Blue Brain Project, EPFL",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/cc/a3/f1f707615cc0ab6f87377306f358ea07597cf587e84575b5afdb8dfcc3d5/neurots-3.6.0.tar.gz",
    "platform": null,
    "description": "![NeuroTS Logo](docs/source/logo/BBP-NeuroTS.jpg)\n\n[![Version](https://img.shields.io/pypi/v/neurots)](https://github.com/BlueBrain/NeuroTS/releases)\n[![Build status](https://github.com/BlueBrain/NeuroTS/actions/workflows/run-tox.yml/badge.svg?branch=main)](https://github.com/BlueBrain/NeuroTS/actions)\n[![Codecov.io](https://codecov.io/github/BlueBrain/NeuroTS/coverage.svg?branch=main)](https://codecov.io/github/BlueBrain/NeuroTS?branch=main)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![License](https://img.shields.io/badge/License-GPLv3-blue)](https://github.com/BlueBrain/NeuroTS/blob/main/LICENSE.txt)\n[![Documentation status](https://readthedocs.org/projects/neurots/badge/?version=latest)](https://neurots.readthedocs.io/)\n[![DOI](https://img.shields.io/badge/DOI-10.1016/j.celrep.2022.110586-blue)](https://doi.org/10.1016/j.celrep.2022.110586)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BlueBrain/NeuroTS/main?labpath=examples%2Fexplore_example_results.ipynb)\n\n\n# NeuroTS\n\nComputational generation of artificial neuronal trees based on the topology of reconstructed cells and their\nstatistical properties.\n\n## Main usage\n\nNeuronal morphologies provide the foundation for the electrical behavior of neurons, the connectomes they form, and the dynamical properties of the brain. Comprehensive neuron models are essential for defining cell types, discerning their functional roles, and investigating brain disease related dendritic alterations. However, a lack of understanding of the principles underlying neuron morphologies has hindered attempts to computationally synthesize morphologies for decades. We introduce a synthesis algorithm based on a topological descriptor of neurons, which enables the rapid digital reconstruction of entire brain regions from few reference cells. This topology-guided synthesis (NeuroTS) generates dendrites that are statistically similar to biological reconstructions in terms of morpho-electrical and connectivity properties and offers a significant opportunity to investigate the links between neuronal morphology and brain function across different spatio-temporal scales.\n\nNeuroTS can be used for the creation of neuronal morphologies from biological reconstructions. The user needs to extract the distributions of topological and statistical properties using the software in order to create the necessary synthesis inputs. Examples of parameters and distributions can be found in the [Parameters and distributions](https://neurots.readthedocs.io/en/stable/params_and_distrs.html) page of the doc.\n\nOnce the `input_parameters` and `input_distributions` have been defined, then NeuroTS can generate one or multiple cells based on the respective inputs. The generated cells can be saved in a variety of file formats (SWC, ASC, H5) so that they can be analyzed and visualized by a variety of different software packages. You can find examples on how to extract distributions, generate cells and run basic validations below.\n\n## Examples\n\nWe provide some basic examples to showcase the basic functionality of ``NeuroTS``:\n* synthesize a single neuron from a basic set of inputs\n* synthesize many neurons with the same input parameters and distributions\n* synthesize a single neuron with its diameters using a simple method\n* synthesize a single neuron with its diameters using an external diametrizer\n* extract parameters and distributions that can be used as synthesis inputs\n\nAll the scripts of these examples and the required input data are located in the `examples` directory of the repository.\n\nMore information can be found in [Examples](https://neurots.readthedocs.io/en/stable/examples/index.html) page of the doc.\n\n\n## Installation\n\nIt is recommended to install ``NeuroTS`` using [pip](https://pip.pypa.io/en/stable/):\n\n```bash\npip install neurots\n```\n\n## Citation\n\nWhen you use the ``NeuroTS`` software or method for your research, we ask you to cite the publication associated to this repository (use the `Cite this repository` button on the [main page](https://github.com/BlueBrain/NeuroTS) of the code).\n\n## Funding & Acknowledgment\n\nThe development of this software was supported by funding to the Blue Brain Project, a research center of the \u00c9cole polytechnique f\u00e9d\u00e9rale de Lausanne (EPFL), from the Swiss government\u2019s ETH Board of the Swiss Federal Institutes of Technology.\n\nFor license and authors, see `LICENSE.txt` and `AUTHORS.md` respectively.\n\nCopyright \u00a9 2022 Blue Brain Project/EPFL\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Synthesis of artificial neurons using their topological profiles package.",
    "version": "3.6.0",
    "project_urls": {
        "Homepage": "https://NeuroTS.readthedocs.io",
        "Source": "https://github.com/BlueBrain/NeuroTS",
        "Tracker": "https://github.com/BlueBrain/NeuroTS/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7c30ebbcd312c364748a13985eae387b247f04c0934b16cf0e899b8f171a112",
                "md5": "36416680a53b81e1e6d236988a0d2979",
                "sha256": "d37713710711b52bbde207254f383d33849b704ca6058f554ba0c0721746268b"
            },
            "downloads": -1,
            "filename": "NeuroTS-3.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36416680a53b81e1e6d236988a0d2979",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 85260,
            "upload_time": "2024-05-15T14:21:23",
            "upload_time_iso_8601": "2024-05-15T14:21:23.648258Z",
            "url": "https://files.pythonhosted.org/packages/f7/c3/0ebbcd312c364748a13985eae387b247f04c0934b16cf0e899b8f171a112/NeuroTS-3.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cca3f1f707615cc0ab6f87377306f358ea07597cf587e84575b5afdb8dfcc3d5",
                "md5": "b2359cd3794c03affc2b7df943cf8e30",
                "sha256": "e225d7ca96ed0f9cab24861caa9ab623cb06c93953818f35c8f7b4123fb88076"
            },
            "downloads": -1,
            "filename": "neurots-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2359cd3794c03affc2b7df943cf8e30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2095632,
            "upload_time": "2024-05-15T14:21:25",
            "upload_time_iso_8601": "2024-05-15T14:21:25.326356Z",
            "url": "https://files.pythonhosted.org/packages/cc/a3/f1f707615cc0ab6f87377306f358ea07597cf587e84575b5afdb8dfcc3d5/neurots-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 14:21:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BlueBrain",
    "github_project": "NeuroTS",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "neurots"
}
        
Elapsed time: 0.23935s