moscot


Namemoscot JSON
Version 0.3.4 PyPI version JSON
download
home_page
SummaryMulti-omic single-cell optimal transport tools
upload_time2024-03-13 10:41:17
maintainer
docs_urlNone
authorDominik Klein, Giovanni Palla, Michal Klein, Zoe Piran, Marius Lange
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2022, 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 optimal transport
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |PyPI| |Downloads| |CI| |Pre-commit| |Codecov| |Docs|

moscot - multi-omic single-cell optimal transport tools
=======================================================

**moscot** is a scalable framework for Optimal Transport (OT) applications in
single-cell genomics. It can be used for

- trajectory inference (incorporating spatial and lineage information)
- mapping cells to their spatial organisation
- aligning spatial transcriptomics slides
- translating modalities
- prototyping of new OT models in single-cell genomics

**moscot** is powered by
`OTT <https://ott-jax.readthedocs.io>`_ which is a JAX-based Optimal
Transport toolkit that supports just-in-time compilation, GPU acceleration, automatic
differentiation and linear memory complexity for OT problems.

Installation
------------
You can install **moscot** via::

    pip install moscot

In order to install **moscot** from in editable mode, run::

    git clone https://github.com/theislab/moscot
    cd moscot
    pip install -e .

For further instructions how to install jax, please refer to https://github.com/google/jax.

Resources
---------

Please have a look at our `documentation <https://moscot.readthedocs.io>`_

Reference
---------

Our preprint "Mapping cells through time and space with moscot" can be found `here <https://www.biorxiv.org/content/10.1101/2023.05.11.540374v1>`_.

.. |Codecov| image:: https://codecov.io/gh/theislab/moscot/branch/master/graph/badge.svg?token=Rgtm5Tsblo
    :target: https://codecov.io/gh/theislab/moscot
    :alt: Coverage

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

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

.. |Pre-commit| image:: https://results.pre-commit.ci/badge/github/theislab/moscot/main.svg
   :target: https://results.pre-commit.ci/latest/github/theislab/moscot/main
   :alt: pre-commit.ci status

.. |Docs| image:: https://img.shields.io/readthedocs/moscot
    :target: https://moscot.readthedocs.io/en/stable/
    :alt: Documentation

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "moscot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Dominik Klein <dominik.klein@helmholtz-muenchen.de>, Giovanni Palla <giovanni.palla@helmholtz-muenchen.de>, Michal Klein <michal.klein@helmholtz-muenchen.de>",
    "keywords": "single-cell,bio-informatics,optimal transport",
    "author": "Dominik Klein, Giovanni Palla, Michal Klein, Zoe Piran, Marius Lange",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1f/55/54fa750074a786dd0f6849c67976bcd1b0da50cbe44191c38471bea50dcb/moscot-0.3.4.tar.gz",
    "platform": null,
    "description": "|PyPI| |Downloads| |CI| |Pre-commit| |Codecov| |Docs|\n\nmoscot - multi-omic single-cell optimal transport tools\n=======================================================\n\n**moscot** is a scalable framework for Optimal Transport (OT) applications in\nsingle-cell genomics. It can be used for\n\n- trajectory inference (incorporating spatial and lineage information)\n- mapping cells to their spatial organisation\n- aligning spatial transcriptomics slides\n- translating modalities\n- prototyping of new OT models in single-cell genomics\n\n**moscot** is powered by\n`OTT <https://ott-jax.readthedocs.io>`_ which is a JAX-based Optimal\nTransport toolkit that supports just-in-time compilation, GPU acceleration, automatic\ndifferentiation and linear memory complexity for OT problems.\n\nInstallation\n------------\nYou can install **moscot** via::\n\n    pip install moscot\n\nIn order to install **moscot** from in editable mode, run::\n\n    git clone https://github.com/theislab/moscot\n    cd moscot\n    pip install -e .\n\nFor further instructions how to install jax, please refer to https://github.com/google/jax.\n\nResources\n---------\n\nPlease have a look at our `documentation <https://moscot.readthedocs.io>`_\n\nReference\n---------\n\nOur preprint \"Mapping cells through time and space with moscot\" can be found `here <https://www.biorxiv.org/content/10.1101/2023.05.11.540374v1>`_.\n\n.. |Codecov| image:: https://codecov.io/gh/theislab/moscot/branch/master/graph/badge.svg?token=Rgtm5Tsblo\n    :target: https://codecov.io/gh/theislab/moscot\n    :alt: Coverage\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/moscot.svg\n    :target: https://pypi.org/project/moscot/\n    :alt: PyPI\n\n.. |CI| image:: https://img.shields.io/github/actions/workflow/status/theislab/moscot/test.yml?branch=main\n    :target: https://github.com/theislab/moscot/actions\n    :alt: CI\n\n.. |Pre-commit| image:: https://results.pre-commit.ci/badge/github/theislab/moscot/main.svg\n   :target: https://results.pre-commit.ci/latest/github/theislab/moscot/main\n   :alt: pre-commit.ci status\n\n.. |Docs| image:: https://img.shields.io/readthedocs/moscot\n    :target: https://moscot.readthedocs.io/en/stable/\n    :alt: Documentation\n\n.. |Downloads| image:: https://static.pepy.tech/badge/moscot\n    :target: https://pepy.tech/project/moscot\n    :alt: Downloads\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2022, 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": "Multi-omic single-cell optimal transport tools",
    "version": "0.3.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/theislab/moscot/issues",
        "Documentation": "https://moscot.readthedocs.io",
        "Download": "https://moscot.readthedocs.io/en/latest/installation.html",
        "Homepage": "https://github.com/theislab/moscot",
        "Source Code": "https://github.com/theislab/moscot"
    },
    "split_keywords": [
        "single-cell",
        "bio-informatics",
        "optimal transport"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81643cdec9f9d4eb48a0e14f3f1f991580770fb1fa52123488dbf110ad6a9e18",
                "md5": "c2af29e28d24ff7f356a4425546c9d26",
                "sha256": "3c830ca524b26a61da094a09603bfb3bf91d8ce0b0104c1022d211313c30218c"
            },
            "downloads": -1,
            "filename": "moscot-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2af29e28d24ff7f356a4425546c9d26",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 141949,
            "upload_time": "2024-03-13T10:41:15",
            "upload_time_iso_8601": "2024-03-13T10:41:15.743905Z",
            "url": "https://files.pythonhosted.org/packages/81/64/3cdec9f9d4eb48a0e14f3f1f991580770fb1fa52123488dbf110ad6a9e18/moscot-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f5554fa750074a786dd0f6849c67976bcd1b0da50cbe44191c38471bea50dcb",
                "md5": "94f79b8f6dfe40c5112532b2c20eec84",
                "sha256": "438b9ee5a619b21e554573bd61d30d2db331a493cab875289fceb09952a711e7"
            },
            "downloads": -1,
            "filename": "moscot-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "94f79b8f6dfe40c5112532b2c20eec84",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 117974,
            "upload_time": "2024-03-13T10:41:17",
            "upload_time_iso_8601": "2024-03-13T10:41:17.670179Z",
            "url": "https://files.pythonhosted.org/packages/1f/55/54fa750074a786dd0f6849c67976bcd1b0da50cbe44191c38471bea50dcb/moscot-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 10:41:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theislab",
    "github_project": "moscot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "moscot"
}
        
Elapsed time: 0.45197s