|PyPI| |Downloads| |CI| |Docs| |Coverage|
Python client for the OmniPath web service
==========================================
Installation
------------
You can install ``omnipath`` by running::
pip install omnipath
The OmniPath database
---------------------
OmniPath is a database of:
* Protein-protein, TF target and miRNA-mRNA interactions
* Enzyme-PTM relationships
* Protein complexes
* Annotations of protein function, structure, localization, expression
* Intercellular communication roles of proteins
To learn more about OmniPath, you can visit its `website`_, or read our recent `preprint`_
or our first `paper from 2016`_, especially its `supplementary material`_.
The Python client
-----------------
The data is available through a web service hosted on this `website`_.
This repository hosts a Python package for querying this web service and
downloading data into data frames or dictionaries.
The Python package for OmniPath is pypath, isn't it?
----------------------------------------------------
`pypath`_ is a tool for building the OmniPath databases in a fully customizable way.
We recommend to use pypath if you want to:
* Tailor the database building to your needs
* Include resources not available in the public web service
* Use the rich Python APIs available for the database objects
* Make sure the data from the original sources is the most up-to-date
* Use the methods in ``pypath.inputs`` to download data from resources
* Use the various extra tools in ``pypath.utils``, e.g. for identifier
translation, homology translation, querying Gene Ontology, working with
protein sequences, processing BioPAX, etc.
Is there an R client?
---------------------
Yes there is. The R/Bioconductor package ``OmnipathR`` you may find on `GitHub <https://github.com/saezlab/OmnipathR>`_
or in `Bioconductor <http://bioconductor.org/packages/3.12/bioc/html/OmnipathR.html>`_.
The R client currently supports all features of the web service.
Cytoscape
---------
We even have a `Cytoscape plug-in`_.
With the plug-in you are able to load networks into Cytoscape and access
certain (not all) annotations of the proteins.
.. |PyPI| image:: https://img.shields.io/pypi/v/omnipath.svg
:target: https://pypi.org/project/omnipath
:alt: PyPI
.. |Downloads| image:: https://pepy.tech/badge/omnipath
:target: https://pepy.tech/project/omnipath
:alt: Downloads
.. |CI| image:: https://img.shields.io/github/actions/workflow/status/saezlab/omnipath/ci.yml?branch=master
:target: https://github.com/saezlab/omnipath/actions?query=workflow:CI
:alt: CI
.. |Coverage| image:: https://codecov.io/gh/saezlab/omnipath/branch/master/graph/badge.svg
:target: https://codecov.io/gh/saezlab/omnipath
:alt: Coverage
.. |Docs| image:: https://img.shields.io/readthedocs/omnipath
:target: https://omnipath.readthedocs.io/en/latest
:alt: Documentation
.. _website : https://omnipathdb.org/
.. _Cytoscape plug-in : https://apps.cytoscape.org/apps/omnipath
.. _pypath : https://github.com/saezlab/pypath
.. _preprint : https://www.biorxiv.org/content/10.1101/2020.08.03.221242v2
.. _paper from 2016 : https://www.nature.com/articles/nmeth.4077
.. _supplementary material : https://static-content.springer.com/esm/art%3A10.1038%2Fnmeth.4077/MediaObjects/41592_2016_BFnmeth4077_MOESM495_ESM.pdf
Raw data
{
"_id": null,
"home_page": "https://omnipathdb.org/",
"name": "omnipath",
"maintainer": "Michal Klein, D\u00e9nes T\u00fcrei",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "turei.denes@gmail.com",
"keywords": "ARN,Autophagy,BioGRID,BioPAX,CORUM,COSMIC,CPAD,Cancer Gene Census,CancerSEA,Cell Surface Protein Atlas,CellPhoneDB,ComPPI,Compleat,ComplexPortal,DEPOD,DGIdb,DIP,DNA,DisGeNet,DoRothEA,ELM,EMBRACE,Ensembl,Exocarta,GPCRdb,GSEA,Guide to Pharmacology,HGNC,HomoloGene,Human Plasma Membrane Receptome,Human Protein Atlas,ICELLNET,InnateDB,IntAct,IntOGen,KEGG,MPPI,MSigDB,Matrisome,MatrixDB,NCI-PID,NRF2ome,NetPath,ORegAnno,PANTHER,PAZAR,PPI,Phobius,Phosphatome,PhosphoPoint,PhosphoSite,Reactome,SIGNOR,SPIKE,STRING,SignaLink,Surfaceome,TRED,TRRD,TopDB,UniProt,Vesiclepedia,activity flow,adhesion,annotations,cancer,complexes,dephosphorylation,directed graph,disease,gene,gene symbol,iTALK,integrin,intercellular communication,ion channel,kinase,ligand,mRNA,miRNA,mouse,pathway,phosphatase,phospho.ELM,phosphorylation,protein,rat,receptor,regulation,signaling,signaling pathway,subcellular localization,transcription,transporter",
"author": "Michal Klein, D\u00e9nes T\u00fcrei",
"author_email": "turei.denes@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ab/fd/8706888556daa77e089e4ccd21840f99fedc180d4f145b97aae2413ededb/omnipath-1.0.8.tar.gz",
"platform": "Linux",
"description": "|PyPI| |Downloads| |CI| |Docs| |Coverage|\n\nPython client for the OmniPath web service\n==========================================\n\nInstallation\n------------\nYou can install ``omnipath`` by running::\n\n pip install omnipath\n\nThe OmniPath database\n---------------------\n\nOmniPath is a database of:\n\n* Protein-protein, TF target and miRNA-mRNA interactions\n* Enzyme-PTM relationships\n* Protein complexes\n* Annotations of protein function, structure, localization, expression\n* Intercellular communication roles of proteins\n\nTo learn more about OmniPath, you can visit its `website`_, or read our recent `preprint`_\nor our first `paper from 2016`_, especially its `supplementary material`_.\n\nThe Python client\n-----------------\nThe data is available through a web service hosted on this `website`_.\nThis repository hosts a Python package for querying this web service and\ndownloading data into data frames or dictionaries.\n\n\nThe Python package for OmniPath is pypath, isn't it?\n----------------------------------------------------\n`pypath`_ is a tool for building the OmniPath databases in a fully customizable way.\nWe recommend to use pypath if you want to:\n\n* Tailor the database building to your needs\n* Include resources not available in the public web service\n* Use the rich Python APIs available for the database objects\n* Make sure the data from the original sources is the most up-to-date\n* Use the methods in ``pypath.inputs`` to download data from resources\n* Use the various extra tools in ``pypath.utils``, e.g. for identifier\n translation, homology translation, querying Gene Ontology, working with\n protein sequences, processing BioPAX, etc.\n\nIs there an R client?\n---------------------\nYes there is. The R/Bioconductor package ``OmnipathR`` you may find on `GitHub <https://github.com/saezlab/OmnipathR>`_\nor in `Bioconductor <http://bioconductor.org/packages/3.12/bioc/html/OmnipathR.html>`_.\nThe R client currently supports all features of the web service.\n\nCytoscape\n---------\nWe even have a `Cytoscape plug-in`_.\nWith the plug-in you are able to load networks into Cytoscape and access\ncertain (not all) annotations of the proteins.\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/omnipath.svg\n :target: https://pypi.org/project/omnipath\n :alt: PyPI\n\n.. |Downloads| image:: https://pepy.tech/badge/omnipath\n :target: https://pepy.tech/project/omnipath\n :alt: Downloads\n\n.. |CI| image:: https://img.shields.io/github/actions/workflow/status/saezlab/omnipath/ci.yml?branch=master\n :target: https://github.com/saezlab/omnipath/actions?query=workflow:CI\n :alt: CI\n\n.. |Coverage| image:: https://codecov.io/gh/saezlab/omnipath/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/saezlab/omnipath\n :alt: Coverage\n\n.. |Docs| image:: https://img.shields.io/readthedocs/omnipath\n :target: https://omnipath.readthedocs.io/en/latest\n :alt: Documentation\n\n.. _website : https://omnipathdb.org/\n.. _Cytoscape plug-in : https://apps.cytoscape.org/apps/omnipath\n.. _pypath : https://github.com/saezlab/pypath\n.. _preprint : https://www.biorxiv.org/content/10.1101/2020.08.03.221242v2\n.. _paper from 2016 : https://www.nature.com/articles/nmeth.4077\n.. _supplementary material : https://static-content.springer.com/esm/art%3A10.1038%2Fnmeth.4077/MediaObjects/41592_2016_BFnmeth4077_MOESM495_ESM.pdf\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python client for the OmniPath web service",
"version": "1.0.8",
"project_urls": {
"Documentation": "https://omnipath.readthedocs.io",
"Download": "https://github.com/saezlab/omnipath/releases/",
"Homepage": "https://omnipathdb.org/",
"Source Code": "https://github.com/saezlab/omnipath"
},
"split_keywords": [
"arn",
"autophagy",
"biogrid",
"biopax",
"corum",
"cosmic",
"cpad",
"cancer gene census",
"cancersea",
"cell surface protein atlas",
"cellphonedb",
"comppi",
"compleat",
"complexportal",
"depod",
"dgidb",
"dip",
"dna",
"disgenet",
"dorothea",
"elm",
"embrace",
"ensembl",
"exocarta",
"gpcrdb",
"gsea",
"guide to pharmacology",
"hgnc",
"homologene",
"human plasma membrane receptome",
"human protein atlas",
"icellnet",
"innatedb",
"intact",
"intogen",
"kegg",
"mppi",
"msigdb",
"matrisome",
"matrixdb",
"nci-pid",
"nrf2ome",
"netpath",
"oreganno",
"panther",
"pazar",
"ppi",
"phobius",
"phosphatome",
"phosphopoint",
"phosphosite",
"reactome",
"signor",
"spike",
"string",
"signalink",
"surfaceome",
"tred",
"trrd",
"topdb",
"uniprot",
"vesiclepedia",
"activity flow",
"adhesion",
"annotations",
"cancer",
"complexes",
"dephosphorylation",
"directed graph",
"disease",
"gene",
"gene symbol",
"italk",
"integrin",
"intercellular communication",
"ion channel",
"kinase",
"ligand",
"mrna",
"mirna",
"mouse",
"pathway",
"phosphatase",
"phospho.elm",
"phosphorylation",
"protein",
"rat",
"receptor",
"regulation",
"signaling",
"signaling pathway",
"subcellular localization",
"transcription",
"transporter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5df300971472499c8a76a8bfd38b987736a7eb06d6c2f20d537363b6b28dfcec",
"md5": "b349a433cc141f0e0f52e51a66cbb359",
"sha256": "34dba15830c225421d9464e062e7dd0b4d46b569e7394786ce181f9e294a4442"
},
"downloads": -1,
"filename": "omnipath-1.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b349a433cc141f0e0f52e51a66cbb359",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 68948,
"upload_time": "2023-11-20T18:49:36",
"upload_time_iso_8601": "2023-11-20T18:49:36.382939Z",
"url": "https://files.pythonhosted.org/packages/5d/f3/00971472499c8a76a8bfd38b987736a7eb06d6c2f20d537363b6b28dfcec/omnipath-1.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "abfd8706888556daa77e089e4ccd21840f99fedc180d4f145b97aae2413ededb",
"md5": "5a3d5242bbb3598bfa31b98379a4f47a",
"sha256": "3821b9ba11957412ff9e4932eb6d0c17242939661468064ad1ce28ee3e27394f"
},
"downloads": -1,
"filename": "omnipath-1.0.8.tar.gz",
"has_sig": false,
"md5_digest": "5a3d5242bbb3598bfa31b98379a4f47a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1948481,
"upload_time": "2023-11-20T18:42:58",
"upload_time_iso_8601": "2023-11-20T18:42:58.767491Z",
"url": "https://files.pythonhosted.org/packages/ab/fd/8706888556daa77e089e4ccd21840f99fedc180d4f145b97aae2413ededb/omnipath-1.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-20 18:42:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "saezlab",
"github_project": "omnipath",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "attrs",
"specs": [
[
">=",
"20.2.0"
]
]
},
{
"name": "docrep",
"specs": [
[
">=",
"0.3.1"
]
]
},
{
"name": "inflect",
"specs": [
[
">=",
"4.1.0"
]
]
},
{
"name": "packaging",
"specs": []
},
{
"name": "pandas",
"specs": [
[
">=",
"1.2.0"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.24.0"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.51.0"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
">=",
"3.7.4.3"
]
]
},
{
"name": "urllib3",
"specs": [
[
">=",
"1.26.0"
]
]
},
{
"name": "wrapt",
"specs": [
[
">=",
"1.12.0"
]
]
}
],
"tox": true,
"lcname": "omnipath"
}