A set of functions designed to query an xarray DataSet object formatted to tie enrichment data with their respective row & column (peptide & sample) annotations.
Please see the documentation for further details.
# using venv
python -m venv phippery_dev_env
source phippery_dev_env/bin/activate
# install
git clone https://github.com/matsengrp/phippery.git
(cd phippery && pip install -e ".[dev]")