readimc


Namereadimc JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/BodenmillerGroup/readimc
SummaryPython package for reading imaging mass cytometry (IMC) files
upload_time2024-09-09 08:12:32
maintainerMilad Adibi
docs_urlNone
authorJonas Windhager
requires_python>=3.8
licenseMIT
keywords imaging mass cytometry imc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # readimc

<a href="#"><img alt="Python" src="https://img.shields.io/pypi/pyversions/readimc" /></a>
<a href="https://github.com/BodenmillerGroup/readimc/actions/workflows/build.yml" alt="Build"><img alt="Build" src="https://img.shields.io/github/actions/workflow/status/BodenmillerGroup/readimc/build.yml?label=build" /></a>
<a href="https://pypi.org/project/readimc" alt="PyPI"><img alt="PyPI" src="https://img.shields.io/pypi/v/readimc" /></a>
<a href="#"><img alt="Coverage" src="https://img.shields.io/codecov/c/github/BodenmillerGroup/readimc" /></a>
<a href="https://bodenmillergroup.github.io/readimc" alt="Documentation"><img alt="Documentation" src="https://img.shields.io/github/actions/workflow/status/BodenmillerGroup/readimc/docs.yml?label=docs" /></a>
<a href="https://github.com/BodenmillerGroup/readimc/issues" alt="Issues"><img alt="Issues" src="https://img.shields.io/github/issues/BodenmillerGroup/readimc" /></a>
<a href="https://github.com/BodenmillerGroup/readimc/pulls" alt="Pull requests"><img alt="Pull requests" src="https://img.shields.io/github/issues-pr/BodenmillerGroup/readimc" /></a>
<a href="https://github.com/BodenmillerGroup/readimc/blob/main/LICENSE" alt="License"><img alt="License" src="https://img.shields.io/github/license/BodenmillerGroup/readimc" /></a>

Python package for reading imaging mass cytometry (IMC) files

Documentation is available at https://bodenmillergroup.github.io/readimc

## Citation

Please cite the following paper when using `readimc` in your work:

>  Windhager, J., Zanotelli, V.R.T., Schulz, D. et al. An end-to-end workflow for multiplexed image processing and analysis. Nat Protoc (2023). https://doi.org/10.1038/s41596-023-00881-0

    @article{Windhager2023,
        author = {Windhager, Jonas and Zanotelli, Vito R.T. and Schulz, Daniel and Meyer, Lasse and Daniel, Michelle and Bodenmiller, Bernd and Eling, Nils},
        title = {An end-to-end workflow for multiplexed image processing and analysis},
        year = {2023},
        doi = {10.1038/s41596-023-00881-0},
        URL = {https://www.nature.com/articles/s41596-023-00881-0},
        journal = {Nature Protocols}
    }

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BodenmillerGroup/readimc",
    "name": "readimc",
    "maintainer": "Milad Adibi",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "milad.adibi@uzh.ch",
    "keywords": "imaging mass cytometry, IMC",
    "author": "Jonas Windhager",
    "author_email": "jonas@windhager.io",
    "download_url": "https://files.pythonhosted.org/packages/1f/df/944d5feb7367cef527775ceee4e68c3b91e614104d6d636989084c581513/readimc-0.8.0.tar.gz",
    "platform": null,
    "description": "# readimc\n\n<a href=\"#\"><img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/readimc\" /></a>\n<a href=\"https://github.com/BodenmillerGroup/readimc/actions/workflows/build.yml\" alt=\"Build\"><img alt=\"Build\" src=\"https://img.shields.io/github/actions/workflow/status/BodenmillerGroup/readimc/build.yml?label=build\" /></a>\n<a href=\"https://pypi.org/project/readimc\" alt=\"PyPI\"><img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/readimc\" /></a>\n<a href=\"#\"><img alt=\"Coverage\" src=\"https://img.shields.io/codecov/c/github/BodenmillerGroup/readimc\" /></a>\n<a href=\"https://bodenmillergroup.github.io/readimc\" alt=\"Documentation\"><img alt=\"Documentation\" src=\"https://img.shields.io/github/actions/workflow/status/BodenmillerGroup/readimc/docs.yml?label=docs\" /></a>\n<a href=\"https://github.com/BodenmillerGroup/readimc/issues\" alt=\"Issues\"><img alt=\"Issues\" src=\"https://img.shields.io/github/issues/BodenmillerGroup/readimc\" /></a>\n<a href=\"https://github.com/BodenmillerGroup/readimc/pulls\" alt=\"Pull requests\"><img alt=\"Pull requests\" src=\"https://img.shields.io/github/issues-pr/BodenmillerGroup/readimc\" /></a>\n<a href=\"https://github.com/BodenmillerGroup/readimc/blob/main/LICENSE\" alt=\"License\"><img alt=\"License\" src=\"https://img.shields.io/github/license/BodenmillerGroup/readimc\" /></a>\n\nPython package for reading imaging mass cytometry (IMC) files\n\nDocumentation is available at https://bodenmillergroup.github.io/readimc\n\n## Citation\n\nPlease cite the following paper when using `readimc` in your work:\n\n>  Windhager, J., Zanotelli, V.R.T., Schulz, D. et al. An end-to-end workflow for multiplexed image processing and analysis. Nat Protoc (2023). https://doi.org/10.1038/s41596-023-00881-0\n\n    @article{Windhager2023,\n        author = {Windhager, Jonas and Zanotelli, Vito R.T. and Schulz, Daniel and Meyer, Lasse and Daniel, Michelle and Bodenmiller, Bernd and Eling, Nils},\n        title = {An end-to-end workflow for multiplexed image processing and analysis},\n        year = {2023},\n        doi = {10.1038/s41596-023-00881-0},\n        URL = {https://www.nature.com/articles/s41596-023-00881-0},\n        journal = {Nature Protocols}\n    }\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package for reading imaging mass cytometry (IMC) files",
    "version": "0.8.0",
    "project_urls": {
        "Homepage": "https://github.com/BodenmillerGroup/readimc"
    },
    "split_keywords": [
        "imaging mass cytometry",
        " imc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14fc66ab0cdae84c37e4d9739b8d7ceb72dc42352145a954e0c0469969c74095",
                "md5": "3c32da62ceb3eae3184c52fc6e2c417e",
                "sha256": "1287e8f96426da4eadabb332809a1a5f2df7e3218f4f669aac1e21516649c039"
            },
            "downloads": -1,
            "filename": "readimc-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c32da62ceb3eae3184c52fc6e2c417e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14862,
            "upload_time": "2024-09-09T08:12:31",
            "upload_time_iso_8601": "2024-09-09T08:12:31.058778Z",
            "url": "https://files.pythonhosted.org/packages/14/fc/66ab0cdae84c37e4d9739b8d7ceb72dc42352145a954e0c0469969c74095/readimc-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fdf944d5feb7367cef527775ceee4e68c3b91e614104d6d636989084c581513",
                "md5": "25d283b60cb89cbeb7ed1d0f0fa48117",
                "sha256": "9030523ee8d004bffec1a56a5e4af29c912216710979cdd8e4c2a34231195412"
            },
            "downloads": -1,
            "filename": "readimc-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "25d283b60cb89cbeb7ed1d0f0fa48117",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22463,
            "upload_time": "2024-09-09T08:12:32",
            "upload_time_iso_8601": "2024-09-09T08:12:32.790872Z",
            "url": "https://files.pythonhosted.org/packages/1f/df/944d5feb7367cef527775ceee4e68c3b91e614104d6d636989084c581513/readimc-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 08:12:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BodenmillerGroup",
    "github_project": "readimc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "readimc"
}
        
Elapsed time: 0.92860s