Skip to content

qinti2023/Enrichproqt

Repository files navigation

Enrichproqt

Enrichproqt is a Python package for pathway enrichment analysis.

Designed by qinti

Installation

You can install it using pip:

pip install Enrichproqt

Example Usage

from Enrichproqt import PathwayEnrichment

protein_list = ["P12345", "Q67890"]
enrichment_results = PathwayEnrichment.analyze("ALL", protein_list)
print(enrichment_results)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages