Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRN entities shouldn't use SBO #16

Open
FreakyBytes opened this issue Jan 30, 2017 · 0 comments
Open

CRN entities shouldn't use SBO #16

FreakyBytes opened this issue Jan 30, 2017 · 0 comments

Comments

@FreakyBytes
Copy link
Member

Trac Ticket #16

component: code
owner: martin
reporter: martin
created: 2014-02-06 15:44:56
milestone:
type: proposal
version:
keywords:

currently, CRN entities just evaluate SBO terms which is quite senseless. (just because we started with SBML...)

better option:

  1. map SBO (and other annotations) to central statements (maybe SBGN?)
  2. build graph based on that
  3. provide mappers from central description to respective graph language

see:

  • source:src/main/java/de/unirostock/sems/bives/ds/graph/CRN.java
  • source:src/main/java/de/unirostock/sems/bives/ds/graph/CRNCompartment.java
  • source:src/main/java/de/unirostock/sems/bives/ds/graph/CRNReaction.java
  • source:src/main/java/de/unirostock/sems/bives/ds/graph/CRNSubstance.java
  • all classes that create a CRN, e.g. source:src/main/java/de/unirostock/sems/bives/algorithm/GraphProducer.java and its extensions
  • all classes that use/evaluate a CRN, e.g. source:src/main/java/de/unirostock/sems/bives/ds/graph/GraphTranslator.java and its extensions

comment 1

time: 2014-02-06 16:04:36
author: martin

see also:

  • /src/main/java/de/unirostock/sems/bives/ds/graph/CRNSubstanceRef

comment 2

time: 2014-05-11 19:31:31
author: martin

now it is chemical reaction network, see bives-core:#40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant