← Revision 4 as of 2005-12-09 23:32:38
Size: 797
Comment:
|
← Revision 5 as of 2005-12-09 23:38:53 →
Size: 867
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
In 2.3, a new concept called Metanode will be introduced. In XGMML, metanode | 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. |
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.