cenfind


Namecenfind JSON
Version 0.14.0 PyPI version JSON
download
home_pagehttps://github.com/UPGON/cenfind
SummaryScore cells for centrioles in IF data
upload_time2024-02-16 16:26:45
maintainer
docs_urlNone
authorLeo Burgy
requires_python>=3.9,<3.11
licenseMIT
keywords microscopy scientific biology image-analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![alt text](figures/logos/cenfind_logo_full_dark.png)

# CenFind

**Cenfind** is a command line interface written in Python to detect and assign centrioles in immunofluorescence images of human cells.
Specifically, it orchestrates the detection of centrioles, the detection of the nuclei and the assignment of the centrioles to the nearest nucleus.

## Getting started

1. Install cenfind from PyPI:
```shell
pip install cenfind
```
2. You need to download it from https://figshare.com/articles/software/Cenfind_model_weights/21724421
3. Collect all images in a project folder inside a projections folder (<project_name>/projection/).
4. Run `score` with the path to the project, the path to the model, the index of the nuclei channel (usually 0 or 3),
   the channel to score:

```shell
cenfind score /path/to/dataset /path/to/model/ -n 0 -c 1 2 3
```

5. Check that the predictions in the folders `visualisations/` and `statistics/`

For more information, please check the documentation (https://cenfind.readthedocs.io).

## Citation

We appreciate citations as they help us obtain grant funding and let us discover its application range.

To cite Cenfind in publications, please use:

Bürgy, L., Weigert, M., Hatzopoulos, G. et al. CenFind: a deep-learning pipeline for efficient centriole detection in
microscopy datasets. BMC Bioinformatics 24, 120 (2023). https://doi.org/10.1186/s12859-023-05214-2

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/UPGON/cenfind",
    "name": "cenfind",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.11",
    "maintainer_email": "",
    "keywords": "microscopy,scientific,biology,image-analysis",
    "author": "Leo Burgy",
    "author_email": "leo.burgy@epfl.ch",
    "download_url": "https://files.pythonhosted.org/packages/4c/4c/bd593c3789f21ffd73f34d589b9361b319ce4801ee8793d6e08d2ae46a40/cenfind-0.14.0.tar.gz",
    "platform": null,
    "description": "![alt text](figures/logos/cenfind_logo_full_dark.png)\n\n# CenFind\n\n**Cenfind** is a command line interface written in Python to detect and assign centrioles in immunofluorescence images of human cells.\nSpecifically, it orchestrates the detection of centrioles, the detection of the nuclei and the assignment of the centrioles to the nearest nucleus.\n\n## Getting started\n\n1. Install cenfind from PyPI:\n```shell\npip install cenfind\n```\n2. You need to download it from https://figshare.com/articles/software/Cenfind_model_weights/21724421\n3. Collect all images in a project folder inside a projections folder (<project_name>/projection/).\n4. Run `score` with the path to the project, the path to the model, the index of the nuclei channel (usually 0 or 3),\n   the channel to score:\n\n```shell\ncenfind score /path/to/dataset /path/to/model/ -n 0 -c 1 2 3\n```\n\n5. Check that the predictions in the folders `visualisations/` and `statistics/`\n\nFor more information, please check the documentation (https://cenfind.readthedocs.io).\n\n## Citation\n\nWe appreciate citations as they help us obtain grant funding and let us discover its application range.\n\nTo cite Cenfind in publications, please use:\n\nB\u00fcrgy, L., Weigert, M., Hatzopoulos, G. et al. CenFind: a deep-learning pipeline for efficient centriole detection in\nmicroscopy datasets. BMC Bioinformatics 24, 120 (2023). https://doi.org/10.1186/s12859-023-05214-2\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Score cells for centrioles in IF data",
    "version": "0.14.0",
    "project_urls": {
        "Homepage": "https://github.com/UPGON/cenfind",
        "Repository": "https://github.com/UPGON/cenfind"
    },
    "split_keywords": [
        "microscopy",
        "scientific",
        "biology",
        "image-analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "331288b48e559df24e5793aacf166a57ceaa5813252700fdcf586d7de8186d58",
                "md5": "e996b4a6e3f8b04e99ae4f3c85976788",
                "sha256": "317f1b4345659fd3a48b8fc59df86811faef9d74b6305fa6f42f2101baff4713"
            },
            "downloads": -1,
            "filename": "cenfind-0.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e996b4a6e3f8b04e99ae4f3c85976788",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.11",
            "size": 39068,
            "upload_time": "2024-02-16T16:26:43",
            "upload_time_iso_8601": "2024-02-16T16:26:43.171325Z",
            "url": "https://files.pythonhosted.org/packages/33/12/88b48e559df24e5793aacf166a57ceaa5813252700fdcf586d7de8186d58/cenfind-0.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c4cbd593c3789f21ffd73f34d589b9361b319ce4801ee8793d6e08d2ae46a40",
                "md5": "4e39d3c10aae6b7b57e1aa03d7cc1e18",
                "sha256": "50495ba76b493f575dd7a17e785374d5b29bbdd1ef64e05fb689f4f79be26b01"
            },
            "downloads": -1,
            "filename": "cenfind-0.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e39d3c10aae6b7b57e1aa03d7cc1e18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.11",
            "size": 27221,
            "upload_time": "2024-02-16T16:26:45",
            "upload_time_iso_8601": "2024-02-16T16:26:45.113332Z",
            "url": "https://files.pythonhosted.org/packages/4c/4c/bd593c3789f21ffd73f34d589b9361b319ce4801ee8793d6e08d2ae46a40/cenfind-0.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 16:26:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UPGON",
    "github_project": "cenfind",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cenfind"
}
        
Elapsed time: 0.18016s