Skip to main content

ComPath Resource Utilities.

Project description

This repository contains the different resources derived or generated using ComPath. Among these resources, there are Jupyter notebooks outlining possible analyses that can be made using ComPath plugins as well as the results of the curation effort (‘mappings’ folder) where we generated pathway mappings between three of the major pathway databases (see below).

Citation

If you use ComPath in your work, please cite:

Domingo-Fernández, D., et al. (2018). ComPath: An ecosystem for exploring, analyzing, and curating mappings across pathway databases. bioRxiv 353235.

Installation Current version on PyPI Stable Supported Python Versions MIT License

Easiest

Download the latest stable code from PyPI with:

python3 -m pip install compath_resources

Get the Latest

Download the most recent code from GitHub with:

python3 -m pip install git+https://github.com/ComPath/resources.git@master

Curation (Pathway Mappings)

The aim of this exercise was to generate mapping files across pathway databases in order to establish relationships between similar pathways in three of the major pathway databases:

We recommend to download the mappings directly from the ComPath website since the pathways in WikiPathways are not stable and might have been changed. However, the mapping file distributed by the website contains stable identifiers from all resources.

Mapping Between Pathway Databases

A total of 3 mapping files are stored in this package, one for each pairwise comparison:

It is important to mention that even more mappings are stored in the database thanks to the ComPath inference system. For example, when a KEGG to WikiPathways pathway is assigned as equivalent to a Reactome pathway, ComPath uses the Reactome hierarchy to infer new hierarchical mappings and map the super/sub pathways of the Reactome pathway to this corresponding equivalent pathway.

Curation Team

The curation exercise was conducted under inter-curator agreement in a team formed by:

Mapping Types

We have distinguished between two types of relationships between pathways (mappings): “equivalentTo” and “isPartOf”.

  • equivalentTo. An undirected relationship denoting both pathways refer to the same biological process. The requirements for this relationship are:

    • Scope: both pathways represent the same biological pathway information.

    • Similarity: both pathways must share at minimum of one overlapping gene.

    • Context: both pathways should take place in the same context (e.g., cell line, physiology)

  • isPartOf. A directed relationship denoting the hierarchical relationship between the pathway 1 (child) and 2 (parent). The requirements are:

    • Subset: The subject (pathway 1) is a subset of pathway 2 (e.g., Reactome pathway hierarchy).

    • Similarity: same as above

    • Context: same as above

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compath_resources-0.0.7.tar.gz (85.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page