This repository was archived by the owner on Oct 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ |PyPI | |Docs |
2+
3+ .. |PyPI | image :: https://img.shields.io/pypi/v/diffxpy.svg
4+ :target: https://pypi.org/project/diffxpy
5+ .. |Docs | image :: https://readthedocs.com/projects/diffxpy/badge/?version=latest
6+ :target: https://diffxpy.readthedocs.io
7+
8+ Fast and scalable differential expression analysis on single-cell RNA-seq data
9+ ==============================================================================
10+
11+ diffxpy covers a wide range of differential expression analysis scenarios encountered in single-cell RNA-seq scenarios
12+ and integrates into scanpy _ workflows.
13+ Import diffxpy as `import diffxpy.api as de ` to access the following differential expression analysis-related tools:
14+
15+ 1. **differential expression analysis ** in the module `de.test.* `
16+ 2. **gene set enrichment analysis ** based on differential expression calls in the module `de.enrich.* `
17+
18+ Refer to the documentation _ and the tutorials _ for details of these modules.
19+
20+ .. _scanpy : https://github.com/theislab/scanpy
21+ .. _documentation : https://diffxpy.rtfd.io/en/latest
22+ .. _tutorials : https://diffxpy.rtfd.io/en/latest/tutorials.html
Original file line number Diff line number Diff line change 55author_email = 'david.fischer@helmholtz-muenchen.de, diffxpy@frhoelzlwimmer.de'
66description = "Fast and scalable differential expression analysis on single-cell RNA-seq data"
77
8- with open ("README.md " , "r" ) as fh :
8+ with open ("README.rst " , "r" ) as fh :
99 long_description = fh .read ()
1010
1111setup (
2121 'scipy' ,
2222 'pandas' ,
2323 'patsy>=0.5.0' ,
24- 'batchglm>=0.6.0 ' ,
24+ 'batchglm>=0.6.1 ' ,
2525 'xarray' ,
2626 'statsmodels' ,
2727 ],
You can’t perform that action at this time.
0 commit comments