phippery


Namephippery JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryTools for analyzing PhIP-Seq Data.
upload_time2023-06-23 18:01:46
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords phippery phipseq phage modeling phip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Phippery

<p>
  <img src="data/cartoons/Xarray_function.png" width="250">
</p>

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Docker Repository on Quay](https://quay.io/repository/matsengrp/phippery/status "Docker Repository on Quay")](https://quay.io/repository/matsengrp/phippery)
[![build and test](https://github.com/matsengrp/phippery/workflows/build%20and%20test/badge.svg)](https://github.com/matsengrp/phippery/blob/master/.github/workflows/build-and-test.yaml)

A set of functions designed to query an 
[xarray DataSet](http://xarray.pydata.org/en/stable/user-guide/data-structures.html#dataset) 
object formatted to tie enrichment data with 
their respective row & column (peptide & sample) annotations. 

Please see the 
[documentation](https://matsengrp.github.io/phippery/) 
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]")
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "phippery",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "phippery,phipseq,phage,modeling,phip",
    "author": "",
    "author_email": "Jared Galloway <jgallowa@fredhutch.org>, Kevin Sung <ksung@fredhutch.org>",
    "download_url": "",
    "platform": null,
    "description": "# Phippery\n\n<p>\n  <img src=\"data/cartoons/Xarray_function.png\" width=\"250\">\n</p>\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Docker Repository on Quay](https://quay.io/repository/matsengrp/phippery/status \"Docker Repository on Quay\")](https://quay.io/repository/matsengrp/phippery)\n[![build and test](https://github.com/matsengrp/phippery/workflows/build%20and%20test/badge.svg)](https://github.com/matsengrp/phippery/blob/master/.github/workflows/build-and-test.yaml)\n\nA set of functions designed to query an \n[xarray DataSet](http://xarray.pydata.org/en/stable/user-guide/data-structures.html#dataset) \nobject formatted to tie enrichment data with \ntheir respective row & column (peptide & sample) annotations. \n\nPlease see the \n[documentation](https://matsengrp.github.io/phippery/) \nfor further details.\n\n## Developer Install\n\n```\n# using venv\npython -m venv phippery_dev_env\nsource phippery_dev_env/bin/activate\n\n# install\ngit clone https://github.com/matsengrp/phippery.git\n(cd phippery && pip install -e \".[dev]\")\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Tools for analyzing PhIP-Seq Data.",
    "version": "1.2.0",
    "project_urls": {
        "documentation": "https://matsengrp.github.io/phippery/",
        "repository": "https://github.com/matsengrp/phippery"
    },
    "split_keywords": [
        "phippery",
        "phipseq",
        "phage",
        "modeling",
        "phip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7067ef70ca3314a10cd0164d1c5cb0e2081f607d473851e89ab8e3954a21915",
                "md5": "9c7c29e9dd4bcdf15587cbdd77a021c7",
                "sha256": "1bea9700c9bc30ab80c4e610bb3bb419446eb81991128e8cd3b56aa632f253f9"
            },
            "downloads": -1,
            "filename": "phippery-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c7c29e9dd4bcdf15587cbdd77a021c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 32351,
            "upload_time": "2023-06-23T18:01:46",
            "upload_time_iso_8601": "2023-06-23T18:01:46.776436Z",
            "url": "https://files.pythonhosted.org/packages/e7/06/7ef70ca3314a10cd0164d1c5cb0e2081f607d473851e89ab8e3954a21915/phippery-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 18:01:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matsengrp",
    "github_project": "phippery",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "phippery"
}
        
Elapsed time: 0.07930s