Git Product home page Git Product logo

compath-template's Introduction

ComPath Template Package

A template package for integrating new pathway databases to ComPath.

Package Structure

The template contains the following modules:

  • manager.py: Implements the database manager. All methods used in ComPath and inherited from the ComPathManager class, as well as useful commands for querying and populating. Here, it needs to be implemented a parser adapting the new pathway-protein association file. The parser should process the file to an iterator where each iteration contains the gene as well as the pathway level linkage.
  • models.py: Defines the database model. By default, each ComPath pathway package (following the Bio2BEL. structure) should contain at least the following two models:

    1. Pathway model: containing the name of the pathway and the link with the Protein model.
    2. Protein model: containing the HGNC symbol of the gene coding for the protein.
  • cli.py: Defines all commands to manage the package. Among them, there are defined the 'populate' and drop' commands that correspondingly load and erase the database.
  • constants.py: Contains the constants used by the package such as name, base URLs from RESTful APis, etc.

All modules described above contain the minimum methods for their compatibility with ComPath. A list of 'TODOs' is included within each package stating what needs to be added. Furthermore, the 'example' module outlines a parser example. A mature example of a ComPath template would be ComPath HGNC.

compath-template's People

Contributors

ddomingof avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.