phippery


Namephippery JSON
Version 1.3.1 PyPI version JSON
download
home_pageNone
SummaryTools for analyzing PhIP-Seq Data.
upload_time2024-11-07 16:24:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
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/hdc-workflows/phippery/status "Docker Repository on Quay")](https://quay.io/repository/hdc-workflows/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": null,
    "name": "phippery",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "phippery, phipseq, phage, modeling, phip",
    "author": null,
    "author_email": "Jared Galloway <jgallowa@fredhutch.org>, Kevin Sung <ksung@fredhutch.org>",
    "download_url": null,
    "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/hdc-workflows/phippery/status \"Docker Repository on Quay\")](https://quay.io/repository/hdc-workflows/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": null,
    "summary": "Tools for analyzing PhIP-Seq Data.",
    "version": "1.3.1",
    "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": "7119999afd95596d0b4d548a1b3aacd8d15fd0a7216b41146b89b7c5f775f6fc",
                "md5": "3a6f70c6e492639a77efe229ca8d98fe",
                "sha256": "dae44655f4284fe0e3e31ad95ea64ec02a9e906190c0f6282e532d09aef9d983"
            },
            "downloads": -1,
            "filename": "phippery-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a6f70c6e492639a77efe229ca8d98fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32428,
            "upload_time": "2024-11-07T16:24:21",
            "upload_time_iso_8601": "2024-11-07T16:24:21.158074Z",
            "url": "https://files.pythonhosted.org/packages/71/19/999afd95596d0b4d548a1b3aacd8d15fd0a7216b41146b89b7c5f775f6fc/phippery-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 16:24:21",
    "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.53964s