CellStar


NameCellStar JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://github.com/Fafa87/cellstar
SummaryAlgorithm for round cells identification in the brightfield microscopy images.
upload_time2023-08-19 10:57:13
maintainer
docs_urlNone
authorFilip Mroz
requires_python
licenseBSD
keywords brightfield yeast segmentation adapting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            CellStar
========
.. image:: https://github.com/Fafa87/cellstar/actions/workflows/run_tests.yml/badge.svg?branch=master
   :target: https://github.com/Fafa87/cellstar/actions/workflows/run_tests.yml
.. image:: https://img.shields.io/pypi/v/cellstar.svg 
   :target: https://pypi.org/project/CellStar/
.. image:: https://img.shields.io/pypi/pyversions/cellstar
   :target: https://pypi.org/project/CellStar/
.. image:: https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20ubuntu-lightgrey 
   :target: https://pypi.org/project/CellStar/


Introduction
------------
Automatic tracking of cells in time-lapse microscopy is required to investigate a multitude of biological questions. To limit manipulations during cell line preparation and phototoxicity during imaging, brightfield imaging is often considered. Since the segmentation and tracking of cells in brightfield images is considered to be a difficult and complex task, a number of software solutions have been already developed.

CellStar is one of such algorithms. It is optimized to segment and track images of budding yeast cells growing in monolayer (e.g. images from microfluidic chambers), however the algorithm can be also used to track other round objects (in brightfield as well as fluorescent images).

The important part of that solution is parameter fitting mechanism which allows to train and use CellStar for many different types of imagery.

Please visit our website http://www.cellstar-algorithm.org/ for more details.

Distributions
-------------
There are three ways of using CellStar:

- python package https://github.com/Fafa87/cellstar (`pip install cellstar`)

- plugin for CellProfiler http://cellstar-algorithm.strikingly.com/#download
    The plugin allows to simply auto-adapt cellstar parameters to the input imagery that you want to segment.
    The package includes not only the plugin itself but also examples of its usage to guide users on how to achieve best segmentation on a given type of imagery.
    The latest version is:
    - 2.0.2 for CellProfiler 4.2.4 available `here <https://drive.google.com/u/0/uc?id=1mhmwUuuYg4ZZQ80rCvmgCGiNHTsq5W6s&export=download>`_.


- matlab version for manual curation http://cellstar-algorithm.strikingly.com/#download


How to use package
------------------

.. code-block:: python

    import cellstar
    input_image = imageio.imread("input_images/sample_brightfield.tif")
    segmentator = cellstar.Segmentation(segmentation_precision=9, avg_cell_diameter=35)
    segmentator.set_frame(input_image)
    segmentation, snakes = segmentator.run_segmentation()

See and run examples/use_cellstar.py as well as tests for more details.

Wide range of example usages
----------------------------
During the testing phase of our plugin it turned out that combining parameter fitting and CellProfiler pipeline flow can result in a very flexible solution. In order to show that and also provide a quick starting point for users the `Official user guide <https://drive.google.com/file/d/0B3to8FwFxuTHNnJZbXRIdTdWTFE/view?usp=share_link&resourcekey=0-ii-gxvLOwkdY_ZQhvfGMKA>`_ was prepared. It is also a part of CellProfiler plugin package.

It contains the ready to use segmentation solution for a wide range of various imagery which includes:

- complete pipeline description

- method selection discussions

- CellProfiler Analyst usage for advanced filtering

The pipelines listed in the document along with the actual imagery are available as a part of plugin version. Every case can be easily to recreate the results.

.. image:: https://user-images.githubusercontent.com/9865688/62827684-7ca28f80-bbd4-11e9-9ff7-f9ee7591d732.png



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Fafa87/cellstar",
    "name": "CellStar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "brightfield,yeast,segmentation,adapting",
    "author": "Filip Mroz",
    "author_email": "fafafft@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "CellStar\r\n========\r\n.. image:: https://github.com/Fafa87/cellstar/actions/workflows/run_tests.yml/badge.svg?branch=master\r\n   :target: https://github.com/Fafa87/cellstar/actions/workflows/run_tests.yml\r\n.. image:: https://img.shields.io/pypi/v/cellstar.svg \r\n   :target: https://pypi.org/project/CellStar/\r\n.. image:: https://img.shields.io/pypi/pyversions/cellstar\r\n   :target: https://pypi.org/project/CellStar/\r\n.. image:: https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20ubuntu-lightgrey \r\n   :target: https://pypi.org/project/CellStar/\r\n\r\n\r\nIntroduction\r\n------------\r\nAutomatic tracking of cells in time-lapse microscopy is required to investigate a multitude of biological questions. To limit manipulations during cell line preparation and phototoxicity during imaging, brightfield imaging is often considered. Since the segmentation and tracking of cells in brightfield images is considered to be a difficult and complex task, a number of software solutions have been already developed.\r\n\r\nCellStar is one of such algorithms. It is optimized to segment and track images of budding yeast cells growing in monolayer (e.g. images from microfluidic chambers), however the algorithm can be also used to track other round objects (in brightfield as well as fluorescent images).\r\n\r\nThe important part of that solution is parameter fitting mechanism which allows to train and use CellStar for many different types of imagery.\r\n\r\nPlease visit our website http://www.cellstar-algorithm.org/ for more details.\r\n\r\nDistributions\r\n-------------\r\nThere are three ways of using CellStar:\r\n\r\n- python package https://github.com/Fafa87/cellstar (`pip install cellstar`)\r\n\r\n- plugin for CellProfiler http://cellstar-algorithm.strikingly.com/#download\r\n    The plugin allows to simply auto-adapt cellstar parameters to the input imagery that you want to segment.\r\n    The package includes not only the plugin itself but also examples of its usage to guide users on how to achieve best segmentation on a given type of imagery.\r\n    The latest version is:\r\n    - 2.0.2 for CellProfiler 4.2.4 available `here <https://drive.google.com/u/0/uc?id=1mhmwUuuYg4ZZQ80rCvmgCGiNHTsq5W6s&export=download>`_.\r\n\r\n\r\n- matlab version for manual curation http://cellstar-algorithm.strikingly.com/#download\r\n\r\n\r\nHow to use package\r\n------------------\r\n\r\n.. code-block:: python\r\n\r\n    import cellstar\r\n    input_image = imageio.imread(\"input_images/sample_brightfield.tif\")\r\n    segmentator = cellstar.Segmentation(segmentation_precision=9, avg_cell_diameter=35)\r\n    segmentator.set_frame(input_image)\r\n    segmentation, snakes = segmentator.run_segmentation()\r\n\r\nSee and run examples/use_cellstar.py as well as tests for more details.\r\n\r\nWide range of example usages\r\n----------------------------\r\nDuring the testing phase of our plugin it turned out that combining parameter fitting and CellProfiler pipeline flow can result in a very flexible solution. In order to show that and also provide a quick starting point for users the `Official user guide <https://drive.google.com/file/d/0B3to8FwFxuTHNnJZbXRIdTdWTFE/view?usp=share_link&resourcekey=0-ii-gxvLOwkdY_ZQhvfGMKA>`_ was prepared. It is also a part of CellProfiler plugin package.\r\n\r\nIt contains the ready to use segmentation solution for a wide range of various imagery which includes:\r\n\r\n- complete pipeline description\r\n\r\n- method selection discussions\r\n\r\n- CellProfiler Analyst usage for advanced filtering\r\n\r\nThe pipelines listed in the document along with the actual imagery are available as a part of plugin version. Every case can be easily to recreate the results.\r\n\r\n.. image:: https://user-images.githubusercontent.com/9865688/62827684-7ca28f80-bbd4-11e9-9ff7-f9ee7591d732.png\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Algorithm for round cells identification in the brightfield microscopy images.",
    "version": "2.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Fafa87/cellstar"
    },
    "split_keywords": [
        "brightfield",
        "yeast",
        "segmentation",
        "adapting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b3fc837a9ef8d977bef4dabb0c821daf2b76172f7942b0c72aaede061af8f5b",
                "md5": "82a3707bb8cca31598d499a7fe33bb4f",
                "sha256": "e54e758fb48191e363f917e849c5ee583fc82a59444766d4b77e8443a6ac45d0"
            },
            "downloads": -1,
            "filename": "CellStar-2.0.3-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "82a3707bb8cca31598d499a7fe33bb4f",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 48914,
            "upload_time": "2023-08-19T10:57:13",
            "upload_time_iso_8601": "2023-08-19T10:57:13.611104Z",
            "url": "https://files.pythonhosted.org/packages/9b/3f/c837a9ef8d977bef4dabb0c821daf2b76172f7942b0c72aaede061af8f5b/CellStar-2.0.3-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8790c69320e8bf34bee7393803910dc55ab613ab80679f59a6e7eb2e67ff7970",
                "md5": "a2095436b4f181b8f34a27cd24c6b4a9",
                "sha256": "6e177be2ddae30c6cc18ccf853c32d7c6426abdcc457744b234caa85db435721"
            },
            "downloads": -1,
            "filename": "CellStar-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2095436b4f181b8f34a27cd24c6b4a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48905,
            "upload_time": "2023-08-19T10:57:16",
            "upload_time_iso_8601": "2023-08-19T10:57:16.425179Z",
            "url": "https://files.pythonhosted.org/packages/87/90/c69320e8bf34bee7393803910dc55ab613ab80679f59a6e7eb2e67ff7970/CellStar-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-19 10:57:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Fafa87",
    "github_project": "cellstar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cellstar"
}
        
Elapsed time: 0.10432s