https://github.com/scverse/deres
Container and visualization for differential expression (and similar) result tables
https://github.com/scverse/deres
Last synced: 3 months ago
JSON representation
Container and visualization for differential expression (and similar) result tables
- Host: GitHub
- URL: https://github.com/scverse/deres
- Owner: scverse
- License: bsd-3-clause
- Created: 2025-03-16T09:20:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T13:18:10.000Z (about 1 year ago)
- Last Synced: 2025-07-06T10:54:00.268Z (11 months ago)
- Language: Python
- Homepage: https://deres.readthedocs.io/en/latest/
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# deres
[![Tests][badge-tests]][tests]
[![Documentation][badge-docs]][documentation]
[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/deres/test.yaml?branch=main
[badge-docs]: https://img.shields.io/readthedocs/deres
Container and visualization functions for differential expression (and similar) result tables.
## Getting started
Please refer to the [documentation][],
in particular, the [API documentation][].
## Installation
You need to have Python 3.10 or newer installed on your system.
If you don't have Python installed, we recommend installing [uv][].
There are several alternative options to install deres:
1. Install the latest development version:
```bash
pip install git+https://github.com/scverse/deres.git@main
```
## Release notes
See the [changelog][].
## Contact
For questions and help requests, you can reach out in the [scverse discourse][].
If you found a bug, please use the [issue tracker][].
## Citation
> t.b.a
[uv]: https://github.com/astral-sh/uv
[scverse discourse]: https://discourse.scverse.org/
[issue tracker]: https://github.com/scverse/deres/issues
[tests]: https://github.com/scverse/deres/actions/workflows/test.yaml
[documentation]: https://deres.readthedocs.io
[changelog]: https://deres.readthedocs.io/en/latest/changelog.html
[api documentation]: https://deres.readthedocs.io/en/latest/api.html
[pypi]: https://pypi.org/project/deres