Skip to content

matsengrp/phippery

Repository files navigation

Phippery

Code style: black Docker Repository on Quay build and test

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.

Developer Install

# 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]")