1- # pygreta - Evaluation and analysis of Gene Regulatory Networks (GRNs)
1+ # gretapy - Evaluation and analysis of Gene Regulatory Networks (GRNs)
22<img src =" https://drive.google.com/uc?id=1DFGeAuSp8w1kDlMaS4zyeXfepKVW14Ym " align =" right " width =" 120 " class =" no-scaled-link " alt =' GRETA logo ' />
33
44[ ![ Tests] [ badge-tests ]] [ tests ]
1515[ ![ Conda version] [ badge-condav ]] [ conda ]
1616[ ![ Conda downloads] [ badge-condad ]] [ conda ]
1717
18- [ badge-tests ] : https://img.shields.io/github/actions/workflow/status/saezlab/pygreta /test.yaml?branch=main
18+ [ badge-tests ] : https://img.shields.io/github/actions/workflow/status/saezlab/gretapy /test.yaml?branch=main
1919[ badge-docs ] : https://img.shields.io/readthedocs/gretapy
20- [ badge-condav ] : https://img.shields.io/conda/vn/conda-forge/pygreta .svg
21- [ badge-condad ] : https://img.shields.io/conda/dn/conda-forge/pygreta .svg
22- [ badge-issues ] : https://img.shields.io/github/issues/saezlab/pygreta
23- [ badge-coverage ] : https://codecov.io/gh/saezlab/pygreta /branch/main/graph/badge.svg
24- [ badge-pypi ] : https://img.shields.io/pypi/v/pygreta .svg
25- [ badge-mdown ] : https://static.pepy.tech/badge/pygreta /month
26- [ badge-adown ] : https://static.pepy.tech/badge/pygreta
27- [ badge-stars ] : https://img.shields.io/github/stars/saezlab/pygreta ?style=flat&logo=github&color=yellow
20+ [ badge-condav ] : https://img.shields.io/conda/vn/conda-forge/gretapy .svg
21+ [ badge-condad ] : https://img.shields.io/conda/dn/conda-forge/gretapy .svg
22+ [ badge-issues ] : https://img.shields.io/github/issues/saezlab/gretapy
23+ [ badge-coverage ] : https://codecov.io/gh/saezlab/gretapy /branch/main/graph/badge.svg
24+ [ badge-pypi ] : https://img.shields.io/pypi/v/gretapy .svg
25+ [ badge-mdown ] : https://static.pepy.tech/badge/gretapy /month
26+ [ badge-adown ] : https://static.pepy.tech/badge/gretapy
27+ [ badge-stars ] : https://img.shields.io/github/stars/saezlab/gretapy ?style=flat&logo=github&color=yellow
2828
29- ` pygreta ` is a comprehensive framework for benchmarking and evaluating gene regulatory networks (GRNs) inferred from single-cell multiome (RNA+ATAC) data. It provides a systematic evaluation across four complementary dimensions: prior knowledge validation (TF markers, known TF-TF interactions, reference networks), genomic annotations (TF binding sites, cis-regulatory elements, chromatin-gene links), predictive performance (pathway enrichment, expression correlation), and mechanistic validation (perturbation forecasting, Boolean network simulations). The package includes built-in GRN inference methods, curated benchmark datasets, and visualization tools to facilitate rigorous comparison of network inference approaches.
29+ ` gretapy ` is a comprehensive framework for benchmarking and evaluating gene regulatory networks (GRNs) inferred from single-cell multiome (RNA+ATAC) data. It provides a systematic evaluation across four complementary dimensions: prior knowledge validation (TF markers, known TF-TF interactions, reference networks), genomic annotations (TF binding sites, cis-regulatory elements, chromatin-gene links), predictive performance (pathway enrichment, expression correlation), and mechanistic validation (perturbation forecasting, Boolean network simulations). The package includes built-in GRN inference methods, curated benchmark datasets, and visualization tools to facilitate rigorous comparison of network inference approaches.
3030
3131## Getting started
3232
@@ -38,30 +38,30 @@ in particular, the [API documentation][].
3838You need to have Python 3.11 or newer installed on your system.
3939If you don't have Python installed, we recommend installing [ uv] [ ] .
4040
41- There are several alternative options to install pygreta :
41+ There are several alternative options to install gretapy :
4242
43431 . Install the latest stable release from [ PyPI] [ pypi ] with minimal dependancies:
4444
4545``` bash
46- pip install pygreta
46+ pip install gretapy
4747```
4848
49492 . Install the latest stable full release from [ PyPI] [ pypi ] with extra dependancies:
5050
5151``` bash
52- pip install pygreta [full]
52+ pip install gretapy [full]
5353```
5454
55- 3 . Install the latest stable version from [ conda-forge] [ conda ] using mamba or conda (pay attention to the ` -py ` suffix at the end) :
55+ 3 . Install the latest stable version from [ conda-forge] [ conda ] using mamba or conda:
5656
5757``` bash
58- mamba create -n=dcp conda-forge::pygreta
58+ mamba create -n=greta conda-forge::gretapy
5959```
6060
61614 . Install the latest development version:
6262
6363``` bash
64- pip install git+https://github.com/saezlab/pygreta .git@main
64+ pip install git+https://github.com/saezlab/gretapy .git@main
6565```
6666
6767## Release notes
@@ -79,12 +79,12 @@ If you found a bug, please use the [issue tracker][].
7979
8080[ uv ] : https://github.com/astral-sh/uv
8181[ scverse discourse ] : https://discourse.scverse.org/
82- [ issue tracker ] : https://github.com/PauBadiaM/pygreta /issues
83- [ tests ] : https://github.com/PauBadiaM/pygreta /actions/workflows/test.yaml
82+ [ issue tracker ] : https://github.com/saezlab/gretapy /issues
83+ [ tests ] : https://github.com/saezlab/gretapy /actions/workflows/test.yaml
8484[ documentation ] : https://gretapy.readthedocs.io
85- [ changelog ] : https://pygreta .readthedocs.io/en/latest/changelog.html
86- [ api documentation ] : https://pygreta .readthedocs.io/en/latest/api.html
87- [ pypi ] : https://pypi.org/project/pygreta
88- [ down ] : https://pepy.tech/project/pygreta
89- [ conda ] : https://anaconda.org/conda-forge/pygreta-py
90- [ codecoverage ] : https://codecov.io/gh/saezlab/pygreta
85+ [ changelog ] : https://gretapy .readthedocs.io/en/latest/changelog.html
86+ [ api documentation ] : https://gretapy .readthedocs.io/en/latest/api.html
87+ [ pypi ] : https://pypi.org/project/gretapy
88+ [ down ] : https://pepy.tech/project/gretapy
89+ [ conda ] : https://anaconda.org/conda-forge/gretapy
90+ [ codecoverage ] : https://codecov.io/gh/saezlab/gretapy
0 commit comments