episcanpy


Nameepiscanpy JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttp://github.com/colomemaria/epiScanpy
SummaryEpigenomics Single-Cell Analysis in Python.
upload_time2022-11-17 09:57:49
maintainer
docs_urlNone
author
requires_python>=3.5
licenseBSD
keywords
VCS
bugtrack_url
requirements anndata scanpy importlib_metadata intervaltree matplotlib pandas scipy seaborn h5py scikit-learn statsmodels networkx natsort joblib numba numpy bamnostic umap-learn tqdm tbb legacy-api-wrap setuptools_scm packaging pysam h5py kneed
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
EpiScanpy – Epigenomics single cell analysis in python
======================================================

**EpiScanpy** is a toolkit to analyse single-cell open chromatin (scATAC-seq) and single-cell DNA methylation (for example scBS-seq) data. **EpiScanpy** is the epigenomic extension of the very popular scRNA-seq analysis tool **Scanpy** (`Genome Biology <https://doi.org/10.1186/s13059-017-1382-0>`__, 2018) [Wolf18]. For more information on scanpy, read the following `documentation <https://scanpy.readthedocs.io>`__. 

EpiScanpy paper is now accessible on `Nature Communications <https://www.nature.com/articles/s41467-021-25131-3>`__. For more information on how to use the package, more information are available on the `website <https://colomemaria.github.io/episcanpy_doc>`__. 


.. start-badges

.. list-table::
    :stub-columns: 1

    * - Releases
      - | |GitHub release| |GitHub tag| |PyPI|
    * - Build status via Conda
      - | |Conda-Linux| 
    * - Python versions
      - | |py39| |py38| |py37| |py36| |py27| 
    * - Operating System
      - | |ubuntu-20.04| |macOS Catalina| |windows-latest|
    * - Document status
      - | |Docs|
    * - Github status
      - | |GitHub contributors| |GitHub stars| |GitHub forks| |GitHub watchers| |GitHub followers| 

.. |Docs| image:: https://readthedocs.com/projects/icb-scanpy/badge/?version=latest
   :target: https://episcanpy.readthedocs.io/en/latest/
.. |PyPI| image:: https://img.shields.io/pypi/v/episcanpy.svg
    :target: https://pypi.org/project/episcanpy
.. |py27| image:: https://github.com/colomemaria/epiScanpy/workflows/py27/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |py36| image:: https://github.com/colomemaria/epiScanpy/workflows/py36/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |py37| image:: https://github.com/colomemaria/epiScanpy/workflows/py37/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |py38| image:: https://github.com/colomemaria/epiScanpy/workflows/py38/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |py39| image:: https://github.com/colomemaria/epiScanpy/workflows/py39/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |ubuntu-20.04| image:: https://github.com/colomemaria/epiScanpy/workflows/ubuntu-20.04/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |macOS Catalina| image:: https://github.com/colomemaria/epiScanpy/workflows/macOS%20Catalina/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |windows-latest| image:: https://github.com/colomemaria/epiScanpy/workflows/windows-latest/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |Conda-Linux| image:: https://github.com/colomemaria/epiScanpy/workflows/Conda-Linux/badge.svg
    :target: https://github.com/colomemaria/epiScanpy/
.. |GitHub release| image:: https://img.shields.io/github/release/colomemaria/epiScanpy.svg
   :target: https://GitHub.com/colomemaria/epiScanpy/releases/
.. |GitHub tag| image:: https://img.shields.io/github/tag/colomemaria/epiScanpy.svg
   :target: https://GitHub.com/colomemaria/epiScanpy/tags/
.. |GitHub forks| image:: https://img.shields.io/github/forks/colomemaria/epiScanpy.svg?style=social&label=Fork&maxAge=2592000
   :target: https://GitHub.com/colomemaria/epiScanpy/network/   
.. |GitHub stars| image:: https://img.shields.io/github/stars/colomemaria/epiScanpy.svg?style=social&label=Star&maxAge=2592000
   :target: https://GitHub.com/colomemaria/epiScanpy/stargazers/
.. |GitHub watchers| image:: https://img.shields.io/github/watchers/colomemaria/epiScanpy.svg?style=social&label=Watch&maxAge=2592000
   :target: https://GitHub.com/colomemaria/epiScanpy/watchers/
.. |GitHub followers| image:: https://img.shields.io/github/followers/colomemaria.svg?style=social&label=Follow&maxAge=2592000
   :target: https://GitHub.com/colomemaria?tab=followers
.. |GitHub contributors| image:: https://img.shields.io/github/contributors/colomemaria/epiScanpy.svg
   :target: https://GitHub.com/colomemaria/epiScanpy/graphs/contributors/

Documentation
=============

The documentation for epiScanpy is available `here <https://colomemaria.github.io/episcanpy_doc/>`__. If epiScanpy is useful to your research, consider citing `epiScanpy <https://www.nature.com/articles/s41467-021-25131-3>`__.






            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/colomemaria/epiScanpy",
    "name": "episcanpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f2/94/932492fe164327cf8dc7e3a0a4f1693e7afde32e0648866f9ceb7a9c2965/episcanpy-0.4.0.tar.gz",
    "platform": null,
    "description": "\nEpiScanpy \u2013 Epigenomics single cell analysis in python\n======================================================\n\n**EpiScanpy** is a toolkit to analyse single-cell open chromatin (scATAC-seq) and single-cell DNA methylation (for example scBS-seq) data. **EpiScanpy** is the epigenomic extension of the very popular scRNA-seq analysis tool **Scanpy** (`Genome Biology <https://doi.org/10.1186/s13059-017-1382-0>`__, 2018) [Wolf18]. For more information on scanpy, read the following `documentation <https://scanpy.readthedocs.io>`__. \n\nEpiScanpy paper is now accessible on `Nature Communications <https://www.nature.com/articles/s41467-021-25131-3>`__. For more information on how to use the package, more information are available on the `website <https://colomemaria.github.io/episcanpy_doc>`__. \n\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - Releases\n      - | |GitHub release| |GitHub tag| |PyPI|\n    * - Build status via Conda\n      - | |Conda-Linux| \n    * - Python versions\n      - | |py39| |py38| |py37| |py36| |py27| \n    * - Operating System\n      - | |ubuntu-20.04| |macOS Catalina| |windows-latest|\n    * - Document status\n      - | |Docs|\n    * - Github status\n      - | |GitHub contributors| |GitHub stars| |GitHub forks| |GitHub watchers| |GitHub followers| \n\n.. |Docs| image:: https://readthedocs.com/projects/icb-scanpy/badge/?version=latest\n   :target: https://episcanpy.readthedocs.io/en/latest/\n.. |PyPI| image:: https://img.shields.io/pypi/v/episcanpy.svg\n    :target: https://pypi.org/project/episcanpy\n.. |py27| image:: https://github.com/colomemaria/epiScanpy/workflows/py27/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |py36| image:: https://github.com/colomemaria/epiScanpy/workflows/py36/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |py37| image:: https://github.com/colomemaria/epiScanpy/workflows/py37/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |py38| image:: https://github.com/colomemaria/epiScanpy/workflows/py38/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |py39| image:: https://github.com/colomemaria/epiScanpy/workflows/py39/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |ubuntu-20.04| image:: https://github.com/colomemaria/epiScanpy/workflows/ubuntu-20.04/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |macOS Catalina| image:: https://github.com/colomemaria/epiScanpy/workflows/macOS%20Catalina/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |windows-latest| image:: https://github.com/colomemaria/epiScanpy/workflows/windows-latest/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |Conda-Linux| image:: https://github.com/colomemaria/epiScanpy/workflows/Conda-Linux/badge.svg\n    :target: https://github.com/colomemaria/epiScanpy/\n.. |GitHub release| image:: https://img.shields.io/github/release/colomemaria/epiScanpy.svg\n   :target: https://GitHub.com/colomemaria/epiScanpy/releases/\n.. |GitHub tag| image:: https://img.shields.io/github/tag/colomemaria/epiScanpy.svg\n   :target: https://GitHub.com/colomemaria/epiScanpy/tags/\n.. |GitHub forks| image:: https://img.shields.io/github/forks/colomemaria/epiScanpy.svg?style=social&label=Fork&maxAge=2592000\n   :target: https://GitHub.com/colomemaria/epiScanpy/network/   \n.. |GitHub stars| image:: https://img.shields.io/github/stars/colomemaria/epiScanpy.svg?style=social&label=Star&maxAge=2592000\n   :target: https://GitHub.com/colomemaria/epiScanpy/stargazers/\n.. |GitHub watchers| image:: https://img.shields.io/github/watchers/colomemaria/epiScanpy.svg?style=social&label=Watch&maxAge=2592000\n   :target: https://GitHub.com/colomemaria/epiScanpy/watchers/\n.. |GitHub followers| image:: https://img.shields.io/github/followers/colomemaria.svg?style=social&label=Follow&maxAge=2592000\n   :target: https://GitHub.com/colomemaria?tab=followers\n.. |GitHub contributors| image:: https://img.shields.io/github/contributors/colomemaria/epiScanpy.svg\n   :target: https://GitHub.com/colomemaria/epiScanpy/graphs/contributors/\n\nDocumentation\n=============\n\nThe documentation for epiScanpy is available `here <https://colomemaria.github.io/episcanpy_doc/>`__. If epiScanpy is useful to your research, consider citing `epiScanpy <https://www.nature.com/articles/s41467-021-25131-3>`__.\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Epigenomics Single-Cell Analysis in Python.",
    "version": "0.4.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "aa06d24cc9f46c2a572180ac5a99982a",
                "sha256": "95739149db60521b0a14e4579f8ba87d410126ffb7b916abbc2d1aff3df40ce3"
            },
            "downloads": -1,
            "filename": "episcanpy-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aa06d24cc9f46c2a572180ac5a99982a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 50506137,
            "upload_time": "2022-11-17T09:57:49",
            "upload_time_iso_8601": "2022-11-17T09:57:49.003842Z",
            "url": "https://files.pythonhosted.org/packages/f2/94/932492fe164327cf8dc7e3a0a4f1693e7afde32e0648866f9ceb7a9c2965/episcanpy-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-17 09:57:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "colomemaria",
    "github_project": "epiScanpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "anndata",
            "specs": [
                [
                    ">=",
                    "0.7"
                ]
            ]
        },
        {
            "name": "scanpy",
            "specs": [
                [
                    ">=",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "importlib_metadata",
            "specs": [
                [
                    ">=",
                    "0.7"
                ]
            ]
        },
        {
            "name": "intervaltree",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.1.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.21"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.4"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": [
                [
                    ">=",
                    "2.10.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.21.2"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    ">=",
                    "0.10.0rc2"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "natsort",
            "specs": []
        },
        {
            "name": "joblib",
            "specs": []
        },
        {
            "name": "numba",
            "specs": [
                [
                    ">=",
                    "0.50.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.21.2"
                ]
            ]
        },
        {
            "name": "bamnostic",
            "specs": [
                [
                    ">=",
                    "1.0.12"
                ]
            ]
        },
        {
            "name": "umap-learn",
            "specs": [
                [
                    ">=",
                    "0.3.10"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "tbb",
            "specs": []
        },
        {
            "name": "legacy-api-wrap",
            "specs": []
        },
        {
            "name": "setuptools_scm",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "pysam",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "kneed",
            "specs": []
        }
    ],
    "lcname": "episcanpy"
}
        
Elapsed time: 0.01445s