Enrichproqt is a Python package for pathway enrichment analysis.
Designed by qinti
You can install it using pip:
pip install Enrichproqt
from Enrichproqt import PathwayEnrichment
protein_list = ["P12345", "Q67890"]
enrichment_results = PathwayEnrichment.analyze("ALL", protein_list)
print(enrichment_results)