geneontology / pathways2GO

Code for converting between BioPAX pathways and Gene Ontology Causal Activity Models (GO-CAM)
8 stars 0 forks source link

Add starting locations for transported molecules #238

Open ukemi opened 1 year ago

ukemi commented 1 year ago

Since we have changed the representation of transport to now use the relation 'has_primary_input', we should be more explicit about the input molecule. Here is an example of a transport reaction from pyruvate metabolism: R-HSA-70268

image

It would be nice if we could represent this like this:

image

It would be even better to get rid of the start and end location assertions and just infer that by the locations of inputs and outputs, but that is a more general modeling discussion.

ukemi commented 1 year ago

This is related to #200