pvactools


Namepvactools JSON
Version 5.4.3 PyPI version JSON
download
home_pagehttps://github.com/griffithlab/pVACtools
SummaryA cancer immunotherapy tools suite
upload_time2025-07-15 19:51:55
maintainerNone
docs_urlNone
authorJasreet Hundal, Susanna Kiwala, Joshua McMichael, Christopher A Miller, Alexander T Wollam, Huiming Xia, Connor J Liu, Sidi Zhao, Yang-Yang Feng, Aaron P Graubert, Amber Z Wollam, Jonas Neichin, Megan Neveau, Jason Walker, William E Gillanders, Elaine R Mardis, Obi L Griffith, Malachi Griffith
requires_pythonNone
licenseBSD-3-Clause-Clear
keywords antigens neoantigens cancer sequencing variant variants fusion fusions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Test Status| |Coverage Status| |Docs| |External APIs Status|

pVACtools
=========

pVACtools is a cancer immunotherapy suite consisting of the following
tools:

**pVACseq**

A cancer immunotherapy pipeline for identifying and prioritizing
neoantigens from a VCF file.

**pVACbind**

A cancer immunotherapy pipeline for identifying and prioritizing
neoantigens from a FASTA file.

**pVACfuse**

A tool for detecting neoantigens resulting from gene fusions.

**pVACsplice**

A tool for detecting neoantigens resulting from splice site variants.

**pVACvector**

A tool designed to aid specifically in the construction of DNA
vector-based cancer vaccines.

**pVACview**

An application based on R Shiny that assists users in reviewing,
exploring and prioritizing neoantigens from the results of pVACtools
processes for personalized cancer vaccine design.

Citations
---------

Jasreet Hundal , Susanna Kiwala , Joshua McMichael, Chris Miller,
Huiming Xia, Alex Wollam, Conner Liu, Sidi Zhao, Yang-Yang Feng, Aaron
Graubert, Amber Wollam, Jonas Neichin, Megan Neveau, Jason Walker,
William Gillanders, Elaine Mardis, Obi Griffith, Malachi Griffith.
pVACtools: A Computational Toolkit to Identify and Visualize Cancer
Neoantigens. Cancer Immunology Research. 2020 Mar;8(3):409-420. doi:
10.1158/2326-6066.CIR-19-0401. PMID: 31907209.

Jasreet Hundal, Susanna Kiwala, Yang-Yang Feng, Connor J. Liu, Ramaswamy
Govindan, William C. Chapman, Ravindra Uppaluri, S. Joshua Swamidass,
Obi L. Griffith, Elaine R. Mardis, and Malachi Griffith. Accounting for
proximal variants improves neoantigen prediction. Nature Genetics. 2018,
DOI: 10.1038/s41588-018-0283-9. PMID: 30510237.

Jasreet Hundal, Beatriz M. Carreno, Allegra A. Petti, Gerald P. Linette,
Obi L. Griffith, Elaine R. Mardis, and Malachi Griffith. pVAC-Seq: A
genome-guided in silico approach to identifying tumor neoantigens.
Genome Medicine. 2016, 8:11, DOI: 10.1186/s13073-016-0264-5. PMID:
26825632.

License
-------

This project is licensed under BSD 3-Clause Clear License.

Installation
------------

pVACtools is written for Linux but some users have been able to run it
successfully on Mac OS X. If you are using Windows you will need to set
up a Linux environment, for example by setting up a virtual machine.

pVACtools requires Python 3.6 or above. Before running any installation
steps, check the Python version installed on your system:

``python -V``

If you don’t have Python 3 installed, we recommend using
`Conda <https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`__
to emulate a Python 3 environment. We’ve encountered problems with users
that already have Python 2.x installed when they also try to install
Python 3. The defaults will not be set correctly in that case. If you
already have Python 2.x installed we **strongly** recommmend using Conda
instead of installing Python 3 locally.

Once you have set up your Python 3 environment correctly you can use
``pip`` to install pVACtools. Make sure you have ``pip`` installed.
``pip`` is generally included in python distributions, but may need to
be upgraded before use. See the
`instructions <https://packaging.python.org/en/latest/installing/#install-pip-setuptools-and-wheel>`__
for installing or upgrading ``pip``.

After you have ``pip`` installed, type the following command on your
Terminal:

``pip install pvactools``

You can check that ``pvactools`` has been installed under the default
environment like so:

``pip show pvactools``

``pip`` will fetch and install pVACtools and its dependencies for you.
After installing, each tool of the pVACtools suite is available in its
own command line tree directly from the Terminal.

If you have an old version of pVACtools installed you might want to
consider upgrading to the latest version:

``pip install pvactools --upgrade``

Documentation
-------------

The pVACtools documentation can be found on ReadTheDocs.

Contact
-------

Bug reports or feature requests can be submitted on the pVACtools Github
page. You may also contact us by email at help@pvactools.org.

Container images
----------------

pVACtools is available as a Docker Image at DockerHub
griffithlab/pvactools.

Stable release with DOI
-----------------------

|DOI|

.. |Test Status| image:: https://github.com/griffithlab/pVACtools/actions/workflows/tests.yml/badge.svg
.. |Coverage Status| image:: https://coveralls.io/repos/github/griffithlab/pVACtools/badge.svg?branch=master
   :target: https://coveralls.io/github/griffithlab/pVACtools?branch=master
.. |Docs| image:: https://readthedocs.org/projects/pvactools/badge/?version=latest
   :target: http://pvactools.readthedocs.io/en/latest/?badge=latest
.. |External APIs Status| image:: https://github.com/griffithlab/pVACtools/actions/workflows/api_status.yml/badge.svg
.. |DOI| image:: https://zenodo.org/badge/102625109.svg
   :target: https://zenodo.org/badge/latestdoi/102625109

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/griffithlab/pVACtools",
    "name": "pvactools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "antigens neoantigens cancer sequencing variant variants fusion fusions",
    "author": "Jasreet Hundal, Susanna Kiwala, Joshua McMichael, Christopher A Miller, Alexander T Wollam, Huiming Xia, Connor J Liu, Sidi Zhao, Yang-Yang Feng, Aaron P Graubert, Amber Z Wollam, Jonas Neichin, Megan Neveau, Jason Walker, William E Gillanders, Elaine R Mardis, Obi L Griffith, Malachi Griffith",
    "author_email": "help@pvactools.org",
    "download_url": null,
    "platform": null,
    "description": "|Test Status| |Coverage Status| |Docs| |External APIs Status|\n\npVACtools\n=========\n\npVACtools is a cancer immunotherapy suite consisting of the following\ntools:\n\n**pVACseq**\n\nA cancer immunotherapy pipeline for identifying and prioritizing\nneoantigens from a VCF file.\n\n**pVACbind**\n\nA cancer immunotherapy pipeline for identifying and prioritizing\nneoantigens from a FASTA file.\n\n**pVACfuse**\n\nA tool for detecting neoantigens resulting from gene fusions.\n\n**pVACsplice**\n\nA tool for detecting neoantigens resulting from splice site variants.\n\n**pVACvector**\n\nA tool designed to aid specifically in the construction of DNA\nvector-based cancer vaccines.\n\n**pVACview**\n\nAn application based on R Shiny that assists users in reviewing,\nexploring and prioritizing neoantigens from the results of pVACtools\nprocesses for personalized cancer vaccine design.\n\nCitations\n---------\n\nJasreet Hundal , Susanna Kiwala , Joshua McMichael, Chris Miller,\nHuiming Xia, Alex Wollam, Conner Liu, Sidi Zhao, Yang-Yang Feng, Aaron\nGraubert, Amber Wollam, Jonas Neichin, Megan Neveau, Jason Walker,\nWilliam Gillanders, Elaine Mardis, Obi Griffith, Malachi Griffith.\npVACtools: A Computational Toolkit to Identify and Visualize Cancer\nNeoantigens. Cancer Immunology Research. 2020 Mar;8(3):409-420. doi:\n10.1158/2326-6066.CIR-19-0401. PMID: 31907209.\n\nJasreet Hundal, Susanna Kiwala, Yang-Yang Feng, Connor J. Liu, Ramaswamy\nGovindan, William C. Chapman, Ravindra Uppaluri, S. Joshua Swamidass,\nObi L. Griffith, Elaine R. Mardis, and Malachi Griffith. Accounting for\nproximal variants improves neoantigen prediction. Nature Genetics. 2018,\nDOI: 10.1038/s41588-018-0283-9. PMID: 30510237.\n\nJasreet Hundal, Beatriz M. Carreno, Allegra A. Petti, Gerald P. Linette,\nObi L. Griffith, Elaine R. Mardis, and Malachi Griffith. pVAC-Seq: A\ngenome-guided in silico approach to identifying tumor neoantigens.\nGenome Medicine. 2016, 8:11, DOI: 10.1186/s13073-016-0264-5. PMID:\n26825632.\n\nLicense\n-------\n\nThis project is licensed under BSD 3-Clause Clear License.\n\nInstallation\n------------\n\npVACtools is written for Linux but some users have been able to run it\nsuccessfully on Mac OS X. If you are using Windows you will need to set\nup a Linux environment, for example by setting up a virtual machine.\n\npVACtools requires Python 3.6 or above. Before running any installation\nsteps, check the Python version installed on your system:\n\n``python -V``\n\nIf you don\u2019t have Python 3 installed, we recommend using\n`Conda <https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`__\nto emulate a Python 3 environment. We\u2019ve encountered problems with users\nthat already have Python 2.x installed when they also try to install\nPython 3. The defaults will not be set correctly in that case. If you\nalready have Python 2.x installed we **strongly** recommmend using Conda\ninstead of installing Python 3 locally.\n\nOnce you have set up your Python 3 environment correctly you can use\n``pip`` to install pVACtools. Make sure you have ``pip`` installed.\n``pip`` is generally included in python distributions, but may need to\nbe upgraded before use. See the\n`instructions <https://packaging.python.org/en/latest/installing/#install-pip-setuptools-and-wheel>`__\nfor installing or upgrading ``pip``.\n\nAfter you have ``pip`` installed, type the following command on your\nTerminal:\n\n``pip install pvactools``\n\nYou can check that ``pvactools`` has been installed under the default\nenvironment like so:\n\n``pip show pvactools``\n\n``pip`` will fetch and install pVACtools and its dependencies for you.\nAfter installing, each tool of the pVACtools suite is available in its\nown command line tree directly from the Terminal.\n\nIf you have an old version of pVACtools installed you might want to\nconsider upgrading to the latest version:\n\n``pip install pvactools --upgrade``\n\nDocumentation\n-------------\n\nThe pVACtools documentation can be found on ReadTheDocs.\n\nContact\n-------\n\nBug reports or feature requests can be submitted on the pVACtools Github\npage. You may also contact us by email at help@pvactools.org.\n\nContainer images\n----------------\n\npVACtools is available as a Docker Image at DockerHub\ngriffithlab/pvactools.\n\nStable release with DOI\n-----------------------\n\n|DOI|\n\n.. |Test Status| image:: https://github.com/griffithlab/pVACtools/actions/workflows/tests.yml/badge.svg\n.. |Coverage Status| image:: https://coveralls.io/repos/github/griffithlab/pVACtools/badge.svg?branch=master\n   :target: https://coveralls.io/github/griffithlab/pVACtools?branch=master\n.. |Docs| image:: https://readthedocs.org/projects/pvactools/badge/?version=latest\n   :target: http://pvactools.readthedocs.io/en/latest/?badge=latest\n.. |External APIs Status| image:: https://github.com/griffithlab/pVACtools/actions/workflows/api_status.yml/badge.svg\n.. |DOI| image:: https://zenodo.org/badge/102625109.svg\n   :target: https://zenodo.org/badge/latestdoi/102625109\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause-Clear",
    "summary": "A cancer immunotherapy tools suite",
    "version": "5.4.3",
    "project_urls": {
        "Homepage": "https://github.com/griffithlab/pVACtools"
    },
    "split_keywords": [
        "antigens",
        "neoantigens",
        "cancer",
        "sequencing",
        "variant",
        "variants",
        "fusion",
        "fusions"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "757d7104d95655195c4d0fb5315234d015cc3c19e18325d882c19407e623de65",
                "md5": "7150615d68b2ef586c1e2b5dadcb48fe",
                "sha256": "e227eef2d90c963f70ed1fa16d9080cb8bc0dbc0ec7d36ad7bd078ef7fa07879"
            },
            "downloads": -1,
            "filename": "pvactools-5.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7150615d68b2ef586c1e2b5dadcb48fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 51085249,
            "upload_time": "2025-07-15T19:51:55",
            "upload_time_iso_8601": "2025-07-15T19:51:55.395796Z",
            "url": "https://files.pythonhosted.org/packages/75/7d/7104d95655195c4d0fb5315234d015cc3c19e18325d882c19407e623de65/pvactools-5.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 19:51:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "griffithlab",
    "github_project": "pVACtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pvactools"
}
        
Elapsed time: 1.67265s