squidpy


Namesquidpy JSON
Version 1.4.1 PyPI version JSON
download
home_page
SummarySpatial Single Cell Analysis in Python
upload_time2024-02-06 13:04:07
maintainer
docs_urlNone
authorGiovanni Palla, Michal Klein, Hannah Spitzer
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2021, 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 bio-informatics image analysis single-cell spatial data analysis spatial transcriptomics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |PyPI| |Downloads| |CI| |Docs| |Coverage| |Discourse| |Zulip| |NumFOCUS|

Squidpy - Spatial Single Cell Analysis in Python
================================================

**Squidpy** is a tool for the analysis and visualization of spatial molecular data.
It builds on top of `scanpy`_ and `anndata`_, from which it inherits modularity and scalability.
It provides analysis tools that leverages the spatial coordinates of the data, as well as
tissue images if available.

Visit our `documentation`_ for installation, tutorials, examples and more.

Squidpy is part of the scverse project (`website`_, `governance`_) and is fiscally sponsored by `NumFOCUS`_.
Please consider making a tax-deductible `donation`_ to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

|NumFOCUS logo|

Manuscript
----------
Please see our manuscript `Palla, Spitzer et al. (2022)`_ in **Nature Methods** to learn more.

Squidpy's key applications
--------------------------
- Build and analyze the neighborhood graph from spatial coordinates.
- Compute spatial statistics for cell-types and genes.
- Efficiently store, analyze and visualize large tissue images, leveraging `skimage`_.
- Interactively explore `anndata`_ and large tissue images in `napari`_.

Installation
------------
Install Squidpy via PyPI by running::

    pip install squidpy
    # or with napari included
    pip install 'squidpy[interactive]'

or via Conda as::

    conda install -c conda-forge squidpy

Contributing to Squidpy
-----------------------
We are happy about any contributions! Before you start, check out our `contributing guide <CONTRIBUTING.rst>`_.

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

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

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

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

.. |Coverage| image:: https://codecov.io/gh/scverse/squidpy/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/scverse/squidpy
    :alt: Coverage

.. |Downloads| image:: https://pepy.tech/badge/squidpy
    :target: https://pepy.tech/project/squidpy
    :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/
    :alt: Discourse

.. |Zulip| image:: https://img.shields.io/badge/zulip-join_chat-%2367b08f.svg
    :target: https://scverse.zulipchat.com
    :alt: Zulip

.. |NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
    :target: http://numfocus.org
    :alt: NumFOCUS

.. |NumFOCUS logo| image:: https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png
    :target: https://numfocus.org/project/scverse
    :width: 200

.. _Palla, Spitzer et al. (2022): https://doi.org/10.1038/s41592-021-01358-2
.. _scanpy: https://scanpy.readthedocs.io/en/stable/
.. _anndata: https://anndata.readthedocs.io/en/stable/
.. _napari: https://napari.org/
.. _skimage: https://scikit-image.org/
.. _documentation: https://squidpy.readthedocs.io/en/stable/
.. _website: https://scverse.org/
.. _governance: https://scverse.org/about/roles/
.. _NumFOCUS: https://numfocus.org/
.. _donation: https://numfocus.org/donate-to-scverse/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "squidpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Giovanni Palla <giovanni.palla@helmholtz-muenchen.de>, Michal Klein <michal.klein@helmholtz-muenchen.de>",
    "keywords": "bio-informatics,image analysis,single-cell,spatial data analysis,spatial transcriptomics",
    "author": "Giovanni Palla, Michal Klein, Hannah Spitzer",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5d/f6/fa805aafd7f113dc9e00fb0973d1c493c5c70a15addc88b57b5062daef3f/squidpy-1.4.1.tar.gz",
    "platform": null,
    "description": "|PyPI| |Downloads| |CI| |Docs| |Coverage| |Discourse| |Zulip| |NumFOCUS|\n\nSquidpy - Spatial Single Cell Analysis in Python\n================================================\n\n**Squidpy** is a tool for the analysis and visualization of spatial molecular data.\nIt builds on top of `scanpy`_ and `anndata`_, from which it inherits modularity and scalability.\nIt provides analysis tools that leverages the spatial coordinates of the data, as well as\ntissue images if available.\n\nVisit our `documentation`_ for installation, tutorials, examples and more.\n\nSquidpy is part of the scverse project (`website`_, `governance`_) and is fiscally sponsored by `NumFOCUS`_.\nPlease consider making a tax-deductible `donation`_ to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.\n\n|NumFOCUS logo|\n\nManuscript\n----------\nPlease see our manuscript `Palla, Spitzer et al. (2022)`_ in **Nature Methods** to learn more.\n\nSquidpy's key applications\n--------------------------\n- Build and analyze the neighborhood graph from spatial coordinates.\n- Compute spatial statistics for cell-types and genes.\n- Efficiently store, analyze and visualize large tissue images, leveraging `skimage`_.\n- Interactively explore `anndata`_ and large tissue images in `napari`_.\n\nInstallation\n------------\nInstall Squidpy via PyPI by running::\n\n    pip install squidpy\n    # or with napari included\n    pip install 'squidpy[interactive]'\n\nor via Conda as::\n\n    conda install -c conda-forge squidpy\n\nContributing to Squidpy\n-----------------------\nWe are happy about any contributions! Before you start, check out our `contributing guide <CONTRIBUTING.rst>`_.\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/squidpy.svg\n    :target: https://pypi.org/project/squidpy/\n    :alt: PyPI\n\n.. |CI| image:: https://img.shields.io/github/actions/workflow/status/scverse/squidpy/test.yml?branch=main\n    :target: https://github.com/scverse/squidpy/actions\n    :alt: CI\n\n.. |Pre-commit| image:: https://results.pre-commit.ci/badge/github/scverse/squidpy/main.svg\n   :target: https://results.pre-commit.ci/latest/github/scverse/squidpy/main\n   :alt: pre-commit.ci status\n\n.. |Docs| image:: https://img.shields.io/readthedocs/squidpy\n    :target: https://squidpy.readthedocs.io/en/stable/\n    :alt: Documentation\n\n.. |Coverage| image:: https://codecov.io/gh/scverse/squidpy/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/scverse/squidpy\n    :alt: Coverage\n\n.. |Downloads| image:: https://pepy.tech/badge/squidpy\n    :target: https://pepy.tech/project/squidpy\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/\n    :alt: Discourse\n\n.. |Zulip| image:: https://img.shields.io/badge/zulip-join_chat-%2367b08f.svg\n    :target: https://scverse.zulipchat.com\n    :alt: Zulip\n\n.. |NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A\n    :target: http://numfocus.org\n    :alt: NumFOCUS\n\n.. |NumFOCUS logo| image:: https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png\n    :target: https://numfocus.org/project/scverse\n    :width: 200\n\n.. _Palla, Spitzer et al. (2022): https://doi.org/10.1038/s41592-021-01358-2\n.. _scanpy: https://scanpy.readthedocs.io/en/stable/\n.. _anndata: https://anndata.readthedocs.io/en/stable/\n.. _napari: https://napari.org/\n.. _skimage: https://scikit-image.org/\n.. _documentation: https://squidpy.readthedocs.io/en/stable/\n.. _website: https://scverse.org/\n.. _governance: https://scverse.org/about/roles/\n.. _NumFOCUS: https://numfocus.org/\n.. _donation: https://numfocus.org/donate-to-scverse/\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2021, 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": "Spatial Single Cell Analysis in Python",
    "version": "1.4.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/scverse/squidpy/issues",
        "Documentation": "https://squidpy.readthedocs.io/en/stable",
        "Homepage": "https://github.com/scverse/squidpy",
        "Source Code": "https://github.com/scverse/squidpy"
    },
    "split_keywords": [
        "bio-informatics",
        "image analysis",
        "single-cell",
        "spatial data analysis",
        "spatial transcriptomics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e1e852fe51ad5f1bdb2dd9a5f8f16ef4584f27b702941bbeca2048543ad6a76",
                "md5": "20efa12c50eef18ebbd1dbb805d7776a",
                "sha256": "dbe711fbb9a1679a632b8ddc0b6a6287c8fc1bd70492cd099f4d445fbdb9bd40"
            },
            "downloads": -1,
            "filename": "squidpy-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20efa12c50eef18ebbd1dbb805d7776a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 145806,
            "upload_time": "2024-02-06T13:04:04",
            "upload_time_iso_8601": "2024-02-06T13:04:04.522877Z",
            "url": "https://files.pythonhosted.org/packages/3e/1e/852fe51ad5f1bdb2dd9a5f8f16ef4584f27b702941bbeca2048543ad6a76/squidpy-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5df6fa805aafd7f113dc9e00fb0973d1c493c5c70a15addc88b57b5062daef3f",
                "md5": "dda48e83c3e6f96dd9167b91f2e999d3",
                "sha256": "485e48163b235af5b3d1cc06e3971ae848d0787c2958b5795200755a86dadf4f"
            },
            "downloads": -1,
            "filename": "squidpy-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dda48e83c3e6f96dd9167b91f2e999d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5874677,
            "upload_time": "2024-02-06T13:04:07",
            "upload_time_iso_8601": "2024-02-06T13:04:07.108015Z",
            "url": "https://files.pythonhosted.org/packages/5d/f6/fa805aafd7f113dc9e00fb0973d1c493c5c70a15addc88b57b5062daef3f/squidpy-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 13:04:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scverse",
    "github_project": "squidpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "squidpy"
}
        
Elapsed time: 0.17855s