Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.08 KB

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