Name | sdevelo JSON |
Version |
0.2.12
JSON |
| download |
home_page | https://github.com/Liao-Xu/SDEvelo |
Summary | SDEvelo: multivariate stochastic modeling for transcriptional dynamics with cell-specific latent time |
upload_time | 2024-11-11 10:08:17 |
maintainer | None |
docs_url | None |
author | Xu Liao |
requires_python | >=3.8 |
license | LICENSE |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![PyPI version](https://img.shields.io/pypi/v/sdevelo.svg)](https://pypi.org/project/sdevelo)
[![PyPI Downloads](https://static.pepy.tech/badge/sdevelo)](https://www.pepy.tech/projects/sdevelo)
[![DOI](https://zenodo.org/badge/779562292.svg)](https://doi.org/10.5281/zenodo.14038379)
[![Documentation Status](https://readthedocs.org/projects/sdevelo/badge/?version=latest)](https://sdevelo.readthedocs.io/en/latest/?badge=latest)
# Multivariate stochastic modeling for transcriptional dynamics with cell-specific latent time using SDEvelo
## Overview
SDEvelo represents a significant advancement in the analysis of single-cell RNA sequencing (scRNA-seq) data, offering a novel approach to inferring RNA velocity through multivariate stochastic differential equations (SDE). This generative model accurately captures the complex, stochastic nature of transcriptional dynamics, providing new insights into cell differentiation and state transitions.
## Installation Guide
1. Ensure Python 3.8+ is installed on your system.
2. Install SDEvelo via pip:
```bash
pip install sdevelo
```
SDEvelo is available on PyPI: [https://pypi.org/project/sdevelo/](https://pypi.org/project/sdevelo/)
## Documentation
For detailed documentation, please visit: [https://sdevelo.readthedocs.io/en/latest/](https://sdevelo.readthedocs.io/en/latest/)
### Workflow and Downstream Analysis
![SDEvelo Flow Chart](https://github.com/Liao-Xu/SDEvelo/blob/master/docs/source/_static/sde_flow.png)
The above image illustrates the workflow of SDEvelo, from input data to the generation of RNA velocity estimates.
![SDEvelo Downstream Tasks](https://github.com/Liao-Xu/SDEvelo/blob/master/docs/source/_static/sde_down.png)
This image showcases the various downstream tasks and analyses that can be performed using the results from SDEvelo.
### Key Features
- **Multivariate stochastic modeling**: Captures complex, stochastic transcriptional dynamics across multiple genes simultaneously.
- **Cell-specific latent time estimation**: Provides accurate representation of cellular progression through biological processes.
- **Versatile applicability**: Suitable for both scRNA-seq and sequencing-based spatial transcriptomics data.
- **Computational efficiency**: Designed to be scalable for large datasets.
- **Carcinogenesis detection**: Demonstrates high accuracy in identifying cancerous processes.
- **Facilitation of downstream analyses**: Enables a wide range of biological discoveries through comprehensive output.
### Addressing Limitations in Existing Methods
SDEvelo addresses limitations of traditional RNA velocity analysis methods that rely on ordinary differential equations (ODE) to model individual genes sequentially. By using multivariate SDEs, explicitly modeling uncertainty, and estimating cell-specific latent time across genes, SDEvelo offers a more accurate and comprehensive approach to understanding cell differentiation and state transitions in scRNA-seq studies.
## System Requirements
- **Operating Systems**: Linux (Ubuntu, CentOS), macOS, Windows 10
- **Python Version**: Python 3.8 and above
- **Dependencies**:
- anndata==0.10.7
- matplotlib==3.7.1
- numpy==1.23.5
- scipy==1.8.1
- scvelo==0.2.5
- seaborn==0.11.2
- torch==1.13.1+cu117
- **Hardware Requirements**: No non-standard hardware required
- **Installation Time**: Approximately 5 minutes
## Demo
### Running the Demo
1. Navigate to the `docs/source/tutorials` directory in the repository.
2. Open and execute the `demo_simulation.ipynb` Jupyter Notebook.
### Expected Output
- A streamline plot depicting transcriptional dynamics
- A latent time heatmap visualizing cell progression over time
### Expected Run Time
Approximately 300 seconds on a typical desktop computer.
## Instructions for Use
1. Configure arguments and parameters for your dataset (refer to `demo_simulation.ipynb` for examples).
2. Run the SDEvelo model.
3. Visualize results based on the estimated SDEvelo model.
Stay tuned for additional demos and updates by checking our repository regularly.
Raw data
{
"_id": null,
"home_page": "https://github.com/Liao-Xu/SDEvelo",
"name": "sdevelo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Xu Liao",
"author_email": "xu.smooth.liao@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b3/be/95da8383c5906fa121ef808f2ff9a0a59d7184508b73b2a9ee5575c9892a/sdevelo-0.2.12.tar.gz",
"platform": null,
"description": "[![PyPI version](https://img.shields.io/pypi/v/sdevelo.svg)](https://pypi.org/project/sdevelo)\n[![PyPI Downloads](https://static.pepy.tech/badge/sdevelo)](https://www.pepy.tech/projects/sdevelo)\n[![DOI](https://zenodo.org/badge/779562292.svg)](https://doi.org/10.5281/zenodo.14038379)\n[![Documentation Status](https://readthedocs.org/projects/sdevelo/badge/?version=latest)](https://sdevelo.readthedocs.io/en/latest/?badge=latest)\n\n# Multivariate stochastic modeling for transcriptional dynamics with cell-specific latent time using SDEvelo\n\n## Overview\n\nSDEvelo represents a significant advancement in the analysis of single-cell RNA sequencing (scRNA-seq) data, offering a novel approach to inferring RNA velocity through multivariate stochastic differential equations (SDE). This generative model accurately captures the complex, stochastic nature of transcriptional dynamics, providing new insights into cell differentiation and state transitions.\n\n## Installation Guide\n\n1. Ensure Python 3.8+ is installed on your system.\n2. Install SDEvelo via pip:\n ```bash\n pip install sdevelo\n ```\n\nSDEvelo is available on PyPI: [https://pypi.org/project/sdevelo/](https://pypi.org/project/sdevelo/)\n\n## Documentation\n\nFor detailed documentation, please visit: [https://sdevelo.readthedocs.io/en/latest/](https://sdevelo.readthedocs.io/en/latest/)\n\n### Workflow and Downstream Analysis\n\n![SDEvelo Flow Chart](https://github.com/Liao-Xu/SDEvelo/blob/master/docs/source/_static/sde_flow.png)\n\nThe above image illustrates the workflow of SDEvelo, from input data to the generation of RNA velocity estimates.\n\n![SDEvelo Downstream Tasks](https://github.com/Liao-Xu/SDEvelo/blob/master/docs/source/_static/sde_down.png)\n\nThis image showcases the various downstream tasks and analyses that can be performed using the results from SDEvelo.\n\n### Key Features\n\n- **Multivariate stochastic modeling**: Captures complex, stochastic transcriptional dynamics across multiple genes simultaneously.\n- **Cell-specific latent time estimation**: Provides accurate representation of cellular progression through biological processes.\n- **Versatile applicability**: Suitable for both scRNA-seq and sequencing-based spatial transcriptomics data.\n- **Computational efficiency**: Designed to be scalable for large datasets.\n- **Carcinogenesis detection**: Demonstrates high accuracy in identifying cancerous processes.\n- **Facilitation of downstream analyses**: Enables a wide range of biological discoveries through comprehensive output.\n\n### Addressing Limitations in Existing Methods\n\nSDEvelo addresses limitations of traditional RNA velocity analysis methods that rely on ordinary differential equations (ODE) to model individual genes sequentially. By using multivariate SDEs, explicitly modeling uncertainty, and estimating cell-specific latent time across genes, SDEvelo offers a more accurate and comprehensive approach to understanding cell differentiation and state transitions in scRNA-seq studies.\n\n## System Requirements\n\n- **Operating Systems**: Linux (Ubuntu, CentOS), macOS, Windows 10\n- **Python Version**: Python 3.8 and above\n- **Dependencies**:\n - anndata==0.10.7\n - matplotlib==3.7.1\n - numpy==1.23.5\n - scipy==1.8.1\n - scvelo==0.2.5\n - seaborn==0.11.2\n - torch==1.13.1+cu117\n- **Hardware Requirements**: No non-standard hardware required\n- **Installation Time**: Approximately 5 minutes\n\n## Demo\n\n### Running the Demo\n\n1. Navigate to the `docs/source/tutorials` directory in the repository.\n2. Open and execute the `demo_simulation.ipynb` Jupyter Notebook.\n\n### Expected Output\n\n- A streamline plot depicting transcriptional dynamics\n- A latent time heatmap visualizing cell progression over time\n\n### Expected Run Time\n\nApproximately 300 seconds on a typical desktop computer.\n\n## Instructions for Use\n\n1. Configure arguments and parameters for your dataset (refer to `demo_simulation.ipynb` for examples).\n2. Run the SDEvelo model.\n3. Visualize results based on the estimated SDEvelo model.\n\nStay tuned for additional demos and updates by checking our repository regularly.\n",
"bugtrack_url": null,
"license": "LICENSE",
"summary": "SDEvelo: multivariate stochastic modeling for transcriptional dynamics with cell-specific latent time",
"version": "0.2.12",
"project_urls": {
"Homepage": "https://github.com/Liao-Xu/SDEvelo"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2b067786b94161bda1b7913be739b6b708c8898b0de054bc297a97b80d2e1387",
"md5": "03bad01be70077c33ff08775c794fb9d",
"sha256": "d4faab0fc06e920e59efd3de14a1d596746544ccc08a8f1147d9206765c28a02"
},
"downloads": -1,
"filename": "sdevelo-0.2.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "03bad01be70077c33ff08775c794fb9d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 20795,
"upload_time": "2024-11-11T10:08:14",
"upload_time_iso_8601": "2024-11-11T10:08:14.583182Z",
"url": "https://files.pythonhosted.org/packages/2b/06/7786b94161bda1b7913be739b6b708c8898b0de054bc297a97b80d2e1387/sdevelo-0.2.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3be95da8383c5906fa121ef808f2ff9a0a59d7184508b73b2a9ee5575c9892a",
"md5": "1ebe5fd2ef12cb528c3aab8c53189443",
"sha256": "1dbffd4b10ce34201358a0107f205bf0437774bf757768b3deb95e7e2868c140"
},
"downloads": -1,
"filename": "sdevelo-0.2.12.tar.gz",
"has_sig": false,
"md5_digest": "1ebe5fd2ef12cb528c3aab8c53189443",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 18622,
"upload_time": "2024-11-11T10:08:17",
"upload_time_iso_8601": "2024-11-11T10:08:17.549209Z",
"url": "https://files.pythonhosted.org/packages/b3/be/95da8383c5906fa121ef808f2ff9a0a59d7184508b73b2a9ee5575c9892a/sdevelo-0.2.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-11 10:08:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Liao-Xu",
"github_project": "SDEvelo",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sdevelo"
}