<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<graph label="Protein Interaction Network"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns="http://www.cs.rpi.edu/XGMML"
  directed="1">
  <att name="documentVersion" value="1.1"/>
  <node id="1" label="TP53">
    <att name="type" value="protein"/>
    <att name="weight" value="0.9"/>
  </node>
  <node id="2" label="MDM2">
    <att name="type" value="protein"/>
    <att name="weight" value="0.7"/>
  </node>
  <node id="3" label="CDKN1A">
    <att name="type" value="protein"/>
    <att name="weight" value="0.5"/>
  </node>
  <edge source="1" target="2" label="activates">
    <att name="interaction" value="pp"/>
    <att name="confidence" value="0.95"/>
  </edge>
  <edge source="2" target="1" label="inhibits">
    <att name="interaction" value="pp"/>
    <att name="confidence" value="0.90"/>
  </edge>
  <edge source="1" target="3" label="activates">
    <att name="interaction" value="pp"/>
    <att name="confidence" value="0.85"/>
  </edge>
</graph>
