Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created February 5, 2013 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrawaag/4715825 to your computer and use it in GitHub Desktop.
Save andrawaag/4715825 to your computer and use it in GitHub Desktop.
GPML sniplet from WP TCA cycle pathway
<?xml version="1.0" encoding="UTF-8"?>
<Pathway xmlns="http://genmapp.org/GPML/2010a" Name="untitled" Data-Source="COPIED">
<Graphics BoardWidth="177.2833366394043" BoardHeight="500.1666564941406" />
<DataNode TextLabel="MDH1" GraphId="bceb9" Type="GeneProduct">
<Attribute Key="org.pathvisio.model.BackpageHead" Value="MDH1" />
<Graphics CenterX="113.46667098999023" CenterY="415.6666564941406" Width="67.63333129882812" Height="20.0" ZOrder="32768" FontSize="10" Valign="Middle" />
<Xref Database="Entrez Gene" ID="459271" />
</DataNode>
<DataNode TextLabel="Malate" GraphId="b6f7a" Type="Metabolite">
<Attribute Key="org.pathvisio.model.BackpageHead" Value="Malate" />
<Graphics CenterX="113.4666633605957" CenterY="461.0333251953125" Width="67.63333129882812" Height="18.26666259765625" ZOrder="32768" FontSize="10" Valign="Middle" Color="0000ff" />
<Xref Database="HMDB" ID="HMDB00156" />
</DataNode>
<DataNode TextLabel="Oxaloacetate" GraphId="d01a1" Type="Metabolite">
<Attribute Key="org.pathvisio.model.BackpageHead" Value="Oxaloacetate" />
<Graphics CenterX="112.64362470524824" CenterY="371.4818930041152" Width="67.63333333333334" Height="18.266666666666666" ZOrder="32768" FontSize="10" Valign="Middle" Color="0000ff" />
<Xref Database="HMDB" ID="HMDB00223" />
</DataNode>
<Line GraphId="c70be">
<Graphics ZOrder="12288" LineThickness="1.0">
<Point X="113.46667073567708" Y="425.6666666666667" GraphRef="bceb9" RelX="-7.520349690244317E-9" RelY="1.0000010172526042" />
<Point X="113.06387660870436" Y="417.0139502898123" GraphRef="e64f7" RelX="0.0" RelY="0.0" ArrowHead="Arrow" />
</Graphics>
</Line>
<Line GraphId="dc7a3">
<Graphics ZOrder="12288" LineThickness="1.0">
<Point X="113.46666666666667" Y="451.9" GraphRef="b6f7a" RelX="9.776454597317612E-8" RelY="-0.9999993317317171" ArrowHead="Arrow" />
<Point X="112.64362139917729" Y="380.6152263374485" GraphRef="d01a1" RelX="-9.776454303228191E-8" RelY="1.0" ArrowHead="Arrow" />
<Anchor Position="0.48938992042440316" Shape="None" GraphId="e64f7" />
</Graphics>
</Line>
<InfoBox CenterX="0.0" CenterY="0.0" />
</Pathway>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment