Metadata-Version: 2.1
Name: pebba
Version: 0.1.1
Summary: A tool for ORA meta-analysis
Home-page: https://pebba.sysbio.tools/
License: GPL-3.0-or-later
Author: Alan Barzilay
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.23.1,<2.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: plotly (>=5.9.0,<6.0.0)
Requires-Dist: scipy (>=1.8.1,<2.0.0)
Requires-Dist: statsmodels (>=0.13.2,<0.14.0)
Project-URL: Repository, https://github.com/csbl-br/pebba
Description-Content-Type: text/markdown

<p align="center">
  <img  src="https://raw.githubusercontent.com/csbl-br/pebba/master/PEBBA_banner.png">
</p>

---------------------------------------

Over-representation analysis (ORA) is a critical technique to determine if a set of differentially expressed genes (DEGs) is enriched with genes from specific gene sets or pathways. However, the cut-off used to define the number of DEGs that are utilised significantly impacts ORA results. To overcome the arbitrary choice of a cut-off and identify cut-off-independent enriched pathways, we developed PEBBA. This user-friendly tool ranks genes based on their statistical and biological significance and then systematically performs ORA for different cut-offs. There is no need to shortlist genes or waste time fine-tuning parameters. By simplifying ORA, PEBBA can be employed to lighten users’ burdens concerning parameter choice and decrease false positives. By visually exploring the parameter space, users can draw more precise conclusions about their dataset.

## Install
PEBBA may be installed through pip: `pip install pebba`.
Alternatively, PEBBA is also available as an online tool at [pebba.sysbio.tools](https://pebba.sysbio.tools/)


## Using pebba
Once installed, pebba can be used as a standalone module:

`python -m pebba <deg_file> <gmt_file>`


For more options use the --help flag: `python -m pebba --help`

