cellrank


Namecellrank JSON
Version 2.0.4 PyPI version JSON
download
home_pageNone
SummaryCellRank: dynamics from multi-view single-cell data
upload_time2024-04-08 14:22:09
maintainerNone
docs_urlNone
authorMarius Lange, Michal Klein, Philipp Weiler
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2019, Theis Lab All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords single-cell bio-informatics rna velocity markov chain gpcca
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |PyPI| |Downloads| |CI| |Docs| |Codecov| |Discourse|

CellRank 2: Unified fate mapping in multiview single-cell data
==============================================================
.. image:: docs/_static/img/light_mode_overview.png#gh-light-mode-only
    :width: 600px
    :align: center
    :class: only-light

.. image:: docs/_static/img/dark_mode_overview.png#gh-dark-mode-only
    :width: 600px
    :align: center

**CellRank** is a modular framework to study cellular dynamics based on Markov state modeling of
multi-view single-cell data. See our `documentation`_, and the `CellRank 1`_ and `CellRank 2 manuscript`_ to learn more.
See `here <https://github.com/theislab/cellrank/blob/main/docs/about/cite.rst>`_ for how to properly cite our work.

CellRank scales to large cell numbers, is fully compatible with the `scverse`_ ecosystem, and easy to use.
In the backend, it is powered by `pyGPCCA`_ (`Reuter et al. (2018)`_). Feel
free to open an `issue`_ or send us an `email`_ if you encounter a bug, need our help or just
want to make a comment/suggestion.

CellRank's key applications
---------------------------
- Estimate differentiation direction based on a varied number of biological priors, including RNA velocity
  (`La Manno et al. (2018)`_, `Bergen et al. (2020)`_), any pseudotime or developmental potential,
  experimental time points, metabolic labels, and more.
- Compute initial, terminal and intermediate macrostates.
- Infer fate probabilities and driver genes.
- Visualize and cluster gene expression trends.
- ... and much more, check out our `documentation`_.

.. |PyPI| image:: https://img.shields.io/pypi/v/cellrank.svg
    :target: https://pypi.org/project/cellrank
    :alt: PyPI

.. |Downloads| image:: https://static.pepy.tech/badge/cellrank
    :target: https://pepy.tech/project/cellrank
    :alt: Downloads

.. |Discourse| image:: https://img.shields.io/discourse/posts?color=yellow&logo=discourse&server=https%3A%2F%2Fdiscourse.scverse.org
    :target: https://discourse.scverse.org/c/ecosystem/cellrank/
    :alt: Discourse

.. |CI| image:: https://img.shields.io/github/actions/workflow/status/theislab/cellrank/test.yml?branch=main
    :target: https://github.com/theislab/cellrank/actions
    :alt: CI

.. |Docs|  image:: https://img.shields.io/readthedocs/cellrank
    :target: https://cellrank.readthedocs.io/
    :alt: Documentation

.. |Codecov| image:: https://codecov.io/gh/theislab/cellrank/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/theislab/cellrank
    :alt: Coverage


.. _La Manno et al. (2018): https://doi.org/10.1038/s41586-018-0414-6
.. _Bergen et al. (2020): https://doi.org/10.1038/s41587-020-0591-3
.. _Reuter et al. (2018): https://doi.org/10.1021/acs.jctc.8b00079

.. _scverse: https://scverse.org/
.. _pyGPCCA: https://github.com/msmdev/pyGPCCA

.. _CellRank 1: https://www.nature.com/articles/s41592-021-01346-6
.. _CellRank 2 manuscript: https://doi.org/10.1101/2023.07.19.549685
.. _documentation: https://cellrank.org

.. _email: mailto:info@cellrank.org
.. _issue: https://github.com/theislab/cellrank/issues/new/choose

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cellrank",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Michal Klein <info@cellrank.org>",
    "keywords": "single-cell, bio-informatics, RNA velocity, Markov chain, GPCCA",
    "author": "Marius Lange, Michal Klein, Philipp Weiler",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/97/68/94eacdef22373a7f1053b346ccd6daaa836777491f64b1c29bb613e4fc74/cellrank-2.0.4.tar.gz",
    "platform": null,
    "description": "|PyPI| |Downloads| |CI| |Docs| |Codecov| |Discourse|\n\nCellRank 2: Unified fate mapping in multiview single-cell data\n==============================================================\n.. image:: docs/_static/img/light_mode_overview.png#gh-light-mode-only\n    :width: 600px\n    :align: center\n    :class: only-light\n\n.. image:: docs/_static/img/dark_mode_overview.png#gh-dark-mode-only\n    :width: 600px\n    :align: center\n\n**CellRank** is a modular framework to study cellular dynamics based on Markov state modeling of\nmulti-view single-cell data. See our `documentation`_, and the `CellRank 1`_ and `CellRank 2 manuscript`_ to learn more.\nSee `here <https://github.com/theislab/cellrank/blob/main/docs/about/cite.rst>`_ for how to properly cite our work.\n\nCellRank scales to large cell numbers, is fully compatible with the `scverse`_ ecosystem, and easy to use.\nIn the backend, it is powered by `pyGPCCA`_ (`Reuter et al. (2018)`_). Feel\nfree to open an `issue`_ or send us an `email`_ if you encounter a bug, need our help or just\nwant to make a comment/suggestion.\n\nCellRank's key applications\n---------------------------\n- Estimate differentiation direction based on a varied number of biological priors, including RNA velocity\n  (`La Manno et al. (2018)`_, `Bergen et al. (2020)`_), any pseudotime or developmental potential,\n  experimental time points, metabolic labels, and more.\n- Compute initial, terminal and intermediate macrostates.\n- Infer fate probabilities and driver genes.\n- Visualize and cluster gene expression trends.\n- ... and much more, check out our `documentation`_.\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/cellrank.svg\n    :target: https://pypi.org/project/cellrank\n    :alt: PyPI\n\n.. |Downloads| image:: https://static.pepy.tech/badge/cellrank\n    :target: https://pepy.tech/project/cellrank\n    :alt: Downloads\n\n.. |Discourse| image:: https://img.shields.io/discourse/posts?color=yellow&logo=discourse&server=https%3A%2F%2Fdiscourse.scverse.org\n    :target: https://discourse.scverse.org/c/ecosystem/cellrank/\n    :alt: Discourse\n\n.. |CI| image:: https://img.shields.io/github/actions/workflow/status/theislab/cellrank/test.yml?branch=main\n    :target: https://github.com/theislab/cellrank/actions\n    :alt: CI\n\n.. |Docs|  image:: https://img.shields.io/readthedocs/cellrank\n    :target: https://cellrank.readthedocs.io/\n    :alt: Documentation\n\n.. |Codecov| image:: https://codecov.io/gh/theislab/cellrank/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/theislab/cellrank\n    :alt: Coverage\n\n\n.. _La Manno et al. (2018): https://doi.org/10.1038/s41586-018-0414-6\n.. _Bergen et al. (2020): https://doi.org/10.1038/s41587-020-0591-3\n.. _Reuter et al. (2018): https://doi.org/10.1021/acs.jctc.8b00079\n\n.. _scverse: https://scverse.org/\n.. _pyGPCCA: https://github.com/msmdev/pyGPCCA\n\n.. _CellRank 1: https://www.nature.com/articles/s41592-021-01346-6\n.. _CellRank 2 manuscript: https://doi.org/10.1101/2023.07.19.549685\n.. _documentation: https://cellrank.org\n\n.. _email: mailto:info@cellrank.org\n.. _issue: https://github.com/theislab/cellrank/issues/new/choose\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2019, Theis Lab All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "CellRank: dynamics from multi-view single-cell data",
    "version": "2.0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/theislab/cellrank/issues",
        "Documentation": "https://cellrank.readthedocs.io",
        "Download": "https://cellrank.readthedocs.io/en/latest/installation.html",
        "Homepage": "https://github.com/theislab/cellrank",
        "Source Code": "https://github.com/theislab/cellrank"
    },
    "split_keywords": [
        "single-cell",
        " bio-informatics",
        " rna velocity",
        " markov chain",
        " gpcca"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d8199db798dcd54b5ecbb536836c54d1d37a20abd3fae3d2f53e92f14902a7f",
                "md5": "7163c42df565e09934f57eb0e12b1364",
                "sha256": "cc95aca3d47bd902be66b7d87d1425b6fc84b6ee179c7850533d44faff5ce878"
            },
            "downloads": -1,
            "filename": "cellrank-2.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7163c42df565e09934f57eb0e12b1364",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 225736,
            "upload_time": "2024-04-08T14:22:08",
            "upload_time_iso_8601": "2024-04-08T14:22:08.098289Z",
            "url": "https://files.pythonhosted.org/packages/3d/81/99db798dcd54b5ecbb536836c54d1d37a20abd3fae3d2f53e92f14902a7f/cellrank-2.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "976894eacdef22373a7f1053b346ccd6daaa836777491f64b1c29bb613e4fc74",
                "md5": "a800ca0abf7ddcc011d2d12a3af78a90",
                "sha256": "e0bc51d505bbaa5cb6582808855225d58c7bfdff439d70717c641c136651bda8"
            },
            "downloads": -1,
            "filename": "cellrank-2.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a800ca0abf7ddcc011d2d12a3af78a90",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 193494,
            "upload_time": "2024-04-08T14:22:09",
            "upload_time_iso_8601": "2024-04-08T14:22:09.991039Z",
            "url": "https://files.pythonhosted.org/packages/97/68/94eacdef22373a7f1053b346ccd6daaa836777491f64b1c29bb613e4fc74/cellrank-2.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 14:22:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theislab",
    "github_project": "cellrank",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cellrank"
}
        
Elapsed time: 0.22736s