napari-morphodynamics


Namenapari-morphodynamics JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/guiwitz/napari-morphodynamics
SummaryInterface to run the morphodynamics package.
upload_time2023-11-08 07:50:15
maintainer
docs_urlNone
authorGuillaume Witz
requires_python>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-morphodynamics

[![License](https://img.shields.io/pypi/l/napari-morphodynamics.svg?color=green)](https://github.com/guiwitz/napari-morphodynamics/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-morphodynamics.svg?color=green)](https://pypi.org/project/napari-morphodynamics)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-morphodynamics.svg?color=green)](https://python.org)
[![tests](https://github.com/guiwitz/napari-morphodynamics/workflows/tests/badge.svg)](https://github.com/guiwitz/napari-morphodynamics/actions)
[![codecov](https://codecov.io/gh/guiwitz/napari-morphodynamics/branch/main/graph/badge.svg)](https://codecov.io/gh/guiwitz/napari-morphodynamics)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-morphodynamics)](https://napari-hub.org/plugins/napari-morphodynamics)

This plugin offers an interface for the [Morphodynamics](https://github.com/guiwitz/MorphoDynamics) package which allows to study the shape and intra-cellular dynamics of cells imaged as time-lapses by fluorescence microscopy. The plugin offers a single place to perfrom segmentation, windowing (partition cells into small regions of interests that are tracked over time) and results visualization. The software depends on [napari-convpaint](https://github.com/guiwitz/napari-convpaint) a pixel-classifier and/or on [cellpose](https://cellpose.readthedocs.io/en/latest/index.html) for segmentation. 

## Installation

You can install the plugin via [pip] with:

    pip install napari-morphodynamics

To install latest development version :

    pip install git+https://github.com/guiwitz/napari-morphodynamics.git


## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [BSD-3] license,
"napari-morphodynamics" is free and open source software

## Authors

This plugin has been developed by Guillaume Witz and Ana Stojiljkovic at the Data Science Lab, University of Bern, in collaboration with Lucien Hinderling and Olivier Pertz from the Pertz Lab, University of Bern. Development has been partially funded by a [Chan Zuckerberg Initiative grant](https://chanzuckerberg.com/science/programs-resources/imaging/napari/napari-morphodynamics-a-plugin-to-quantify-cellular-dynamics/).

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin

[file an issue]: https://github.com/guiwitz/napari-morphodynamics/issues

[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/guiwitz/napari-morphodynamics",
    "name": "napari-morphodynamics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Guillaume Witz",
    "author_email": "guillaume.witz@unibe.ch",
    "download_url": "https://files.pythonhosted.org/packages/8c/09/735a7752c460d56ddc6d16daf6de63b37a3f232a1e969e27c40f61baca0c/napari-morphodynamics-0.1.1.tar.gz",
    "platform": null,
    "description": "# napari-morphodynamics\n\n[![License](https://img.shields.io/pypi/l/napari-morphodynamics.svg?color=green)](https://github.com/guiwitz/napari-morphodynamics/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-morphodynamics.svg?color=green)](https://pypi.org/project/napari-morphodynamics)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-morphodynamics.svg?color=green)](https://python.org)\n[![tests](https://github.com/guiwitz/napari-morphodynamics/workflows/tests/badge.svg)](https://github.com/guiwitz/napari-morphodynamics/actions)\n[![codecov](https://codecov.io/gh/guiwitz/napari-morphodynamics/branch/main/graph/badge.svg)](https://codecov.io/gh/guiwitz/napari-morphodynamics)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-morphodynamics)](https://napari-hub.org/plugins/napari-morphodynamics)\n\nThis plugin offers an interface for the [Morphodynamics](https://github.com/guiwitz/MorphoDynamics) package which allows to study the shape and intra-cellular dynamics of cells imaged as time-lapses by fluorescence microscopy. The plugin offers a single place to perfrom segmentation, windowing (partition cells into small regions of interests that are tracked over time) and results visualization. The software depends on [napari-convpaint](https://github.com/guiwitz/napari-convpaint) a pixel-classifier and/or on [cellpose](https://cellpose.readthedocs.io/en/latest/index.html) for segmentation. \n\n## Installation\n\nYou can install the plugin via [pip] with:\n\n    pip install napari-morphodynamics\n\nTo install latest development version :\n\n    pip install git+https://github.com/guiwitz/napari-morphodynamics.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-morphodynamics\" is free and open source software\n\n## Authors\n\nThis plugin has been developed by Guillaume Witz and Ana Stojiljkovic at the Data Science Lab, University of Bern, in collaboration with Lucien Hinderling and Olivier Pertz from the Pertz Lab, University of Bern. Development has been partially funded by a [Chan Zuckerberg Initiative grant](https://chanzuckerberg.com/science/programs-resources/imaging/napari/napari-morphodynamics-a-plugin-to-quantify-cellular-dynamics/).\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/guiwitz/napari-morphodynamics/issues\n\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Interface to run the morphodynamics package.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/guiwitz/napari-morphodynamics/issues",
        "Documentation": "https://github.com/guiwitz/napari-morphodynamics#README.md",
        "Homepage": "https://github.com/guiwitz/napari-morphodynamics",
        "Source Code": "https://github.com/guiwitz/napari-morphodynamics",
        "User Support": "https://github.com/guiwitz/napari-morphodynamics/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6f26d8259c7c139b54914058f1eabbcc4410632a575071dd83a2824f35e74be",
                "md5": "9fa09479dd4aac5a2f57f0c8b8130e8f",
                "sha256": "f3a77b5d0fab6648a770ee0b9e87f038f7a11564864f4eba323f1a97a543a9a5"
            },
            "downloads": -1,
            "filename": "napari_morphodynamics-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9fa09479dd4aac5a2f57f0c8b8130e8f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17491,
            "upload_time": "2023-11-08T07:50:12",
            "upload_time_iso_8601": "2023-11-08T07:50:12.848007Z",
            "url": "https://files.pythonhosted.org/packages/e6/f2/6d8259c7c139b54914058f1eabbcc4410632a575071dd83a2824f35e74be/napari_morphodynamics-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c09735a7752c460d56ddc6d16daf6de63b37a3f232a1e969e27c40f61baca0c",
                "md5": "755780698c3a651c67742273a1f4dc66",
                "sha256": "f1215df9abfe67ae554f1bf3ee8b2671218014219e3b08b5dc87275ef7787577"
            },
            "downloads": -1,
            "filename": "napari-morphodynamics-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "755780698c3a651c67742273a1f4dc66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 37254318,
            "upload_time": "2023-11-08T07:50:15",
            "upload_time_iso_8601": "2023-11-08T07:50:15.478654Z",
            "url": "https://files.pythonhosted.org/packages/8c/09/735a7752c460d56ddc6d16daf6de63b37a3f232a1e969e27c40f61baca0c/napari-morphodynamics-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 07:50:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guiwitz",
    "github_project": "napari-morphodynamics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "napari-morphodynamics"
}
        
Elapsed time: 0.54512s