Giter VIP home page Giter VIP logo

Comments (3)

goodb avatar goodb commented on September 24, 2024

The plan right now is to use the ordering provided by Reactome via the BioPax nextEvent structure. The code will look at the graph and seek out linear structures. Loops will not have starts and ends. Islands can't be starts and ends.

A node will be called a start if no causal relations flow into it and at least one flows out of it.
A node will be called an end if at least one causal relations flow into it and no relations flow out of it.

@cmungall : this formulation makes it possible for a process to have multiple starting and ending functions. Is that okay? We could be more cautious, and not assign start/end when there are multiple if this is a problem. It seems reasonable however that a process could have multiple initiators as well as multiple endpoints.

from pathways2go.

cmungall avatar cmungall commented on September 24, 2024

That looks like a very closed world definition.

A process should have 1 start and 1 end, and these should be consistent with starts and ends defined in the ontology

from pathways2go.

goodb avatar goodb commented on September 24, 2024

Looking at BMP Signaling I don't think this is likely to work very well in general. The algorithm applied to that pathway generates three starting points:

  • I-Smad competes with R-Smad1/5/8 for type I receptor
  • The ligand trap binds the ligand BMP2, blocking BMP signalling
  • Formation of a heteromeric BMP receptor complex

Probably only one "Formation of a heteromeric BMP receptor complex" is close to the right intent. Similar problems for termination.

We could work harder on a set of rules to isolate simple pathways that follow a linear structure and have singular starts and ends. But, not really sure its worth it. Right now it looks to me like this might be one thing we need to kick back to @deustp01 and Reactome curators. Perhaps they can annotate specific pathway initiators and terminators directly. But.. the general model of having a process only have 1 start and 1 end does not seem to jive with how pathways are represented. Perhaps it is not a useful construct for these kinds of models.

from pathways2go.

Related Issues (20)

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.