Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2006-01-17 19:48:56
Size: 1921
Editor: KeiichiroOno
Comment:
Revision 9 as of 2006-04-21 19:57:31
Size: 2651
Editor: ip18
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
In Cytoscape v2.3, a new concept called Metanode will be introduced. In XGMML, metanode is a node which has a subgraph containing nodes and edges. In Cytoscape v2.3, a new concept called Metanode will be introduced. In XGMML, metanode is a node which has a subgraph containing nodes and edges.  For more information, please read ["Metanode In XGMML"] section.
Line 37: Line 37:
     * Although internal data structure will support all of those, GUI (Network Metadata Editor) supports subset of the elemets above. For more information about DCMES, please visit [http://dublincore.org/documents/dces/ here].
     

   * Although internal data structure will support all of the above, GUI (Network Metadata Editor) supports subset of the elemets. For more information about DCMES, please visit [http://dublincore.org/documents/dces/ here].


JamesMcIninch 2006/04/20:
   Questions:
      * Previously, attributes could be any Java type -- java.net.URL for instance -- and XGMML supports "list", "integer", "real", and "string". What thought has been given to restoring the ability to use other types?
      * The examples in the testData directory put the '''type''' of the attribute
        in the '''label'''. For example,
{{{
      <att value="YCK2" label="string" name="commonName"/>
}}}
           instead of the correct XGMML
{{{
      <att value="YCK2" type="string" label="Common Name" name="commonName"/>
}}}
           ... should that not be fixed? Is Cytoscape doing the the right thing?

What is XGMML?

[http://www.cs.rpi.edu/~puninj/XGMML/ XGMML] is an XML version of [http://infosun.fmi.uni-passau.de/Graphlet/GML/ GML].

XGMML in Cytoscape

In the future releases, Cytoscape's standard format for saving graph layout will be XGMML. Users can save graph topology AND attributes in the same file.

XML Schema

The code to manipulate data element in XML file will be generated by data binding package, called [http://java.sun.com/webservices/jaxb/ Java Architecture for XML Binding (JAXB)]. JAXB automatically generate JAVA code based on XML Schema. XML schema for XGMML is available [http://www.cs.rpi.edu/~puninj/XGMML/xgmml.xsd here].

Metanode and XGMML

In Cytoscape v2.3, a new concept called Metanode will be introduced. In XGMML, metanode is a node which has a subgraph containing nodes and edges. For more information, please read ["Metanode In XGMML"] section.

File Format

Network file in XGMML has the following information:

  • Interactions (Nodes/Edges)
  • Attributes (annotation for nodes/edges)
  • Graphical representation of nodes and edges
  • Network meta-info in RDF
    • This is a general information for the network. Generic information like network name, date modified, etc. will be inserted here. The data format used for network meta-information is RDF (Resource Description Framework). The supported attributes are taken from Dublin Core Metadata Element Set (DCMES):
      • Title
      • Creator
      • Subject
      • Description
      • Publisher
      • Contributor
      • Date
      • Type
      • Format
      • Identifier
      • Source
      • Language
      • Relation
      • Coverage
      • Rights
    • Although internal data structure will support all of the above, GUI (Network Metadata Editor) supports subset of the elemets. For more information about DCMES, please visit [http://dublincore.org/documents/dces/ here].

JamesMcIninch 2006/04/20:

  • Questions:
    • Previously, attributes could be any Java type -- java.net.URL for instance -- and XGMML supports "list", "integer", "real", and "string". What thought has been given to restoring the ability to use other types?
    • The examples in the testData directory put the type of the attribute

      • in the label. For example,

      <att value="YCK2" label="string" name="commonName"/>
  • instead of the correct XGMML

      <att value="YCK2" type="string" label="Common Name" name="commonName"/>
  • .. should that not be fixed? Is Cytoscape doing the the right thing?

XGMML (last edited 2012-03-03 00:48:59 by server2)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux