Skip to content

sbgn-converter: put metadata to the SBGN-ML (using extensions feature). #40

Description

@IgorRodchenkov

Add useful metadata to SBGN nodes/edges (glyphs, arcs, ports) either as nested xml elements ('bp:' or better define own schema if needed) inside <extensions/> and <notes/>, or simply using <![CDATA[...]]> and encoded JSON object in it.

Include, e.g.:

  • HGNC, ChEBI, UniProt, PubMed IDs;
  • BioPAX Class (name);
  • synonyms (as <label/> contains display name already);
  • organism(s);
  • data source(s);
  • evidence ?
  • generic or not (boolean)

One way to implement this feature in sbgn-converter, in a very flexible/extensible manner, would be using key:value entries from the Paxtools BioPAX object.annotations (bpe.getAnnotations()) map (and the annotations can be created in many different ways, e.g., within cPath2 or Sifgraph methods).

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions