scanvi-explainer


Namescanvi-explainer JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryExapliner of scANVI using SHAP
upload_time2024-09-14 11:21:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords explainer interpretability scanvi shap
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scanvi-explainer

[![build][build-badge]][build-link]
[![Documentation Status][docs]][docs-link]

Interpretability extension for [scANVI] using [SHAP] package.

Please see our [example](docs/notebooks/Example.ipynb) notebook on how to run scANVI Explainer.

## Installation

```console
$ pip install scanvi-explainer
```

## Install from source

```console
$ git clone https://github.com/brickmanlab/scanvi-explainer.git && cd scanvi-explainer
$ uv sync
```

## Build documentation

```console
$ sphinx-build -M html docs docs/_build
```

## Citation

Please consider citing scANVI Explainer if you use in your research.

> Deep Learning Based Models for Preimplantation Mouse and Human Development <br>
> Martin Proks, Nazmus Salehin, Joshua M. Brickman <br>
> bioRxiv 2024.02.16.580649; doi: [10.1101/2024.02.16.580649]

```BibTeX
@article{Proks2024.02.16.580649,
	author = {Proks, Martin and Salehin, Nazmus and Brickman, Joshua M.},
	title = {Deep Learning Based Models for Preimplantation Mouse and Human Development},
	elocation-id = {2024.02.16.580649},
	year = {2024},
	doi = {10.1101/2024.02.16.580649},
	publisher = {Cold Spring Harbor Laboratory},
	URL = {https://www.biorxiv.org/content/early/2024/02/16/2024.02.16.580649},
	eprint = {https://www.biorxiv.org/content/early/2024/02/16/2024.02.16.580649.full.pdf},
	journal = {bioRxiv}
}
```

[docs]: https://readthedocs.org/projects/scanvi-explainer/badge/?version=latest
[docs-link]: https://scanvi-explainer.readthedocs.io/en/latest/?badge=latest
[build-badge]: https://github.com/brickmanlab/scanvi-explainer/actions/workflows/build.yml/badge.svg
[build-link]: https://github.com/brickmanlab/scanvi-explainer/actions/workflows/build.yml
[scANVI]: https://docs.scvi-tools.org/en/stable/api/reference/scvi.model.SCANVI.html#scvi.model.SCANVI
[SHAP]: https://github.com/shap/shap
[10.1101/2024.02.16.580649]: https://doi.org/10.1101/2024.02.16.580649

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "scanvi-explainer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "explainer, interpretability, scanvi, shap",
    "author": null,
    "author_email": "Martin Proks <martin.proks@sund.ku.dk>, Nazmus M Salehin <naz.salehin@sund.ku.dk>",
    "download_url": "https://files.pythonhosted.org/packages/f0/05/26107720c8da1fd6a653bd2b01319f6b602fc9556d889675c7a46539cdd3/scanvi_explainer-0.2.1.tar.gz",
    "platform": null,
    "description": "# scanvi-explainer\n\n[![build][build-badge]][build-link]\n[![Documentation Status][docs]][docs-link]\n\nInterpretability extension for [scANVI] using [SHAP] package.\n\nPlease see our [example](docs/notebooks/Example.ipynb) notebook on how to run scANVI Explainer.\n\n## Installation\n\n```console\n$ pip install scanvi-explainer\n```\n\n## Install from source\n\n```console\n$ git clone https://github.com/brickmanlab/scanvi-explainer.git && cd scanvi-explainer\n$ uv sync\n```\n\n## Build documentation\n\n```console\n$ sphinx-build -M html docs docs/_build\n```\n\n## Citation\n\nPlease consider citing scANVI Explainer if you use in your research.\n\n> Deep Learning Based Models for Preimplantation Mouse and Human Development <br>\n> Martin Proks, Nazmus Salehin, Joshua M. Brickman <br>\n> bioRxiv 2024.02.16.580649; doi: [10.1101/2024.02.16.580649]\n\n```BibTeX\n@article{Proks2024.02.16.580649,\n\tauthor = {Proks, Martin and Salehin, Nazmus and Brickman, Joshua M.},\n\ttitle = {Deep Learning Based Models for Preimplantation Mouse and Human Development},\n\telocation-id = {2024.02.16.580649},\n\tyear = {2024},\n\tdoi = {10.1101/2024.02.16.580649},\n\tpublisher = {Cold Spring Harbor Laboratory},\n\tURL = {https://www.biorxiv.org/content/early/2024/02/16/2024.02.16.580649},\n\teprint = {https://www.biorxiv.org/content/early/2024/02/16/2024.02.16.580649.full.pdf},\n\tjournal = {bioRxiv}\n}\n```\n\n[docs]: https://readthedocs.org/projects/scanvi-explainer/badge/?version=latest\n[docs-link]: https://scanvi-explainer.readthedocs.io/en/latest/?badge=latest\n[build-badge]: https://github.com/brickmanlab/scanvi-explainer/actions/workflows/build.yml/badge.svg\n[build-link]: https://github.com/brickmanlab/scanvi-explainer/actions/workflows/build.yml\n[scANVI]: https://docs.scvi-tools.org/en/stable/api/reference/scvi.model.SCANVI.html#scvi.model.SCANVI\n[SHAP]: https://github.com/shap/shap\n[10.1101/2024.02.16.580649]: https://doi.org/10.1101/2024.02.16.580649\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [year] [fullname]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Exapliner of scANVI using SHAP",
    "version": "0.2.1",
    "project_urls": {
        "Changelog": "https://github.com/brickmanlab/scanvi-explainer/blob/master/CHANGELOG.md",
        "Documentation": "https://scanvi-explainer.readthedocs.io",
        "Homepage": "https://github.com/brickmanlab/scanvi-explainer",
        "Issues": "https://github.com/brickmanlab/scanvi-explainer/issues",
        "Repository": "https://github.com/brickmanlab/scanvi-explainer.git"
    },
    "split_keywords": [
        "explainer",
        " interpretability",
        " scanvi",
        " shap"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "837d57b74a1b06d938eba34f5ad6aceeef96be532e48b09c826a78c7179480d5",
                "md5": "c421394554a8973788243c4f2a3eeb75",
                "sha256": "8d3c141ab5708ea516771bcd171ba84a67c106395754d8385412a8b51eede517"
            },
            "downloads": -1,
            "filename": "scanvi_explainer-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c421394554a8973788243c4f2a3eeb75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10610,
            "upload_time": "2024-09-14T11:21:28",
            "upload_time_iso_8601": "2024-09-14T11:21:28.961235Z",
            "url": "https://files.pythonhosted.org/packages/83/7d/57b74a1b06d938eba34f5ad6aceeef96be532e48b09c826a78c7179480d5/scanvi_explainer-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f00526107720c8da1fd6a653bd2b01319f6b602fc9556d889675c7a46539cdd3",
                "md5": "1aeb8dfad919d44cb762e02908ddccb9",
                "sha256": "d25810f5cf0399c2ebcc50a65610f8c206a2c749468fbc4a62f25773cac97793"
            },
            "downloads": -1,
            "filename": "scanvi_explainer-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1aeb8dfad919d44cb762e02908ddccb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 439915,
            "upload_time": "2024-09-14T11:21:30",
            "upload_time_iso_8601": "2024-09-14T11:21:30.638043Z",
            "url": "https://files.pythonhosted.org/packages/f0/05/26107720c8da1fd6a653bd2b01319f6b602fc9556d889675c7a46539cdd3/scanvi_explainer-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-14 11:21:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brickmanlab",
    "github_project": "scanvi-explainer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scanvi-explainer"
}
        
Elapsed time: 0.35435s