Skip to content

saeyslab/harpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harpy: single-cell spatial proteomics analysis that makes you happy

PyPI Build Status documentation badge

Note: This package is still under very active development.

Installation

Recommended for end-users. Install the latest harpy-analysis PyPI package with the extra dependencies in a local Python environment:

uv venv --python=3.12 # set python version
source .venv/bin/activate # activate the virtual environment
uv pip install 'harpy-analysis[extra]' # use uv to pip install dependencies
python -c 'import harpy; print(harpy.__version__)' # check if the package is installed

If you're a developer, read the contribution guide. Checkout the docs for more installation instructions.

Tutorials

Tutorials are available here.

Usage

Learn how Harpy can be integrated into your workflow in different ways.

Contributing

See here for info on how to contribute to Harpy.

References

License

Check the license. Harpy is free for academic usage. For commercial usage, please contact Saeyslab.

Issues

If you encounter any problems, please file an issue along with a detailed description.