What is XGMML?

XGMML is an XML version of 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 Java Architecture for XML Binding (JAXB). JAXB automatically generate JAVA code based on XML Schema. XML schema for XGMML is available 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:

JamesMcIninch 2006/04/20:

      <att value="YCK2" label="string" name="commonName"/>

      <att value="YCK2" type="string" label="Common Name" name="commonName"/>

Pitfalls

You always get a null pointer exception instead of an decent error. Therefore finding the the source of the problem is pretty much trail an error. Besides doing smart guessing based an the call tree, here are some pitfalls:

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