scvelo


Namescvelo JSON
Version 0.3.2 PyPI version JSON
download
home_page
SummaryRNA velocity generalized through dynamical modeling
upload_time2024-03-17 19:25:47
maintainer
docs_urlNone
authorVolker Bergen, Philipp Weiler
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2018, 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: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * 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 rna velocity single cell transcriptomics stochastic dynamical
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPi][badge-pypi]][link-pypi]
[![PyPIDownloads][badge-pypidownloads]][link-pypidownloads]
[![CI][badge-ci]][link-ci]

[badge-pypi]: https://img.shields.io/pypi/v/scvelo.svg
[link-pypi]: https://pypi.org/project/scvelo
[badge-pypidownloads]: https://pepy.tech/badge/scvelo
[link-pypidownloads]: https://pepy.tech/project/scvelo
[badge-ci]: https://img.shields.io/github/actions/workflow/status/theislab/scvelo/ci.yml?branch=main
[link-ci]: https://github.com/theislab/scvelo/actions/workflows/ci.yml

# scVelo - RNA velocity generalized through dynamical modeling

<img src="https://user-images.githubusercontent.com/31883718/67709134-a0989480-f9bd-11e9-8ae6-f6391f5d95a0.png" width="400px" align="left">

**scVelo** is a scalable toolkit for RNA velocity analysis in single cells; RNA velocity
enables the recovery of directed dynamic information by leveraging splicing kinetics
<sup>[1](https://doi.org/10.1038/s41586-018-0414-6)</sup>. scVelo collects different
methods for inferring RNA velocity using an expectation-maximization framework
<sup>[2](https://doi.org/10.1038/s41587-020-0591-3)</sup>, deep generative modeling
<sup>[3](https://doi.org/10.1038/s41592-023-01994-w)</sup>,
or metabolically labeled transcripts<sup>[4](https://doi.org/10.1101/2023.07.19.549685)</sup>.

## scVelo's key applications

-   estimate RNA velocity to study cellular dynamics.
-   identify putative driver genes and regimes of regulatory changes.
-   infer a latent time to reconstruct the temporal sequence of transcriptomic events.
-   estimate reaction rates of transcription, splicing and degradation.
-   use statistical tests, e.g., to detect different kinetics regimes.

## Citing scVelo

If you include or rely on scVelo when publishing research, please adhere to the
following citation guide:

### EM and steady-state model

If you use the _EM_ (_dynamical_) or _steady-state model_, cite

```bibtex
@article{Bergen2020,
  title = {Generalizing RNA velocity to transient cell states through dynamical modeling},
  volume = {38},
  ISSN = {1546-1696},
  url = {http://dx.doi.org/10.1038/s41587-020-0591-3},
  DOI = {10.1038/s41587-020-0591-3},
  number = {12},
  journal = {Nature Biotechnology},
  publisher = {Springer Science and Business Media LLC},
  author = {Bergen, Volker and Lange, Marius and Peidli, Stefan and Wolf, F. Alexander and Theis, Fabian J.},
  year = {2020},
  month = aug,
  pages = {1408–1414}
}
```

### veloVI

If you use _veloVI_ (_VI model_), cite

```bibtex
@article{Gayoso2023,
  title = {Deep generative modeling of transcriptional dynamics for RNA velocity analysis in single cells},
  ISSN = {1548-7105},
  url = {http://dx.doi.org/10.1038/s41592-023-01994-w},
  DOI = {10.1038/s41592-023-01994-w},
  journal = {Nature Methods},
  publisher = {Springer Science and Business Media LLC},
  author = {Gayoso, Adam and Weiler, Philipp and Lotfollahi, Mohammad and Klein, Dominik and Hong, Justin and Streets, Aaron and Theis, Fabian J. and Yosef, Nir},
  year = {2023},
  month = sep
}
```

### RNA velocity inference through metabolic labeling information

If you use the implemented method for estimating RNA velocity from metabolic labeling
information, cite

```bibtex
@article{Weiler2023,
  title = {Unified fate mapping in multiview single-cell data},
  url = {http://dx.doi.org/10.1101/2023.07.19.549685},
  DOI = {10.1101/2023.07.19.549685},
  publisher = {Cold Spring Harbor Laboratory},
  author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe’er, Dana and Theis, Fabian J.},
  year = {2023},
  month = jul
}
```

## Support

Found a bug or would like to see a feature implemented? Feel free to submit an
[issue](https://github.com/theislab/scvelo/issues/new/choose).
Have a question or would like to start a new discussion? Head over to
[GitHub discussions](https://github.com/theislab/scvelo/discussions).
Your help to improve scVelo is highly appreciated.
For further information visit [scvelo.org](https://scvelo.org).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scvelo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Philipp Weiler <philipp.weiler@helmholtz-muenchen.de>",
    "keywords": "RNA,velocity,single cell,transcriptomics,stochastic,dynamical",
    "author": "Volker Bergen, Philipp Weiler",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/9d/d2/a9b09d9772a9909c05f13d47d6f3fb8ad3e83d0f5b4339ec41bfbb5dedce/scvelo-0.3.2.tar.gz",
    "platform": null,
    "description": "[![PyPi][badge-pypi]][link-pypi]\n[![PyPIDownloads][badge-pypidownloads]][link-pypidownloads]\n[![CI][badge-ci]][link-ci]\n\n[badge-pypi]: https://img.shields.io/pypi/v/scvelo.svg\n[link-pypi]: https://pypi.org/project/scvelo\n[badge-pypidownloads]: https://pepy.tech/badge/scvelo\n[link-pypidownloads]: https://pepy.tech/project/scvelo\n[badge-ci]: https://img.shields.io/github/actions/workflow/status/theislab/scvelo/ci.yml?branch=main\n[link-ci]: https://github.com/theislab/scvelo/actions/workflows/ci.yml\n\n# scVelo - RNA velocity generalized through dynamical modeling\n\n<img src=\"https://user-images.githubusercontent.com/31883718/67709134-a0989480-f9bd-11e9-8ae6-f6391f5d95a0.png\" width=\"400px\" align=\"left\">\n\n**scVelo** is a scalable toolkit for RNA velocity analysis in single cells; RNA velocity\nenables the recovery of directed dynamic information by leveraging splicing kinetics\n<sup>[1](https://doi.org/10.1038/s41586-018-0414-6)</sup>. scVelo collects different\nmethods for inferring RNA velocity using an expectation-maximization framework\n<sup>[2](https://doi.org/10.1038/s41587-020-0591-3)</sup>, deep generative modeling\n<sup>[3](https://doi.org/10.1038/s41592-023-01994-w)</sup>,\nor metabolically labeled transcripts<sup>[4](https://doi.org/10.1101/2023.07.19.549685)</sup>.\n\n## scVelo's key applications\n\n-   estimate RNA velocity to study cellular dynamics.\n-   identify putative driver genes and regimes of regulatory changes.\n-   infer a latent time to reconstruct the temporal sequence of transcriptomic events.\n-   estimate reaction rates of transcription, splicing and degradation.\n-   use statistical tests, e.g., to detect different kinetics regimes.\n\n## Citing scVelo\n\nIf you include or rely on scVelo when publishing research, please adhere to the\nfollowing citation guide:\n\n### EM and steady-state model\n\nIf you use the _EM_ (_dynamical_) or _steady-state model_, cite\n\n```bibtex\n@article{Bergen2020,\n  title = {Generalizing RNA velocity to transient cell states through dynamical modeling},\n  volume = {38},\n  ISSN = {1546-1696},\n  url = {http://dx.doi.org/10.1038/s41587-020-0591-3},\n  DOI = {10.1038/s41587-020-0591-3},\n  number = {12},\n  journal = {Nature Biotechnology},\n  publisher = {Springer Science and Business Media LLC},\n  author = {Bergen, Volker and Lange, Marius and Peidli, Stefan and Wolf, F. Alexander and Theis, Fabian J.},\n  year = {2020},\n  month = aug,\n  pages = {1408\u20131414}\n}\n```\n\n### veloVI\n\nIf you use _veloVI_ (_VI model_), cite\n\n```bibtex\n@article{Gayoso2023,\n  title = {Deep generative modeling of transcriptional dynamics for RNA velocity analysis in single cells},\n  ISSN = {1548-7105},\n  url = {http://dx.doi.org/10.1038/s41592-023-01994-w},\n  DOI = {10.1038/s41592-023-01994-w},\n  journal = {Nature Methods},\n  publisher = {Springer Science and Business Media LLC},\n  author = {Gayoso, Adam and Weiler, Philipp and Lotfollahi, Mohammad and Klein, Dominik and Hong, Justin and Streets, Aaron and Theis, Fabian J. and Yosef, Nir},\n  year = {2023},\n  month = sep\n}\n```\n\n### RNA velocity inference through metabolic labeling information\n\nIf you use the implemented method for estimating RNA velocity from metabolic labeling\ninformation, cite\n\n```bibtex\n@article{Weiler2023,\n  title = {Unified fate mapping in multiview single-cell data},\n  url = {http://dx.doi.org/10.1101/2023.07.19.549685},\n  DOI = {10.1101/2023.07.19.549685},\n  publisher = {Cold Spring Harbor Laboratory},\n  author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe\u2019er, Dana and Theis, Fabian J.},\n  year = {2023},\n  month = jul\n}\n```\n\n## Support\n\nFound a bug or would like to see a feature implemented? Feel free to submit an\n[issue](https://github.com/theislab/scvelo/issues/new/choose).\nHave a question or would like to start a new discussion? Head over to\n[GitHub discussions](https://github.com/theislab/scvelo/discussions).\nYour help to improve scVelo is highly appreciated.\nFor further information visit [scvelo.org](https://scvelo.org).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2018, 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:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * 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.  * 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": "RNA velocity generalized through dynamical modeling",
    "version": "0.3.2",
    "project_urls": {
        "Documentation": "https://scvelo.readthedocs.io/",
        "Home-page": "https://github.com/theislab/scvelo",
        "Source": "https://github.com/theislab/scvelo"
    },
    "split_keywords": [
        "rna",
        "velocity",
        "single cell",
        "transcriptomics",
        "stochastic",
        "dynamical"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2b39b683194563b4a9a8c4a3ca2f98dd16217ff7f18495e0bb540028afa0a3a",
                "md5": "52994b8bc745506984b5f6c4b2549c88",
                "sha256": "4b536f722bedf1f6300fbfc7e79b7368796728d39203854743e83c4cd2250a0a"
            },
            "downloads": -1,
            "filename": "scvelo-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52994b8bc745506984b5f6c4b2549c88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 210092,
            "upload_time": "2024-03-17T19:25:43",
            "upload_time_iso_8601": "2024-03-17T19:25:43.807867Z",
            "url": "https://files.pythonhosted.org/packages/a2/b3/9b683194563b4a9a8c4a3ca2f98dd16217ff7f18495e0bb540028afa0a3a/scvelo-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dd2a9b09d9772a9909c05f13d47d6f3fb8ad3e83d0f5b4339ec41bfbb5dedce",
                "md5": "dbdedab652eb020db9cd8c2e1cf95818",
                "sha256": "eab08941b04e5cf1c72584c0dc6055b63a05b36e2dfa0b77220df9e5f3f0f86b"
            },
            "downloads": -1,
            "filename": "scvelo-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "dbdedab652eb020db9cd8c2e1cf95818",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 27309312,
            "upload_time": "2024-03-17T19:25:47",
            "upload_time_iso_8601": "2024-03-17T19:25:47.113980Z",
            "url": "https://files.pythonhosted.org/packages/9d/d2/a9b09d9772a9909c05f13d47d6f3fb8ad3e83d0f5b4339ec41bfbb5dedce/scvelo-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 19:25:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theislab",
    "github_project": "scvelo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scvelo"
}
        
Elapsed time: 0.21316s