Network Chart

Network diagrams (also called Graphs) show interconnections between a set of entities. Each entity is represented by a Node (or vertice). Connection between nodes are represented through links (or edges). Networks is an entire field of research in itself. For example, you need to set up a layout algorythm that finds out an optimal position for each node. Several type of networks exist. They can be directed (flow) or undirected (connection). Links can be wheigthed or not.


Example Color Themes

Example Fonts



Show Code

Tools

<!-- Include the CanvasXpress library in your HTML file -->
<link rel="stylesheet" href="https://www.canvasxpress.org/dist/canvasXpress.css" type="text/css"/>
<script src="https://www.canvasxpress.org/canvasXpress.min.js"></script>


<!-- Create a canvas element for the chart with the desired dimensions -->
<div>
  <canvas id="canvasId" width="600" height="600"</canvas>
</div>


<!-- Create a script to initialize the chart -->
<script>

  <!-- Create the data for the graph -->
  var data = {
     "edges" : [{"Evidence1" : 3,"Evidence2" : 1,"Evidence3" : "D","Evidence4" : "D","color" : "ff0000","database" : "","endArrow" : "arrow","endX" : 0,"endY" : -1,"graphid" : "d2919","id1" : "ff0","id2" : "d44","nodeName" : "interaction","point" : [{"graphref" : "ff0","relx" : "0.0","rely" : "1.0","x" : "720.0","y" : "76.66666666666667"},{"arrowhead" : "Arrow","graphref" : "d44","relx" : "0.0","rely" : "-1.0","x" : "720.0","y" : "116.66666666666669"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12288"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 1,
           "Evidence3" : "C",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "square",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "id632252e2",
           "id1" : "ec258",
           "id2" : "f13",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ec258","relx" : "1.0","rely" : "0.0","x" : "1199.0","y" : "276.0"},{"arrowhead" : "TBar","graphref" : "f13","relx" : "-1.0","rely" : "0.0","x" : "1224.230706092902","y" : "276.0"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12288"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 5,
           "Evidence3" : "C",
           "Evidence4" : "A",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "id76e06696",
           "id1" : "d254c",
           "id2" : "fe5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ff3a7","relx" : "0.0","rely" : "-1.0","x" : "395.33333333333337","y" : "435.66666666666663"},{"arrowhead" : "TBar","graphref" : "fe5","relx" : "0.0","rely" : "1.0","x" : "395.33333333333337","y" : "412.3333333333333"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12288"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 1,
           "Evidence3" : "C",
           "Evidence4" : "D",
           "color" : "0000ff",
           "database" : "",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "b787a",
           "id1" : "dbe72",
           "id2" : "cb0",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f02c5","relx" : "1.0","rely" : "0.5","x" : "126.33333333333333","y" : "307.3333333333333"},{"graphref" : "cb0","relx" : "-0.5","rely" : "-1.0","x" : "187.35101802779977","y" : "374.19695452078867"}],
           "startX" : 1,
           "startY" : 0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12290"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "C",
           "Evidence4" : "E",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "baf22",
           "id1" : "cb605",
           "id2" : "defd7",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "e9cdc","relx" : "0.0","rely" : "1.0","x" : "116.99999999999994","y" : "425.3333333333335"},{"arrowhead" : "Arrow","graphref" : "c5179","relx" : "0.0","rely" : "-1.0","x" : "117.33333333333331","y" : "462.0"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12292"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "A",
           "color" : "0000ff",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "cc7da",
           "id1" : "bdb",
           "id2" : "a5f",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "bdb","relx" : "0.0","rely" : "-1.0","x" : "666.6666666666666","y" : "728.0000000000001"},{"arrowhead" : "TBar","graphref" : "a5f","relx" : "0.0","rely" : "1.0","x" : "667.3333333333334","y" : "695.3333333333334"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12294"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 3,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "bc7e4",
           "id1" : "cec",
           "id2" : "e16",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "cec","relx" : "0.0","rely" : "1.0","x" : "281.33333333333326","y" : "308.66666666666686"},{"arrowhead" : "Arrow","graphref" : "e16","relx" : "0.0","rely" : "-1.0","x" : "280.6666666666667","y" : "359.3333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12296"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "C",
           "Evidence4" : "A",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "b5cd8",
           "id1" : "f2e",
           "id2" : "cd5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f2e","relx" : "0.0","rely" : "1.0","x" : "933.3333333333334","y" : "225.33333333333331"},{"arrowhead" : "Arrow","graphref" : "cd5","relx" : "-0.5","rely" : "-1.0","x" : "975.0","y" : "303.3333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12298"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "f11ae",
           "id1" : "cb6",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "cb6","relx" : "0.0","rely" : "1.0","x" : "499.99999999999955","y" : "284.00000000000034"},{"arrowhead" : "Arrow","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12300"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "D",
           "Evidence4" : "A",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "bb62f",
           "id1" : "eed",
           "id2" : "ac6",
           "linestyle" : "Broken",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "eed","relx" : "1.0","rely" : "0.0","x" : "856.6666666666666","y" : "243.3333333333333"},{"arrowhead" : "Arrow","graphref" : "ac6","relx" : "-1.0","rely" : "0.0","x" : "1080.6666666666667","y" : "245.33333333333317"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "dashed",
           "width" : 1,
           "zorder" : "12302"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 3,
           "Evidence3" : "E",
           "Evidence4" : "B",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "b8961",
           "id1" : "ffcf1",
           "id2" : "cec",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "b4dc4","relx" : "1.0","rely" : "0.0","x" : "230.33333333333334","y" : "298.66666666666663"},{"arrowhead" : "Arrow","graphref" : "cec","relx" : "-1.0","rely" : "0.0","x" : "251.33333333333326","y" : "298.66666666666686"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12304"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 3,
           "Evidence3" : "A",
           "Evidence4" : "A",
           "color" : "0000ff",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "a99ac",
           "id1" : "ecf",
           "id2" : "f44cf",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ecf","relx" : "0.0","rely" : "1.0","x" : "506.6666666666663","y" : "112.6666666666667"},{"arrowhead" : "TBar","graphref" : "ef1a2","relx" : "0.0","rely" : "-1.0","x" : "507.33333333333326","y" : "135.6666666666666"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12306"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 3,
           "Evidence3" : "E",
           "Evidence4" : "E",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [
          [430.7,684.7],
             [384.7,684.7],
             [384.7,666.7]
           ],
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "e2a0c",
           "id1" : "a21",
           "id2" : "b98",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a21","relx" : "-1.0","rely" : "0.0","x" : "430.6666666666669","y" : "684.6666666666669"},{"arrowhead" : "Arrow","graphref" : "b98","relx" : "0.0","rely" : "1.0","x" : "384.66666666666674","y" : "666.6666666666666"}],
           "startX" : -1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12308"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "A",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "a882d",
           "id1" : "d44",
           "id2" : "a45",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d44","relx" : "0.0","rely" : "1.0","x" : "720.0","y" : "136.66666666666669"},{"arrowhead" : "Arrow","graphref" : "a45","relx" : "-0.5","rely" : "-1.0","x" : "765.0","y" : "270.0"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12310"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 4,
           "Evidence3" : "C",
           "Evidence4" : "B",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "ab39f",
           "id1" : "d80",
           "id2" : "c90",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d80","relx" : "1.0","rely" : "0.0","x" : "816.6666666666666","y" : "343.3333333333333"},{"arrowhead" : "Arrow","graphref" : "c90","relx" : "-1.0","rely" : "0.0","x" : "960.0","y" : "360.0"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12312"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 1,
           "Evidence3" : "B",
           "Evidence4" : "C",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "c59f1",
           "id1" : "a28",
           "id2" : "aa8",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a28","relx" : "0.0","rely" : "-1.0","x" : "600.2695924764896","y" : "462.6562173458724"},{"arrowhead" : "Arrow","graphref" : "aa8","relx" : "0.0","rely" : "1.0","x" : "696.6666666666666","y" : "326.6666666666667"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12314"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "D",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 1,
           "endY" : 0,
           "graphid" : "d0298",
           "id1" : "a45",
           "id2" : "dde",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a45","relx" : "-1.0","rely" : "0.0","x" : "750.0","y" : "280.0"},{"arrowhead" : "Arrow","graphref" : "dde","relx" : "1.0","rely" : "0.0","x" : "633.3333333333338","y" : "278.66666666666686"}],
           "startX" : -1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12316"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 5,
           "Evidence3" : "E",
           "Evidence4" : "B",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0.5,
           "endY" : 1,
           "graphid" : "c5997",
           "id1" : "a21",
           "id2" : "fac",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a21","relx" : "0.5","rely" : "-1.0","x" : "475.6666666666669","y" : "674.6666666666669"},{"arrowhead" : "Arrow","graphref" : "fac","relx" : "0.5","rely" : "1.0","x" : "467.4999999999998","y" : "504.33333333333326"}],
           "startX" : 0.5,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12318"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "A",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "d247b",
           "id1" : "f2e",
           "id2" : "cbb",
           "linestyle" : "Broken",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f2e","relx" : "1.0","rely" : "0.0","x" : "963.3333333333334","y" : "215.33333333333331"},{"arrowhead" : "Arrow","graphref" : "cbb","relx" : "-1.0","rely" : "0.0","x" : "1044.0","y" : "216.0"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "dashed",
           "width" : 1,
           "zorder" : "12320"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 3,
           "Evidence3" : "D",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0.5,
           "endY" : -1,
           "graphid" : "ead64",
           "id1" : "cbb",
           "id2" : "cd5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "cbb","relx" : "-0.5","rely" : "1.0","x" : "1059.0","y" : "226.0"},{"arrowhead" : "Arrow","graphref" : "cd5","relx" : "0.5","rely" : "-1.0","x" : "1005.0","y" : "303.3333333333333"}],
           "startX" : -0.5,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12322"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 3,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "e976f",
           "id1" : "d5d",
           "id2" : "bd8",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d5d","relx" : "0.0","rely" : "1.0","x" : "1250.8973727595687","y" : "336.6666666666667"},{"arrowhead" : "Arrow","graphref" : "bd8","relx" : "0.0","rely" : "-1.0","x" : "1250.8973727595687","y" : "366.6666666666667"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12324"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 5,
           "Evidence3" : "D",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "d9f4f",
           "id1" : "c3d",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "c3d","relx" : "0.0","rely" : "1.0","x" : "630.0000000000005","y" : "349.33333333333326"},{"arrowhead" : "Arrow","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12326"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "a9925",
           "id1" : "a5f",
           "id2" : "f78",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a5f","relx" : "1.0","rely" : "0.0","x" : "697.3333333333334","y" : "685.3333333333334"},{"arrowhead" : "Arrow","graphref" : "f78","relx" : "-1.0","rely" : "0.0","x" : "758.6666666666667","y" : "686.3333333333334"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12328"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 1,
           "Evidence3" : "B",
           "Evidence4" : "B",
           "color" : "0000ff",
           "database" : "",
           "endArrow" : "square",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "a147d",
           "id1" : "a904c",
           "id2" : "ba6",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "dce7b","relx" : "0.5","rely" : "-1.0","x" : "899.6666666666669","y" : "387.33333333333326"},{"arrowhead" : "TBar","graphref" : "ba6","relx" : "-1.0","rely" : "0.0","x" : "960.0","y" : "336.6666666666667"}],
           "startX" : 0.5,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12330"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 1,
           "Evidence3" : "E",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "efd5f",
           "id1" : "c02",
           "id2" : "c2232",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "c02","relx" : "0.0","rely" : "1.0","x" : "395.33333333333337","y" : "273.3333333333333"},{"arrowhead" : "TBar","graphref" : "f3348","relx" : "0.0","rely" : "-1.0","x" : "395.33333333333337","y" : "324.3333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12332"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 2,
           "Evidence3" : "C",
           "Evidence4" : "B",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "a89cc",
           "id1" : "b09",
           "id2" : "e0e2c",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "b09","relx" : "0.0","rely" : "1.0","x" : "110.0","y" : "113.33333333333333"},{"arrowhead" : "Arrow","graphref" : "b742d","relx" : "-0.5","rely" : "-1.0","x" : "119.11996154276343","y" : "151.71337179056988"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12334"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 5,
           "Evidence3" : "D",
           "Evidence4" : "B",
           "color" : "0000ff",
           "database" : "",
           "endX" : -1,
           "endY" : -0.5,
           "graphid" : "e0d80",
           "id1" : "dbe72",
           "id2" : "ffcf1",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f02c5","relx" : "1.0","rely" : "-0.5","x" : "126.33333333333333","y" : "279.3333333333333"},{"graphref" : "b4dc4","relx" : "-1.0","rely" : "-0.5","x" : "154.33333333333334","y" : "279.3333333333333"}],
           "startX" : 1,
           "startY" : -0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12336"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 1,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "color" : "0000ff",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[880.7,387.3],
             [880.7,374.7],
             [786.7,374.7],
             [786.7,353.3]
           ],
           "endArrow" : "square",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "f03ff",
           "id1" : "a904c",
           "id2" : "d80",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "dce7b","relx" : "0.0","rely" : "-1.0","x" : "880.6666666666669","y" : "387.33333333333326"},{"x" : "833.6666666666667","y" : "374.6666666666667"},{"arrowhead" : "TBar","graphref" : "d80","relx" : "0.0","rely" : "1.0","x" : "786.6666666666666","y" : "353.3333333333333"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12338"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 5,
           "Evidence3" : "E",
           "Evidence4" : "B",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "ca4dd",
           "id1" : "f44cf",
           "id2" : "eed",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ef1a2","relx" : "1.0","rely" : "-0.5","x" : "545.3333333333333","y" : "154.6666666666666"},{"arrowhead" : "Arrow","graphref" : "eed","relx" : "-1.0","rely" : "0.0","x" : "796.6666666666666","y" : "243.3333333333333"}],
           "startX" : 1,
           "startY" : -0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12340"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "C",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "d88b2",
           "id1" : "d71",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d71","relx" : "0.0","rely" : "1.0","x" : "474.00000000000006","y" : "334.6666666666667"},{"arrowhead" : "Arrow","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12342"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "C",
           "Evidence4" : "A",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "e2fdd",
           "id1" : "d2c",
           "id2" : "f13",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d2c","relx" : "0.0","rely" : "1.0","x" : "1250.897372759569","y" : "226.66666666666666"},{"arrowhead" : "Arrow","graphref" : "f13","relx" : "0.0","rely" : "-1.0","x" : "1250.8973727595685","y" : "266.0"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12344"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 5,
           "Evidence3" : "E",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "a3dc6",
           "id1" : "d43",
           "id2" : "a9e",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d43","relx" : "0.0","rely" : "1.0","x" : "280.0","y" : "435.3333333333333"},{"arrowhead" : "Arrow","graphref" : "a9e","relx" : "-0.5","rely" : "-1.0","x" : "355.0","y" : "700.0"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12346"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "E",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "b648d",
           "id1" : "f13",
           "id2" : "d5d",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f13","relx" : "0.0","rely" : "1.0","x" : "1250.8973727595685","y" : "286.0"},{"arrowhead" : "Arrow","graphref" : "d5d","relx" : "0.0","rely" : "-1.0","x" : "1250.8973727595687","y" : "316.6666666666667"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12348"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 1,
           "Evidence3" : "C",
           "Evidence4" : "A",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "e9678",
           "id1" : "fac",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "fac","relx" : "1.0","rely" : "0.0","x" : "478.33333333333303","y" : "494.33333333333326"},{"arrowhead" : "Arrow","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12350"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 5,
           "Evidence3" : "C",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "a7094",
           "id1" : "e0e2c",
           "id2" : "ffcf1",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "b742d","relx" : "0.0","rely" : "1.0","x" : "195.9532948760968","y" : "235.71337179056988"},{"arrowhead" : "Arrow","graphref" : "b4dc4","relx" : "0.0","rely" : "-1.0","x" : "192.33333333333334","y" : "260.0"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12352"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 5,
           "Evidence3" : "D",
           "Evidence4" : "E",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[42.3,424.9],
             [42.3,645.3],
             [98.3,645.3],
             [98.3,674]
           ],
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "aa6f4",
           "id1" : "d64",
           "id2" : "c5ac6",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d64","relx" : "0.0","rely" : "1.0","x" : "42.30333164757474","y" : "424.9499971904022"},{"x" : "70.31833249045404","y" : "645.3333333333334"},{"arrowhead" : "Arrow","graphref" : "f33ed","relx" : "-0.5","rely" : "-1.0","x" : "98.33333333333334","y" : "674.0000000000008"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12354"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 5,
           "Evidence3" : "A",
           "Evidence4" : "A",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "c89e3",
           "id1" : "ff56d",
           "id2" : "d81",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ce6a7","relx" : "0.0","rely" : "-1.0","x" : "594.0000000000007","y" : "567.3333333333328"},{"arrowhead" : "Arrow","graphref" : "d81","relx" : "0.0","rely" : "1.0","x" : "595.3333333333337","y" : "507.50000000000006"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12356"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 2,
           "Evidence3" : "C",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "fd3ee",
           "id1" : "a45",
           "id2" : "ba6",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a45","relx" : "1.0","rely" : "0.0","x" : "810.0","y" : "280.0"},{"arrowhead" : "Arrow","graphref" : "ba6","relx" : "-1.0","rely" : "0.0","x" : "960.0","y" : "336.6666666666667"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12358"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 2,
           "Evidence3" : "C",
           "Evidence4" : "B",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "e1ffe",
           "id1" : "defd7",
           "id2" : "c5ac6",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "c5179","relx" : "0.0","rely" : "1.0","x" : "117.33333333333331","y" : "578.0"},{"arrowhead" : "Arrow","graphref" : "f33ed","relx" : "0.0","rely" : "-1.0","x" : "117.33333333333334","y" : "674.0000000000008"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12360"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 5,
           "Evidence3" : "E",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "b1289",
           "id1" : "cbf",
           "id2" : "ff56d",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "cbf","relx" : "1.0","rely" : "0.0","x" : "469.9999999999999","y" : "604.3333333333333"},{"arrowhead" : "Arrow","graphref" : "ce6a7","relx" : "-1.0","rely" : "0.0","x" : "559.3333333333339","y" : "604.9999999999995"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12362"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 3,
           "Evidence3" : "A",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "bbfa9",
           "id1" : "cc5",
           "id2" : "cd5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "cc5","relx" : "0.0","rely" : "1.0","x" : "991.333333333333","y" : "200.0"},{"arrowhead" : "Arrow","graphref" : "cd5","relx" : "0.0","rely" : "-1.0","x" : "990.0","y" : "303.3333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12364"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "D",
           "Evidence4" : "D",
           "database" : "",
           "endX" : 0,
           "endY" : 0,
           "exactEnd" : true,
           "graphid" : "caeeb",
           "hideTooltip" : false,
           "id1" : "e23",
           "id2" : "d5f68",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "e23","relx" : "0.0","rely" : "1.0","x" : "900.4610447928713","y" : "164.91557735599847"},{"arrowhead" : "mim-stimulation","graphref" : "d5f68","relx" : "0.0","rely" : "0.0","x" : "879.5999999999996","y" : "216.53333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12366"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 2,
           "Evidence3" : "B",
           "Evidence4" : "A",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "c2e49",
           "id1" : "a9b",
           "id2" : "e0e2c",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a9b","relx" : "0.0","rely" : "1.0","x" : "195.33333333333337","y" : "113.33333333333333"},{"arrowhead" : "Arrow","graphref" : "b742d","relx" : "0.0","rely" : "-1.0","x" : "195.9532948760968","y" : "151.71337179056988"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12368"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "ff8a4",
           "id1" : "b98",
           "id2" : "f68",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "b98","relx" : "-0.5","rely" : "-1.0","x" : "369.66666666666674","y" : "646.6666666666666"},{"arrowhead" : "TBar","graphref" : "f68","relx" : "0.0","rely" : "1.0","x" : "370.0","y" : "580.0"}],
           "startX" : -0.5,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12370"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "A",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "ba3b1",
           "id1" : "e0e2c",
           "id2" : "f44cf",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "b742d","relx" : "1.0","rely" : "-0.5","x" : "349.6199615427636","y" : "172.71337179056988"},{"arrowhead" : "Arrow","graphref" : "ef1a2","relx" : "-1.0","rely" : "0.0","x" : "469.33333333333326","y" : "173.6666666666666"}],
           "startX" : 1,
           "startY" : -0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12372"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "E",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : -0.5,
           "graphid" : "b1ee4",
           "id1" : "defd7",
           "id2" : "e38bb",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "c5179","relx" : "1.0","rely" : "0.0","x" : "155.33333333333331","y" : "520.0"},{"arrowhead" : "Arrow","graphref" : "fa658","relx" : "-1.0","rely" : "-0.5","x" : "179.33333333333331","y" : "520.0416666666667"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12374"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 5,
           "Evidence3" : "D",
           "Evidence4" : "A",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "d3e57",
           "id1" : "a45",
           "id2" : "c90",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a45","relx" : "1.0","rely" : "0.0","x" : "810.0","y" : "280.0"},{"arrowhead" : "Arrow","graphref" : "c90","relx" : "-1.0","rely" : "0.0","x" : "960.0","y" : "360.0"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12376"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 1,
           "Evidence3" : "E",
           "Evidence4" : "D",
           "color" : "ff0000",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[726.7,316.7],
             [786.7,316.7],
             [786.7,333.3]
           ],
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "d8616",
           "id1" : "aa8",
           "id2" : "d80",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "aa8","relx" : "1.0","rely" : "0.0","x" : "726.6666666666666","y" : "316.6666666666667"},{"arrowhead" : "Arrow","graphref" : "d80","relx" : "0.0","rely" : "-1.0","x" : "786.6666666666666","y" : "333.3333333333333"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12378"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "C",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "cbc73",
           "id1" : "c5ac6",
           "id2" : "fff",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f33ed","relx" : "1.0","rely" : "0.5","x" : "155.33333333333334","y" : "716.0000000000008"},{"arrowhead" : "Arrow","graphref" : "fff","relx" : "-1.0","rely" : "0.0","x" : "241.66666666666663","y" : "716.6666666666666"}],
           "startX" : 1,
           "startY" : 0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12380"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 2,
           "Evidence3" : "C",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "c8362",
           "id1" : "d0c",
           "id2" : "cd5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d0c","relx" : "0.0","rely" : "1.0","x" : "815.9999999999993","y" : "158.66666666666669"},{"arrowhead" : "Arrow","graphref" : "cd5","relx" : "-0.5","rely" : "-1.0","x" : "975.0","y" : "303.3333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12382"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 3,
           "Evidence3" : "A",
           "Evidence4" : "B",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "e0190",
           "id1" : "a93",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a93","relx" : "0.0","rely" : "1.0","x" : "556.6666666666667","y" : "328.00000000000006"},{"arrowhead" : "Arrow","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12384"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 3,
           "Evidence3" : "E",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0.5,
           "endY" : -1,
           "graphid" : "bcb77",
           "id1" : "ac5",
           "id2" : "e0e2c",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ac5","relx" : "0.0","rely" : "1.0","x" : "286.6666666666667","y" : "113.33333333333333"},{"arrowhead" : "Arrow","graphref" : "b742d","relx" : "0.5","rely" : "-1.0","x" : "272.7866282094302","y" : "151.71337179056988"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12386"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 3,
           "Evidence3" : "C",
           "Evidence4" : "B",
           "color" : "ff0000",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[692,451.3],
             [816.7,451.3],
             [816.7,415.3],
             [842.7,415.3]
           ],
           "endArrow" : "square",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "f779e",
           "id1" : "a6b",
           "id2" : "a904c",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a6b","relx" : "1.0","rely" : "0.0","x" : "692.0000000000009","y" : "451.3333333333334"},{"x" : "816.6666666666674","y" : "433.33333333333337"},{"arrowhead" : "TBar","graphref" : "dce7b","relx" : "-1.0","rely" : "0.0","x" : "842.6666666666669","y" : "415.33333333333326"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12388"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 1,
           "Evidence3" : "D",
           "Evidence4" : "D",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "f4747",
           "id1" : "e16",
           "id2" : "d43",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "e16","relx" : "0.0","rely" : "1.0","x" : "280.6666666666667","y" : "379.3333333333333"},{"arrowhead" : "Arrow","graphref" : "d43","relx" : "0.0","rely" : "-1.0","x" : "280.0","y" : "415.3333333333333"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12390"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 3,
           "Evidence3" : "E",
           "Evidence4" : "D",
           "database" : "",
           "endX" : 0,
           "endY" : 0,
           "exactEnd" : true,
           "graphid" : "c5701",
           "hideTooltip" : false,
           "id1" : "a85e8",
           "id2" : "cac70",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "dc2d0","relx" : "0.0","rely" : "-1.0","x" : "395.33333333333326","y" : "190.0"},{"arrowhead" : "mim-stimulation","graphref" : "cac70","relx" : "0.0","rely" : "0.0","x" : "397.50531025899147","y" : "173.09468974100858"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12392"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 5,
           "Evidence3" : "B",
           "Evidence4" : "C",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -0.5,
           "endY" : 1,
           "graphid" : "abe2d",
           "id1" : "cbf",
           "id2" : "fac",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "cbf","relx" : "0.0","rely" : "-1.0","x" : "439.9999999999999","y" : "594.3333333333333"},{"arrowhead" : "Arrow","graphref" : "fac","relx" : "-0.5","rely" : "1.0","x" : "445.83333333333326","y" : "504.33333333333326"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12394"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 4,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "bb394",
           "id1" : "dde",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "dde","relx" : "0.0","rely" : "1.0","x" : "603.3333333333338","y" : "288.66666666666686"},{"arrowhead" : "Arrow","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12396"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 5,
           "Evidence3" : "D",
           "Evidence4" : "E",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "a637e",
           "id1" : "d80",
           "id2" : "cd5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d80","relx" : "1.0","rely" : "0.0","x" : "816.6666666666666","y" : "343.3333333333333"},{"arrowhead" : "Arrow","graphref" : "cd5","relx" : "-1.0","rely" : "0.0","x" : "960.0","y" : "313.3333333333333"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12398"
        },
        {
           "Evidence1" : 3,
           "Evidence2" : 1,
           "Evidence3" : "E",
           "Evidence4" : "B",
           "color" : "0000ff",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[385,580],
             [385,604.3],
             [410,604.3]
           ],
           "endArrow" : "square",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "c3757",
           "id1" : "f68",
           "id2" : "cbf",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f68","relx" : "0.5","rely" : "1.0","x" : "385.0","y" : "580.0"},{"arrowhead" : "TBar","graphref" : "cbf","relx" : "-1.0","rely" : "0.0","x" : "409.9999999999999","y" : "604.3333333333333"}],
           "startX" : 0.5,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12400"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 4,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "color" : "0000ff",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "fd9c7",
           "id1" : "d45",
           "id2" : "fff",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "d45","relx" : "0.0","rely" : "1.0","x" : "283.3333333333333","y" : "660.6666666666666"},{"arrowhead" : "TBar","graphref" : "fff","relx" : "0.0","rely" : "-1.0","x" : "283.3333333333333","y" : "707.1666666666666"}],
           "startX" : 0,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12402"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 5,
           "Evidence3" : "B",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : 1,
           "graphid" : "dcdb3",
           "id1" : "a21",
           "id2" : "cbf",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a21","relx" : "0.0","rely" : "-1.0","x" : "460.6666666666669","y" : "674.6666666666669"},{"arrowhead" : "Arrow","graphref" : "cbf","relx" : "0.0","rely" : "1.0","x" : "439.9999999999999","y" : "614.3333333333333"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12404"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 1,
           "Evidence3" : "C",
           "Evidence4" : "B",
           "color" : "0000ff",
           "database" : "",
           "endArrow" : "square",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "e2a45",
           "id1" : "c2232",
           "id2" : "a6d06",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f3348","relx" : "1.0","rely" : "0.0","x" : "433.33333333333337","y" : "372.3333333333333"},{"arrowhead" : "TBar","graphref" : "a6d06","relx" : "0.0","rely" : "-1.0","x" : "627.3333333333314","y" : "387.16666666666674"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12406"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "B",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[119.1,235.7],
             [119.1,255.7],
             [42.3,255.7],
             [42.3,404.9]
           ],
           "endArrow" : "arrow",
           "endX" : 0,
           "endY" : -1,
           "graphid" : "b8b58",
           "id1" : "e0e2c",
           "id2" : "d64",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "b742d","relx" : "-0.5","rely" : "1.0","x" : "119.11996154276343","y" : "235.71337179056988"},{"arrowhead" : "Arrow","graphref" : "d64","relx" : "0.0","rely" : "-1.0","x" : "42.30333164757474","y" : "404.9499971904022"}],
           "startX" : -0.5,
           "startY" : 1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12408"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "D",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "bc77c",
           "id1" : "a45",
           "id2" : "cd5",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "a45","relx" : "1.0","rely" : "0.0","x" : "810.0","y" : "280.0"},{"arrowhead" : "Arrow","graphref" : "cd5","relx" : "-1.0","rely" : "0.0","x" : "960.0","y" : "313.3333333333333"}],
           "startX" : 1,
           "startY" : 0,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12410"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "C",
           "Evidence4" : "C",
           "database" : "",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "bbf49",
           "id1" : "e38bb",
           "id2" : "fe2",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "fa658","relx" : "0.0","rely" : "-1.0","x" : "236.0","y" : "496.0"},{"graphref" : "fe2","relx" : "-1.0","rely" : "0.0","x" : "247.0","y" : "482.0"}],
           "startX" : 0,
           "startY" : -1,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12414"
        },
        {
           "Evidence1" : 1,
           "Evidence2" : 4,
           "Evidence3" : "D",
           "Evidence4" : "B",
           "color" : "ff0000",
           "database" : "",
           "endArrow" : "arrow",
           "endX" : -1,
           "endY" : 0,
           "graphid" : "e06c6",
           "id1" : "f44cf",
           "id2" : "a45",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "ef1a2","relx" : "1.0","rely" : "0.5","x" : "545.3333333333333","y" : "192.6666666666666"},{"arrowhead" : "Arrow","graphref" : "a45","relx" : "-1.0","rely" : "0.0","x" : "750.0","y" : "280.0"}],
           "startX" : 1,
           "startY" : 0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12416"
        },
        {
           "Evidence1" : 2,
           "Evidence2" : 4,
           "Evidence3" : "A",
           "Evidence4" : "C",
           "color" : "0000ff",
           "connectortype" : "Elbow",
           "database" : "",
           "elbows" : [[155.3,688],
             [262.5,688],
             [262.5,707.2]
           ],
           "endArrow" : "square",
           "endX" : -0.5,
           "endY" : -1,
           "graphid" : "b40e0",
           "id1" : "c5ac6",
           "id2" : "fff",
           "nodeName" : "interaction",
           "point" : [{"graphref" : "f33ed","relx" : "1.0","rely" : "-0.5","x" : "155.33333333333334","y" : "688.0000000000008"},{"arrowhead" : "TBar","graphref" : "fff","relx" : "-0.5","rely" : "-1.0","x" : "262.5","y" : "707.1666666666666"}],
           "startX" : 1,
           "startY" : -0.5,
           "type" : "solid",
           "width" : 1,
           "zorder" : "12420"
        }
     ],
     "nodes" : [{"color" : "rgba(0,0,0,0)","fontsize" : "10","graphid" : "a6d06","height" : 176,"hideLabel" : true,"hideTooltip" : false,"id" : "a6d06","imagePath" : "https : //www.canvasxpress.org/assets/images/mitochondria.png","labelColor" : "rgb(192,192,192)","labelSize" : 1,"linethickness" : "3.0","nodeName" : "shape","outline" : "rgb(192,192,192)","rotate" : 180,"rotation" : "0.0","shape" : "image","valign" : "Middle","width" : 278,"x" : 627.3,"y" : 475.4,"zorder" : "-2"},{"color" : "rgba(255,255,255,0)","fontsize" : "10","fontweight" : "Bold","graphid" : "cb0","height" : 26,"id" : "cb0","label" : "Casp","labelColor" : "rgb(0,0,0)","labelSize" : 1,"labelXi" : 206.7,"labelYi" : 390.7,"nodeName" : "shape","outline" : "rgb(0,0,0)","rotate" : 184.810844710478,"rotation" : "0.08396508","shape" : "oval","valign" : "Middle","width" : 75,"x" : 206.7,"y" : 390.7,"zorder" : "16386"},{"color" : "rgba(0,0,0,0)","fontsize" : "10","graphid" : "d22","height" : 113,"hideLabel" : true,"hideTooltip" : false,"id" : "d22","labelColor" : "rgb(0,0,0)","labelSize" : 1,"nodeName" : "shape","outline" : "rgb(0,0,0)","rotate" : 180,"rotation" : "0.0","shape" : "rectangle","valign" : "Middle","width" : 466,"x" : 1023,"y" : 534,"zorder" : "16390"},{"color" : "rgba(0,0,0,0)","fontsize" : "12","fontweight" : "Bold","graphid" : "b9e","height" : 19,"id" : "b9e","label" : "Activator of Cell Death","labelColor" : "rgb(0,0,0)","labelSize" : 1.1,"labelXi" : 93.3,"labelYi" : 780,"nodeName" : "label","outline" : "rgba(0,0,0,0)","shape" : "rectangle","valign" : "Middle","width" : 174,"x" : 93.3,"y" : 780,"zorder" : "28672"},{"color" : "rgba(0,0,0,0)","fontsize" : "12","fontweight" : "Bold","graphid" : "dfa","height" : 20,"id" : "dfa","label" : "p","labelColor" : "rgb(0,0,0)","labelSize" : 1.1,"labelXi" : 123.2,"labelYi" : 435.7,"nodeName" : "label","outline" : "rgba(0,0,0,0)","shape" : "rectangle","valign" : "Middle","width" : 20,"x" : 123.2,"y" : 435.7,"zorder" : "28674"},{"color" : "rgba(0,0,0,0)","fontsize" : "12","fontweight" : "Bold","graphid" : "b01","height" : 19,"id" : "b01","label" : "Fas Ligand","labelColor" : "rgb(0,0,0)","labelSize" : 1.1,"labelXi" : 723.3,"labelYi" : 40,"nodeName" : "label","outline" : "rgba(0,0,0,0)","shape" : "rectangle","valign" : "Middle","width" : 90,"x" : 723.3,"y" : 40,"zorder" : "28676"},{"color" : "rgba(0,0,0,0)","fontsize" : "12","fontweight" : "Bold","graphid" : "fe2","height" : 19,"id" : "fe2","label" : "p","labelColor" : "rgb(0,0,0)","labelSize" : 1.1,"labelXi" : 254.7,"labelYi" : 482,"nodeName" : "label","outline" : "rgba(0,0,0,0)","shape" : "rectangle","valign" : "Middle","width" : 15,"x" : 254.7,"y" : 482,"zorder" : "28678"},{"color" : "rgba(0,0,0,0)","fontsize" : "12","fontweight" : "Bold","graphid" : "fff","height" : 19,"id" : "fff","label" : "Apoptosis","labelColor" : "rgb(0,0,0)","labelSize" : 1.1,"labelXi" : 283.3,"labelYi" : 716.7,"nodeName" : "label","outline" : "rgba(0,0,0,0)","shape" : "rectangle","valign" : "Middle","width" : 83,"x" : 283.3,"y" : 716.7,"zorder" : "28680"},{"color" : "rgba(0,0,0,0)","fontsize" : "12","fontweight" : "Bold","graphid" : "f78","height" : 19,"id" : "f78","label" : "DNA Fragmentation","labelColor" : "rgb(0,0,0)","labelSize" : 1.1,"labelXi" : 836.3,"labelYi" : 686.3,"nodeName" : "label","outline" : "rgba(0,0,0,0)","shape" : "rectangle","valign" : "Middle","width" : 155,"x" : 836.3,"y" : 686.3,"zorder" : "28682"},{"color" : "rgba(245,245,245,0.5)","group" : ["f31","d93","db3","e11"],
           "height" : 85.2,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "e38bb",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 102,
           "x" : 236,
           "y" : 544.1,
           "zorder" : "28684"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "e11",
           "groupref" : "e38bb",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "e11",
           "label" : "Degradation",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 236,
           "labelYi" : 574.7,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "parentNode" : "e38bb",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 97,
           "x" : 236,
           "y" : 574.7,
           "zorder" : "28684"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "a8a",
           "height" : 19,
           "id" : "a8a",
           "label" : "b",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 138,
           "labelYi" : 329.3,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 15,
           "x" : 138,
           "y" : 329.3,
           "zorder" : "28686"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "e90",
           "height" : 19,
           "id" : "e90",
           "label" : "b",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 139.3,
           "labelYi" : 267.3,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 15,
           "x" : 139.3,
           "y" : 267.3,
           "zorder" : "28688"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "c2b",
           "height" : 19,
           "id" : "c2b",
           "label" : "e",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 434,
           "labelYi" : 547.3,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 14,
           "x" : 434,
           "y" : 547.3,
           "zorder" : "28690"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "d81",
           "height" : 19,
           "id" : "d81",
           "label" : "Mitochondrion",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 595.3,
           "labelYi" : 498,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 116,
           "x" : 595.3,
           "y" : 498,
           "zorder" : "28692"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "10",
           "fontweight" : "Bold",
           "graphid" : "b9b",
           "height" : 16,
           "id" : "b9b",
           "label" : "IGF1R signaling pathway",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1246.7,
           "labelYi" : 110,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 163,
           "x" : 1246.7,
           "y" : 110,
           "zorder" : "28694"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "b1f",
           "height" : 19,
           "id" : "b1f",
           "label" : "b",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 383.3,
           "labelYi" : 296.7,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 15,
           "x" : 383.3,
           "y" : 296.7,
           "zorder" : "28696"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["f5a","af7","ecc","a6a","e31","e68","a02","d49"],
           "height" : 91.2,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "c537f",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 245,
           "x" : 1100,
           "y" : 533.6,
           "zorder" : "28700"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "d49",
           "groupref" : "c537f",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "d49",
           "label" : "Interferon regulatory factors",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 1096.7,
           "labelYi" : 500,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 218,
           "x" : 1096.7,
           "y" : 500,
           "zorder" : "28700"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "af9",
           "height" : 19,
           "id" : "af9",
           "label" : "e",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 465.3,
           "labelYi" : 561.3,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 14,
           "x" : 465.3,
           "y" : 561.3,
           "zorder" : "28702"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["eba","ebc","c3e"],
           "height" : 79.7,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "b80c8",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 85,
           "x" : 860,
           "y" : 532.65,
           "zorder" : "28704"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "10",
           "fontweight" : "Bold",
           "graphid" : "c3e",
           "groupref" : "b80c8",
           "height" : 16,
           "hiddenParent" : false,
           "id" : "c3e",
           "label" : "p53 Related",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 860,
           "labelYi" : 503.3,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "parentNode" : "b80c8",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 80,
           "x" : 860,
           "y" : 503.3,
           "zorder" : "28704"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "fontsize" : "12",
           "fontweight" : "Bold",
           "graphid" : "bee",
           "height" : 19,
           "id" : "bee",
           "label" : "Inhibitor of Cell Death",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1.1,
           "labelXi" : 90,
           "labelYi" : 806.7,
           "nodeName" : "label",
           "outline" : "rgba(0,0,0,0)",
           "shape" : "rectangle",
           "valign" : "Middle",
           "width" : 169,
           "x" : 90,
           "y" : 806.7,
           "zorder" : "28706"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["fe0","fa6","ca7"],
           "height" : 64.4000000000001,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "ff56d",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 58,
           "x" : 594,
           "y" : 605,
           "zorder" : "32768"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["a3e60","d53a2"],
           "height" : 45,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "d254c",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 66,
           "x" : 395.3,
           "y" : 463.7,
           "zorder" : "32768"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "database" : "Ensembl  :  ENSG00000274250",
           "fontsize" : "10",
           "graphid" : "a3e60",
           "groupref" : "d254c",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "a3e60",
           "label" : "MIR29B1",
           "labelColor" : "rgb(153,0,153)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 453.7,
           "nodeName" : "datanode",
           "outline" : "rgb(153,0,153)",
           "parentNode" : "d254c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "width" : 61,
           "x" : 395.3,
           "y" : 453.7,
           "zorder" : "32768"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "database" : "Ensembl  :  ENSG00000277934",
           "fontsize" : "10",
           "graphid" : "ec258",
           "height" : 20,
           "id" : "ec258",
           "label" : "MIR29A",
           "labelColor" : "rgb(153,0,153)",
           "labelSize" : 1,
           "labelXi" : 1170.5,
           "labelYi" : 276,
           "nodeName" : "datanode",
           "outline" : "rgb(153,0,153)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "width" : 57,
           "x" : 1170.5,
           "y" : 276,
           "zorder" : "32768"
        },
        {
           "Exp1" : 5,
           "Exp2" : 6,
           "Exp3" : 10,
           "FC1" : 1,
           "FC2" : 1,
           "FC3" : -1,
           "Factor1" : "D",
           "Factor2" : "E",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  5366",
           "fontsize" : "10",
           "graphid" : "fe0",
           "groupref" : "ff56d",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "fe0",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "PMAIP1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 594,
           "labelYi" : 605.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "ff56d",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "PMAIP1 | phorbol-12-myristate-13-acetate-induce...",
           "width" : 53,
           "x" : 594,
           "y" : 605.3,
           "zorder" : "32768"
        },
        {
           "Exp1" : 3,
           "Exp2" : 8,
           "Exp3" : 12,
           "FC1" : 5,
           "FC2" : 4,
           "FC3" : -3,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  842",
           "fontsize" : "10",
           "graphid" : "d80",
           "height" : 20,
           "id" : "d80",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP9",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 786.7,
           "labelYi" : 343.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP9 | caspase 9 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 786.7,
           "y" : 343.3,
           "zorder" : "32770"
        },
        {
           "Exp1" : 1,
           "Exp2" : 8,
           "Exp3" : 11,
           "FC1" : 7,
           "FC2" : -2,
           "FC3" : 6,
           "Factor1" : "B",
           "Factor2" : "A",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4193",
           "fontsize" : "10",
           "graphid" : "f68",
           "height" : 20,
           "id" : "f68",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "MDM2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 370,
           "labelYi" : 570,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "MDM2 | Mdm2 transformed 3T3 cell double minute...",
           "width" : 60,
           "x" : 370,
           "y" : 570,
           "zorder" : "32772"
        },
        {
           "Exp1" : 8,
           "Exp2" : 7,
           "Exp3" : 9,
           "FC1" : -1,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "A",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  578",
           "fontsize" : "10",
           "graphid" : "c02",
           "height" : 20,
           "id" : "c02",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BAK1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 263.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BAK1 | BCL2-antagonist/killer 1",
           "width" : 60,
           "x" : 395.3,
           "y" : 263.3,
           "zorder" : "32774"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["e37","ea1","def"],
           "height" : 66.3,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "ffcf1",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 192.3,
           "y" : 298.65,
           "zorder" : "32776"
        },
        {
           "Exp1" : 3,
           "Exp2" : 13,
           "Exp3" : 6,
           "FC1" : 10,
           "FC2" : 3,
           "FC3" : 2,
           "Factor1" : "B",
           "Factor2" : "D",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7187",
           "fontsize" : "10",
           "graphid" : "e37",
           "groupref" : "ffcf1",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "e37",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TRAF3",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 192.3,
           "labelYi" : 319.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "ffcf1",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TRAF3 | TNF receptor-associated factor 3",
           "width" : 60,
           "x" : 192.3,
           "y" : 319.3,
           "zorder" : "32776"
        },
        {
           "Exp1" : 7,
           "Exp2" : 14,
           "Exp3" : 14,
           "FC1" : 7,
           "FC2" : -4,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3659",
           "fontsize" : "10",
           "graphid" : "f5a",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "f5a",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1010,
           "labelYi" : 526.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF1 | interferon regulatory factor 1",
           "width" : 60,
           "x" : 1010,
           "y" : 526.7,
           "zorder" : "32778"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["e75","aba","aa1","dd3","d21"],
           "height" : 105,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "defd7",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 117.3,
           "y" : 520,
           "zorder" : "32780"
        },
        {
           "Exp1" : 7,
           "Exp2" : 8,
           "Exp3" : 8,
           "FC1" : 1,
           "FC2" : -4,
           "FC3" : 4,
           "Factor1" : "E",
           "Factor2" : "B",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4790",
           "fontsize" : "10",
           "graphid" : "e75",
           "groupref" : "defd7",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "e75",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKB1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 540,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "defd7",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKB1 | nuclear factor of kappa light polypepti...",
           "width" : 60,
           "x" : 117.3,
           "y" : 540,
           "zorder" : "32780"
        },
        {
           "Exp1" : 5,
           "Exp2" : 9,
           "Exp3" : 7,
           "FC1" : 4,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "E",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  355",
           "fontsize" : "10",
           "graphid" : "d44",
           "height" : 20,
           "id" : "d44",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "FAS",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 720,
           "labelYi" : 126.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "FAS | Fas (TNF receptor superfamily member 6)",
           "width" : 66,
           "x" : 720,
           "y" : 126.7,
           "zorder" : "32782"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["a68","ce0"],
           "height" : 45,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "dbe72",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 88.3,
           "y" : 293.3,
           "zorder" : "32784"
        },
        {
           "Exp1" : 10,
           "Exp2" : 11,
           "Exp3" : 5,
           "FC1" : 1,
           "FC2" : 6,
           "FC3" : -1,
           "Factor1" : "C",
           "Factor2" : "C",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  329",
           "fontsize" : "10",
           "graphid" : "a68",
           "groupref" : "dbe72",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "a68",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BIRC2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 88.3,
           "labelYi" : 283.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "dbe72",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BIRC2 | baculoviral IAP repeat-containing 2",
           "width" : 60,
           "x" : 88.3,
           "y" : 283.3,
           "zorder" : "32784"
        },
        {
           "Exp1" : 1,
           "Exp2" : 8,
           "Exp3" : 11,
           "FC1" : 7,
           "FC2" : -4,
           "FC3" : 3,
           "Factor1" : "C",
           "Factor2" : "C",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  56616",
           "fontsize" : "10",
           "graphid" : "a6b",
           "height" : 20,
           "id" : "a6b",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "DIABLO",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 665.3,
           "labelYi" : 451.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "DIABLO | diablo homolog (Drosophila)",
           "width" : 53,
           "x" : 665.3,
           "y" : 451.3,
           "zorder" : "32786"
        },
        {
           "Exp1" : 9,
           "Exp2" : 5,
           "Exp3" : 9,
           "FC1" : -4,
           "FC2" : 0,
           "FC3" : 5,
           "Factor1" : "D",
           "Factor2" : "A",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  207",
           "fontsize" : "10",
           "graphid" : "d5d",
           "height" : 20,
           "id" : "d5d",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "AKT1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1250.9,
           "labelYi" : 326.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "AKT1 | v-akt murine thymoma viral oncogene homo...",
           "width" : 40,
           "x" : 1250.9,
           "y" : 326.7,
           "zorder" : "32788"
        },
        {
           "Exp1" : 7,
           "Exp2" : 8,
           "Exp3" : 8,
           "FC1" : 1,
           "FC2" : 4,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "C",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3002",
           "fontsize" : "10",
           "graphid" : "d0c",
           "height" : 20,
           "id" : "d0c",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "GZMB",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 816,
           "labelYi" : 148.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "GZMB | granzyme B (granzyme 2 cytotoxic T-lymp...",
           "width" : 60,
           "x" : 816,
           "y" : 148.7,
           "zorder" : "32790"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["a75","ced","f66","e0c","c17","c09"],
           "height" : 64,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "e0e2c",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 288.3,
           "x" : 195.95,
           "y" : 193.7,
           "zorder" : "32792"
        },
        {
           "Exp1" : 5,
           "Exp2" : 12,
           "Exp3" : 7,
           "FC1" : 7,
           "FC2" : 1,
           "FC3" : -1,
           "Factor1" : "C",
           "Factor2" : "D",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  27242",
           "fontsize" : "10",
           "graphid" : "a75",
           "groupref" : "e0e2c",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "a75",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFRSF21",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 194.3,
           "labelYi" : 196.4,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e0e2c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFRSF21 | tumor necrosis factor receptor super...",
           "width" : 80,
           "x" : 194.3,
           "y" : 196.4,
           "zorder" : "32792"
        },
        {
           "Exp1" : 9,
           "Exp2" : 7,
           "Exp3" : 7,
           "FC1" : -2,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  572",
           "fontsize" : "10",
           "graphid" : "bd8",
           "height" : 20,
           "id" : "bd8",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BAD",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1250.9,
           "labelYi" : 376.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BAD | BCL2-antagonist of cell death",
           "width" : 40,
           "x" : 1250.9,
           "y" : 376.7,
           "zorder" : "32794"
        },
        {
           "Exp1" : 6,
           "Exp2" : 5,
           "Exp3" : 14,
           "FC1" : -1,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "C",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4792",
           "fontsize" : "10",
           "graphid" : "f31",
           "groupref" : "e38bb",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "f31",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKBIA",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 236,
           "labelYi" : 554,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e38bb",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKBIA | nuclear factor of kappa light polypept...",
           "width" : 60,
           "x" : 236,
           "y" : 554,
           "zorder" : "32796"
        },
        {
           "Exp1" : 9,
           "Exp2" : 11,
           "Exp3" : 8,
           "FC1" : 2,
           "FC2" : 1,
           "FC3" : 4,
           "Factor1" : "A",
           "Factor2" : "D",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  834",
           "fontsize" : "10",
           "graphid" : "cbb",
           "height" : 20,
           "id" : "cbb",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1074,
           "labelYi" : 216,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP1 | caspase 1 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 1074,
           "y" : 216,
           "zorder" : "32798"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["f61","d39","d37"],
           "height" : 65,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "f44cf",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 64.9999999999999,
           "x" : 507.3,
           "y" : 173.7,
           "zorder" : "32800"
        },
        {
           "Exp1" : 5,
           "Exp2" : 9,
           "Exp3" : 12,
           "FC1" : 4,
           "FC2" : 2,
           "FC3" : 0,
           "Factor1" : "E",
           "Factor2" : "E",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8737",
           "fontsize" : "10",
           "graphid" : "f61",
           "groupref" : "f44cf",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "f61",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "RIPK1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 507.3,
           "labelYi" : 153.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "f44cf",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "RIPK1 | receptor (TNFRSF)-interacting serine-th...",
           "width" : 60,
           "x" : 507.3,
           "y" : 153.7,
           "zorder" : "32800"
        },
        {
           "Exp1" : 4,
           "Exp2" : 14,
           "Exp3" : 7,
           "FC1" : 10,
           "FC2" : 2,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3660",
           "fontsize" : "10",
           "graphid" : "af7",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "af7",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1010,
           "labelYi" : 546.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF2 | interferon regulatory factor 2",
           "width" : 60,
           "x" : 1010,
           "y" : 546.7,
           "zorder" : "32802"
        },
        {
           "Exp1" : 4,
           "Exp2" : 6,
           "Exp3" : 14,
           "FC1" : 2,
           "FC2" : 5,
           "FC3" : -1,
           "Factor1" : "C",
           "Factor2" : "D",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4793",
           "fontsize" : "10",
           "graphid" : "d93",
           "groupref" : "e38bb",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d93",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKBIB",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 236,
           "labelYi" : 514,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e38bb",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKBIB | nuclear factor of kappa light polypept...",
           "width" : 60,
           "x" : 236,
           "y" : 514,
           "zorder" : "32804"
        },
        {
           "Exp1" : 3,
           "Exp2" : 10,
           "Exp3" : 9,
           "FC1" : 7,
           "FC2" : 0,
           "FC3" : -4,
           "Factor1" : "A",
           "Factor2" : "C",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4049",
           "fontsize" : "10",
           "graphid" : "b09",
           "height" : 20,
           "id" : "b09",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "LTA",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 110,
           "labelYi" : 103.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "LTA | lymphotoxin alpha (TNF superfamily membe...",
           "width" : 60,
           "x" : 110,
           "y" : 103.3,
           "zorder" : "32806"
        },
        {
           "Exp1" : 1,
           "Exp2" : 5,
           "Exp3" : 5,
           "FC1" : 4,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "D",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  837",
           "fontsize" : "10",
           "graphid" : "cc5",
           "height" : 20,
           "id" : "cc5",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP4",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 991.3,
           "labelYi" : 190,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP4 | caspase 4 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 991.3,
           "y" : 190,
           "zorder" : "32808"
        },
        {
           "Exp1" : 6,
           "Exp2" : 11,
           "Exp3" : 13,
           "FC1" : 5,
           "FC2" : 0,
           "FC3" : 5,
           "Factor1" : "D",
           "Factor2" : "E",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3664",
           "fontsize" : "10",
           "graphid" : "ecc",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "ecc",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF6",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1096.7,
           "labelYi" : 563.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF6 | interferon regulatory factor 6",
           "width" : 60,
           "x" : 1096.7,
           "y" : 563.3,
           "zorder" : "32810"
        },
        {
           "Exp1" : 4,
           "Exp2" : 13,
           "Exp3" : 8,
           "FC1" : 9,
           "FC2" : 1,
           "FC3" : -2,
           "Factor1" : "D",
           "Factor2" : "C",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  836",
           "fontsize" : "10",
           "graphid" : "cd5",
           "height" : 20,
           "id" : "cd5",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP3",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 990,
           "labelYi" : 313.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP3 | caspase 3 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 990,
           "y" : 313.3,
           "zorder" : "32812"
        },
        {
           "Exp1" : 4,
           "Exp2" : 5,
           "Exp3" : 10,
           "FC1" : 1,
           "FC2" : 1,
           "FC3" : 0,
           "Factor1" : "C",
           "Factor2" : "D",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  5551",
           "fontsize" : "10",
           "graphid" : "e23",
           "height" : 20,
           "id" : "e23",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "PRF1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 900.5,
           "labelYi" : 154.9,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "PRF1 | perforin 1 (pore forming protein)",
           "width" : 60,
           "x" : 900.5,
           "y" : 154.9,
           "zorder" : "32814"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["f02","bd4"],
           "height" : 45,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "a85e8",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 78,
           "x" : 395.3,
           "y" : 218,
           "zorder" : "32816"
        },
        {
           "Exp1" : 10,
           "Exp2" : 5,
           "Exp3" : 12,
           "FC1" : -5,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "C",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7132",
           "fontsize" : "10",
           "graphid" : "f02",
           "groupref" : "a85e8",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "f02",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFRSF1A",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 208,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "a85e8",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFRSF1A | tumor necrosis factor receptor super...",
           "width" : 73,
           "x" : 395.3,
           "y" : 208,
           "zorder" : "32816"
        },
        {
           "Exp1" : 10,
           "Exp2" : 9,
           "Exp3" : 12,
           "FC1" : -1,
           "FC2" : -4,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "D",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3480",
           "fontsize" : "10",
           "graphid" : "d2c",
           "height" : 20,
           "id" : "d2c",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IGF1R",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1250.9,
           "labelYi" : 216.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IGF1R | insulin-like growth factor 1 receptor",
           "width" : 46,
           "x" : 1250.9,
           "y" : 216.7,
           "zorder" : "32818"
        },
        {
           "Exp1" : 5,
           "Exp2" : 5,
           "Exp3" : 6,
           "FC1" : 0,
           "FC2" : 0,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "E",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  5970",
           "fontsize" : "10",
           "graphid" : "aba",
           "groupref" : "defd7",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "aba",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "RELA",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 560,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "defd7",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "RELA | v-rel reticuloendotheliosis viral oncoge...",
           "width" : 60,
           "x" : 117.3,
           "y" : 560,
           "zorder" : "32820"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["c39","fd3","e69"],
           "height" : 65,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "cb605",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 117,
           "y" : 387.3,
           "zorder" : "32822"
        },
        {
           "Exp1" : 5,
           "Exp2" : 10,
           "Exp3" : 9,
           "FC1" : 5,
           "FC2" : 5,
           "FC3" : -4,
           "Factor1" : "C",
           "Factor2" : "A",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  1147",
           "fontsize" : "10",
           "graphid" : "c39",
           "groupref" : "cb605",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "c39",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CHUK",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117,
           "labelYi" : 367.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "cb605",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CHUK | conserved helix-loop-helix ubiquitous ki...",
           "width" : 60,
           "x" : 117,
           "y" : 367.3,
           "zorder" : "32822"
        },
        {
           "Exp1" : 10,
           "Exp2" : 7,
           "Exp3" : 12,
           "FC1" : -3,
           "FC2" : 1,
           "FC3" : -3,
           "Factor1" : "E",
           "Factor2" : "D",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  581",
           "fontsize" : "10",
           "graphid" : "fac",
           "height" : 20,
           "id" : "fac",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BAX",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 456.7,
           "labelYi" : 494.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BAX | BCL2-associated X protein",
           "width" : 43,
           "x" : 456.7,
           "y" : 494.3,
           "zorder" : "32824"
        },
        {
           "Exp1" : 4,
           "Exp2" : 11,
           "Exp3" : 8,
           "FC1" : 7,
           "FC2" : 1,
           "FC3" : 0,
           "Factor1" : "C",
           "Factor2" : "B",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  317",
           "fontsize" : "10",
           "graphid" : "aa8",
           "height" : 20,
           "id" : "aa8",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "APAF1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 696.7,
           "labelYi" : 316.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "APAF1 | apoptotic protease activating factor",
           "width" : 60,
           "x" : 696.7,
           "y" : 316.7,
           "zorder" : "32826"
        },
        {
           "Exp1" : 2,
           "Exp2" : 7,
           "Exp3" : 9,
           "FC1" : 5,
           "FC2" : 4,
           "FC3" : 2,
           "Factor1" : "E",
           "Factor2" : "A",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7133",
           "fontsize" : "10",
           "graphid" : "ced",
           "groupref" : "e0e2c",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "ced",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFRSF1B",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 297.6,
           "labelYi" : 178.4,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e0e2c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFRSF1B | tumor necrosis factor receptor super...",
           "width" : 80,
           "x" : 297.6,
           "y" : 178.4,
           "zorder" : "32828"
        },
        {
           "Exp1" : 5,
           "Exp2" : 13,
           "Exp3" : 12,
           "FC1" : 8,
           "FC2" : 1,
           "FC3" : 4,
           "Factor1" : "C",
           "Factor2" : "A",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  843",
           "fontsize" : "10",
           "graphid" : "eed",
           "height" : 20,
           "id" : "eed",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP10",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 826.7,
           "labelYi" : 243.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP10 | caspase 10 apoptosis-related cysteine...",
           "width" : 60,
           "x" : 826.7,
           "y" : 243.3,
           "zorder" : "32830"
        },
        {
           "Exp1" : 7,
           "Exp2" : 5,
           "Exp3" : 13,
           "FC1" : -2,
           "FC2" : -2,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "D",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  330",
           "fontsize" : "10",
           "graphid" : "ce0",
           "groupref" : "dbe72",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "ce0",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BIRC3",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 88.3,
           "labelYi" : 303.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "dbe72",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BIRC3 | baculoviral IAP repeat-containing 3",
           "width" : 60,
           "x" : 88.3,
           "y" : 303.3,
           "zorder" : "32832"
        },
        {
           "Exp1" : 5,
           "Exp2" : 12,
           "Exp3" : 5,
           "FC1" : 7,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "E",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  637",
           "fontsize" : "10",
           "graphid" : "dde",
           "height" : 20,
           "id" : "dde",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BID",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 603.3,
           "labelYi" : 278.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BID | BH3 interacting domain death agonist",
           "width" : 60,
           "x" : 603.3,
           "y" : 278.7,
           "zorder" : "32834"
        },
        {
           "Exp1" : 9,
           "Exp2" : 11,
           "Exp3" : 13,
           "FC1" : 2,
           "FC2" : -4,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8718",
           "fontsize" : "10",
           "graphid" : "f66",
           "groupref" : "e0e2c",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "f66",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFRSF25",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 94.3,
           "labelYi" : 173.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e0e2c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFRSF25 | tumor necrosis factor receptor super...",
           "width" : 80,
           "x" : 94.3,
           "y" : 173.7,
           "zorder" : "32836"
        },
        {
           "Exp1" : 4,
           "Exp2" : 7,
           "Exp3" : 8,
           "FC1" : 3,
           "FC2" : 1,
           "FC3" : 5,
           "Factor1" : "D",
           "Factor2" : "A",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  5602",
           "fontsize" : "10",
           "graphid" : "d43",
           "height" : 20,
           "id" : "d43",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "MAPK10",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 280,
           "labelYi" : 425.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "MAPK10 | mitogen-activated protein kinase 10",
           "width" : 60,
           "x" : 280,
           "y" : 425.3,
           "zorder" : "32838"
        },
        {
           "Exp1" : 10,
           "Exp2" : 9,
           "Exp3" : 5,
           "FC1" : -1,
           "FC2" : -3,
           "FC3" : 5,
           "Factor1" : "B",
           "Factor2" : "D",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7185",
           "fontsize" : "10",
           "graphid" : "ea1",
           "groupref" : "ffcf1",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "ea1",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TRAF1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 192.3,
           "labelYi" : 278,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "ffcf1",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TRAF1 | TNF receptor-associated factor 1",
           "width" : 60,
           "x" : 192.3,
           "y" : 278,
           "zorder" : "32840"
        },
        {
           "Exp1" : 9,
           "Exp2" : 10,
           "Exp3" : 8,
           "FC1" : 1,
           "FC2" : 6,
           "FC3" : 1,
           "Factor1" : "C",
           "Factor2" : "D",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3551",
           "fontsize" : "10",
           "graphid" : "fd3",
           "groupref" : "cb605",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "fd3",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IKBKB",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117,
           "labelYi" : 387.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "cb605",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IKBKB | inhibitor of kappa light polypeptide ge...",
           "width" : 60,
           "x" : 117,
           "y" : 387.3,
           "zorder" : "32842"
        },
        {
           "Exp1" : 6,
           "Exp2" : 6,
           "Exp3" : 10,
           "FC1" : 0,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3663",
           "fontsize" : "10",
           "graphid" : "a6a",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "a6a",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF5",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1096.7,
           "labelYi" : 543.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF5 | interferon regulatory factor 5",
           "width" : 60,
           "x" : 1096.7,
           "y" : 543.3,
           "zorder" : "32844"
        },
        {
           "Exp1" : 3,
           "Exp2" : 14,
           "Exp3" : 6,
           "FC1" : 11,
           "FC2" : 4,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "A",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  1676",
           "fontsize" : "10",
           "graphid" : "bdb",
           "height" : 20,
           "id" : "bdb",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "DFFA",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 666.7,
           "labelYi" : 738,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "DFFA | DNA fragmentation factor 45kDa alpha p...",
           "width" : 60,
           "x" : 666.7,
           "y" : 738,
           "zorder" : "32846"
        },
        {
           "Exp1" : 2,
           "Exp2" : 8,
           "Exp3" : 10,
           "FC1" : 6,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "A",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  54205",
           "fontsize" : "10",
           "graphid" : "a28",
           "height" : 20,
           "id" : "a28",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CYCS",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 600.3,
           "labelYi" : 472.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CYCS | cytochrome c somatic",
           "width" : 60,
           "x" : 600.3,
           "y" : 472.7,
           "zorder" : "32848"
        },
        {
           "Exp1" : 3,
           "Exp2" : 10,
           "Exp3" : 8,
           "FC1" : 7,
           "FC2" : 2,
           "FC3" : -2,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4793",
           "fontsize" : "10",
           "graphid" : "aa1",
           "groupref" : "defd7",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "aa1",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKBIB",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 480,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "defd7",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKBIB | nuclear factor of kappa light polypept...",
           "width" : 60,
           "x" : 117.3,
           "y" : 480,
           "zorder" : "32850"
        },
        {
           "Exp1" : 8,
           "Exp2" : 6,
           "Exp3" : 10,
           "FC1" : -2,
           "FC2" : -4,
           "FC3" : 5,
           "Factor1" : "E",
           "Factor2" : "E",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  27113",
           "fontsize" : "10",
           "graphid" : "fa6",
           "groupref" : "ff56d",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "fa6",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BBC3",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 594,
           "labelYi" : 585.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "ff56d",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BBC3 | BCL2 binding component 3",
           "width" : 53,
           "x" : 594,
           "y" : 585.3,
           "zorder" : "32852"
        },
        {
           "Exp1" : 5,
           "Exp2" : 12,
           "Exp3" : 13,
           "FC1" : 7,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "D",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3661",
           "fontsize" : "10",
           "graphid" : "e31",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "e31",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF3",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1010,
           "labelYi" : 566.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF3 | interferon regulatory factor 3",
           "width" : 60,
           "x" : 1010,
           "y" : 566.7,
           "zorder" : "32854"
        },
        {
           "Exp1" : 10,
           "Exp2" : 11,
           "Exp3" : 5,
           "FC1" : 1,
           "FC2" : -4,
           "FC3" : -2,
           "Factor1" : "E",
           "Factor2" : "D",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  835",
           "fontsize" : "10",
           "graphid" : "c90",
           "height" : 20,
           "id" : "c90",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 990,
           "labelYi" : 360,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP2 | caspase 2 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 990,
           "y" : 360,
           "zorder" : "32856"
        },
        {
           "Exp1" : 5,
           "Exp2" : 7,
           "Exp3" : 13,
           "FC1" : 2,
           "FC2" : -3,
           "FC3" : 4,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8739",
           "fontsize" : "10",
           "graphid" : "c3d",
           "height" : 20,
           "id" : "c3d",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "HRK",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 630,
           "labelYi" : 339.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "HRK | harakiri BCL2 interacting protein (conta...",
           "width" : 60,
           "x" : 630,
           "y" : 339.3,
           "zorder" : "32858"
        },
        {
           "Exp1" : 10,
           "Exp2" : 14,
           "Exp3" : 8,
           "FC1" : 4,
           "FC2" : 1,
           "FC3" : -3,
           "Factor1" : "E",
           "Factor2" : "E",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7161",
           "fontsize" : "10",
           "graphid" : "eba",
           "groupref" : "b80c8",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "eba",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TP73",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 860,
           "labelYi" : 540,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "b80c8",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TP73 | tumor protein p73",
           "width" : 60,
           "x" : 860,
           "y" : 540,
           "zorder" : "32860"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  9169",
           "fontsize" : "10",
           "graphid" : "f2e",
           "height" : 20,
           "id" : "f2e",
           "label" : "CASP11",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 933.3,
           "labelYi" : 215.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "width" : 60,
           "x" : 933.3,
           "y" : 215.3,
           "zorder" : "32862"
        },
        {
           "Exp1" : 1,
           "Exp2" : 11,
           "Exp3" : 9,
           "FC1" : 10,
           "FC2" : 1,
           "FC3" : 0,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  840",
           "fontsize" : "10",
           "graphid" : "ba6",
           "height" : 20,
           "id" : "ba6",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP7",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 990,
           "labelYi" : 336.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP7 | caspase 7 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 990,
           "y" : 336.7,
           "zorder" : "32864"
        },
        {
           "Exp1" : 4,
           "Exp2" : 7,
           "Exp3" : 12,
           "FC1" : 3,
           "FC2" : 1,
           "FC3" : 6,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4609",
           "fontsize" : "10",
           "graphid" : "a21",
           "height" : 20,
           "id" : "a21",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "MYC",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 460.7,
           "labelYi" : 684.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "MYC | v-myc myelocytomatosis viral oncogene hom...",
           "width" : 60,
           "x" : 460.7,
           "y" : 684.7,
           "zorder" : "32866"
        },
        {
           "Exp1" : 1,
           "Exp2" : 5,
           "Exp3" : 9,
           "FC1" : 4,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7124",
           "fontsize" : "10",
           "graphid" : "ac5",
           "height" : 20,
           "id" : "ac5",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNF",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 286.7,
           "labelYi" : 103.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNF | tumor necrosis factor (TNF superfamily m...",
           "width" : 60,
           "x" : 286.7,
           "y" : 103.3,
           "zorder" : "32868"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["d3e","fd7"],
           "height" : 45,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "d7a6b",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 45,
           "x" : 1250.9,
           "y" : 156.7,
           "zorder" : "32870"
        },
        {
           "Exp1" : 7,
           "Exp2" : 12,
           "Exp3" : 5,
           "FC1" : 5,
           "FC2" : 0,
           "FC3" : -1,
           "Factor1" : "D",
           "Factor2" : "D",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3481",
           "fontsize" : "10",
           "graphid" : "d3e",
           "groupref" : "d7a6b",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d3e",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IGF2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1250.9,
           "labelYi" : 166.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "d7a6b",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IGF2 | insulin-like growth factor 2 (somatomedi...",
           "width" : 40,
           "x" : 1250.9,
           "y" : 166.7,
           "zorder" : "32870"
        },
        {
           "Exp1" : 1,
           "Exp2" : 12,
           "Exp3" : 5,
           "FC1" : 11,
           "FC2" : -3,
           "FC3" : 4,
           "Factor1" : "C",
           "Factor2" : "B",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8738",
           "fontsize" : "10",
           "graphid" : "bd4",
           "groupref" : "a85e8",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "bd4",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CRADD",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 228,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "a85e8",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CRADD | CASP2 and RIPK1 domain containing adapt...",
           "width" : 73,
           "x" : 395.3,
           "y" : 228,
           "zorder" : "32872"
        },
        {
           "Exp1" : 2,
           "Exp2" : 9,
           "Exp3" : 8,
           "FC1" : 7,
           "FC2" : -3,
           "FC3" : 5,
           "Factor1" : "A",
           "Factor2" : "C",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8517",
           "fontsize" : "10",
           "graphid" : "e69",
           "groupref" : "cb605",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "e69",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IKBKG",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117,
           "labelYi" : 407.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "cb605",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IKBKG | inhibitor of kappa light polypeptide ge...",
           "width" : 60,
           "x" : 117,
           "y" : 407.3,
           "zorder" : "32874"
        },
        {
           "Exp1" : 9,
           "Exp2" : 14,
           "Exp3" : 5,
           "FC1" : 5,
           "FC2" : -3,
           "FC3" : 0,
           "Factor1" : "B",
           "Factor2" : "B",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  666",
           "fontsize" : "10",
           "graphid" : "ca7",
           "groupref" : "ff56d",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "ca7",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BOK",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 594,
           "labelYi" : 624.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "ff56d",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BOK | BCL2-related ovarian killer",
           "width" : 53,
           "x" : 594,
           "y" : 624.7,
           "zorder" : "32876"
        },
        {
           "Exp1" : 5,
           "Exp2" : 13,
           "Exp3" : 7,
           "FC1" : 8,
           "FC2" : 1,
           "FC3" : 2,
           "Factor1" : "D",
           "Factor2" : "D",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7186",
           "fontsize" : "10",
           "graphid" : "def",
           "groupref" : "ffcf1",
           "height" : 21,
           "hiddenParent" : false,
           "id" : "def",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TRAF2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 192.3,
           "labelYi" : 298.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "ffcf1",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TRAF2 | TNF receptor-associated factor 2",
           "width" : 60,
           "x" : 192.3,
           "y" : 298.7,
           "zorder" : "32878"
        },
        {
           "Exp1" : 7,
           "Exp2" : 11,
           "Exp3" : 10,
           "FC1" : 4,
           "FC2" : 1,
           "FC3" : 3,
           "Factor1" : "C",
           "Factor2" : "C",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8837",
           "fontsize" : "10",
           "graphid" : "ecf",
           "height" : 20,
           "id" : "ecf",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CFLAR",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 506.7,
           "labelYi" : 102.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CFLAR | CASP8 and FADD-like apoptosis regulator...",
           "width" : 53,
           "x" : 506.7,
           "y" : 102.7,
           "zorder" : "32880"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["f1a","d79","fed","fe5"],
           "height" : 85,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "c2232",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 395.3,
           "y" : 372.3,
           "zorder" : "32882"
        },
        {
           "Exp1" : 9,
           "Exp2" : 9,
           "Exp3" : 12,
           "FC1" : 0,
           "FC2" : -2,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "E",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  599",
           "fontsize" : "10",
           "graphid" : "f1a",
           "groupref" : "c2232",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "f1a",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BCL2L2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 342.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c2232",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BCL2L2 | BCL2-like 2",
           "width" : 60,
           "x" : 395.3,
           "y" : 342.3,
           "zorder" : "32882"
        },
        {
           "Exp1" : 8,
           "Exp2" : 14,
           "Exp3" : 6,
           "FC1" : 6,
           "FC2" : 6,
           "FC3" : 0,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  5295",
           "fontsize" : "10",
           "graphid" : "f13",
           "height" : 20,
           "id" : "f13",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "PIK3R1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1250.9,
           "labelYi" : 276,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "PIK3R1 | phosphoinositide-3-kinase regulatory ...",
           "width" : 53,
           "x" : 1250.9,
           "y" : 276,
           "zorder" : "32884"
        },
        {
           "Exp1" : 8,
           "Exp2" : 11,
           "Exp3" : 5,
           "FC1" : 3,
           "FC2" : 6,
           "FC3" : -2,
           "Factor1" : "B",
           "Factor2" : "E",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8717",
           "fontsize" : "10",
           "graphid" : "e0c",
           "groupref" : "e0e2c",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "e0c",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TRADD",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 94.3,
           "labelYi" : 213.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e0e2c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TRADD | TNFRSF1A-associated via death domain",
           "width" : 80,
           "x" : 94.3,
           "y" : 213.7,
           "zorder" : "32886"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["cc6","dc5"],
           "height" : 45,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "a904c",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 880.7,
           "y" : 415.3,
           "zorder" : "32888"
        },
        {
           "Exp1" : 7,
           "Exp2" : 10,
           "Exp3" : 13,
           "FC1" : 3,
           "FC2" : 0,
           "FC3" : 6,
           "Factor1" : "D",
           "Factor2" : "A",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  332",
           "fontsize" : "10",
           "graphid" : "cc6",
           "groupref" : "a904c",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "cc6",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BIRC5",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 880.7,
           "labelYi" : 425.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "a904c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BIRC5 | baculoviral IAP repeat-containing 5 (su...",
           "width" : 60,
           "x" : 880.7,
           "y" : 425.3,
           "zorder" : "32888"
        },
        {
           "Exp1" : 1,
           "Exp2" : 12,
           "Exp3" : 11,
           "FC1" : 11,
           "FC2" : -1,
           "FC3" : -1,
           "Factor1" : "E",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3479",
           "fontsize" : "10",
           "graphid" : "fd7",
           "groupref" : "d7a6b",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "fd7",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IGF1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1250.9,
           "labelYi" : 146.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "d7a6b",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IGF1 | insulin-like growth factor 1 (somatomedi...",
           "width" : 40,
           "x" : 1250.9,
           "y" : 146.7,
           "zorder" : "32890"
        },
        {
           "Exp1" : 5,
           "Exp2" : 12,
           "Exp3" : 9,
           "FC1" : 7,
           "FC2" : -2,
           "FC3" : 1,
           "Factor1" : "C",
           "Factor2" : "A",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8795",
           "fontsize" : "10",
           "graphid" : "c17",
           "groupref" : "e0e2c",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "c17",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFRSF10B",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 194.3,
           "labelYi" : 176.4,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e0e2c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFRSF10B | tumor necrosis factor receptor supe...",
           "width" : 80,
           "x" : 194.3,
           "y" : 176.4,
           "zorder" : "32892"
        },
        {
           "Exp1" : 7,
           "Exp2" : 6,
           "Exp3" : 12,
           "FC1" : -1,
           "FC2" : -2,
           "FC3" : -2,
           "Factor1" : "A",
           "Factor2" : "E",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3725",
           "fontsize" : "10",
           "graphid" : "a9e",
           "height" : 20,
           "id" : "a9e",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "JUN",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 370,
           "labelYi" : 710,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "JUN | v-jun sarcoma virus 17 oncogene homolog (...",
           "width" : 60,
           "x" : 370,
           "y" : 710,
           "zorder" : "32894"
        },
        {
           "Exp1" : 10,
           "Exp2" : 5,
           "Exp3" : 13,
           "FC1" : -5,
           "FC2" : 1,
           "FC3" : 4,
           "Factor1" : "C",
           "Factor2" : "B",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  665",
           "fontsize" : "10",
           "graphid" : "a93",
           "height" : 20,
           "id" : "a93",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BNIP3L",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 556.7,
           "labelYi" : 318,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BNIP3L | BCL2/adenovirus E1B 19kDa interacting ...",
           "width" : 60,
           "x" : 556.7,
           "y" : 318,
           "zorder" : "32896"
        },
        {
           "Exp1" : 5,
           "Exp2" : 7,
           "Exp3" : 12,
           "FC1" : 2,
           "FC2" : -1,
           "FC3" : -1,
           "Factor1" : "A",
           "Factor2" : "D",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  1677",
           "fontsize" : "10",
           "graphid" : "a5f",
           "height" : 20,
           "id" : "a5f",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "DFFB",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 667.3,
           "labelYi" : 685.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "DFFB | DNA fragmentation factor 40kDa beta po...",
           "width" : 60,
           "x" : 667.3,
           "y" : 685.3,
           "zorder" : "32898"
        },
        {
           "Exp1" : 1,
           "Exp2" : 11,
           "Exp3" : 6,
           "FC1" : 10,
           "FC2" : -4,
           "FC3" : 4,
           "Factor1" : "E",
           "Factor2" : "A",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8717",
           "fontsize" : "10",
           "graphid" : "d39",
           "groupref" : "f44cf",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d39",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TRADD",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 507.3,
           "labelYi" : 193.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "f44cf",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TRADD | TNFRSF1A-associated via death domain",
           "width" : 60,
           "x" : 507.3,
           "y" : 193.7,
           "zorder" : "32900"
        },
        {
           "Exp1" : 7,
           "Exp2" : 8,
           "Exp3" : 12,
           "FC1" : 1,
           "FC2" : 6,
           "FC3" : 3,
           "Factor1" : "B",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  596",
           "fontsize" : "10",
           "graphid" : "d79",
           "groupref" : "c2232",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d79",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BCL2",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 382.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c2232",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BCL2 | B-cell CLL/lymphoma 2",
           "width" : 60,
           "x" : 395.3,
           "y" : 382.3,
           "zorder" : "32902"
        },
        {
           "Exp1" : 4,
           "Exp2" : 12,
           "Exp3" : 8,
           "FC1" : 8,
           "FC2" : 1,
           "FC3" : 5,
           "Factor1" : "A",
           "Factor2" : "D",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7132",
           "fontsize" : "10",
           "graphid" : "c09",
           "groupref" : "e0e2c",
           "height" : 19,
           "hiddenParent" : false,
           "id" : "c09",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFRSF1A",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 94.3,
           "labelYi" : 193.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e0e2c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFRSF1A | tumor necrosis factor receptor super...",
           "width" : 80,
           "x" : 94.3,
           "y" : 193.7,
           "zorder" : "32904"
        },
        {
           "Exp1" : 6,
           "Exp2" : 12,
           "Exp3" : 14,
           "FC1" : 6,
           "FC2" : 1,
           "FC3" : 3,
           "Factor1" : "B",
           "Factor2" : "B",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3665",
           "fontsize" : "10",
           "graphid" : "e68",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "e68",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF7",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1190,
           "labelYi" : 543.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF7 | interferon regulatory factor 7",
           "width" : 60,
           "x" : 1190,
           "y" : 543.3,
           "zorder" : "32906"
        },
        {
           "color" : "rgba(245,245,245,0.5)",
           "group" : ["c1a","b67"],
           "height" : 45,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "c5ac6",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "Group",
           "width" : 65,
           "x" : 117.3,
           "y" : 702,
           "zorder" : "32908"
        },
        {
           "Exp1" : 6,
           "Exp2" : 10,
           "Exp3" : 11,
           "FC1" : 4,
           "FC2" : 1,
           "FC3" : 6,
           "Factor1" : "E",
           "Factor2" : "B",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  5970",
           "fontsize" : "10",
           "graphid" : "c1a",
           "groupref" : "c5ac6",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "c1a",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "RELA",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 712,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c5ac6",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "RELA | v-rel reticuloendotheliosis viral oncoge...",
           "width" : 60,
           "x" : 117.3,
           "y" : 712,
           "zorder" : "32908"
        },
        {
           "Exp1" : 7,
           "Exp2" : 6,
           "Exp3" : 7,
           "FC1" : -1,
           "FC2" : 5,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  598",
           "fontsize" : "10",
           "graphid" : "fed",
           "groupref" : "c2232",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "fed",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BCL2L1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 362.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c2232",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BCL2L1 | BCL2-like 1",
           "width" : 60,
           "x" : 395.3,
           "y" : 362.3,
           "zorder" : "32910"
        },
        {
           "Exp1" : 9,
           "Exp2" : 12,
           "Exp3" : 7,
           "FC1" : 3,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "E",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3662",
           "fontsize" : "10",
           "graphid" : "a02",
           "groupref" : "c537f",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "a02",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "IRF4",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1096.7,
           "labelYi" : 523.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c537f",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "IRF4 | interferon regulatory factor 4",
           "width" : 60,
           "x" : 1096.7,
           "y" : 523.3,
           "zorder" : "32912"
        },
        {
           "Exp1" : 6,
           "Exp2" : 7,
           "Exp3" : 11,
           "FC1" : 1,
           "FC2" : 2,
           "FC3" : -2,
           "Factor1" : "B",
           "Factor2" : "A",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4794",
           "fontsize" : "10",
           "graphid" : "dd3",
           "groupref" : "defd7",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "dd3",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKBIE",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 500,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "defd7",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKBIE | nuclear factor of kappa light polypept...",
           "width" : 60,
           "x" : 117.3,
           "y" : 500,
           "zorder" : "32914"
        },
        {
           "Exp1" : 2,
           "Exp2" : 7,
           "Exp3" : 5,
           "FC1" : 5,
           "FC2" : 0,
           "FC3" : 3,
           "Factor1" : "A",
           "Factor2" : "B",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  7157",
           "fontsize" : "10",
           "graphid" : "cbf",
           "height" : 20,
           "id" : "cbf",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TP53",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 440,
           "labelYi" : 604.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TP53 | tumor protein p53 (Li-Fraumeni syndrome)...",
           "width" : 60,
           "x" : 440,
           "y" : 604.3,
           "zorder" : "32916"
        },
        {
           "Exp1" : 3,
           "Exp2" : 14,
           "Exp3" : 5,
           "FC1" : 11,
           "FC2" : 1,
           "FC3" : -1,
           "Factor1" : "D",
           "Factor2" : "D",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  6416",
           "fontsize" : "10",
           "graphid" : "e16",
           "height" : 20,
           "id" : "e16",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "MAP2K4",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 280.7,
           "labelYi" : 369.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "MAP2K4 | mitogen-activated protein kinase kinas...",
           "width" : 60,
           "x" : 280.7,
           "y" : 369.3,
           "zorder" : "32918"
        },
        {
           "Exp1" : 8,
           "Exp2" : 7,
           "Exp3" : 6,
           "FC1" : -1,
           "FC2" : 6,
           "FC3" : 1,
           "Factor1" : "B",
           "Factor2" : "B",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8737",
           "fontsize" : "10",
           "graphid" : "d64",
           "height" : 20,
           "id" : "d64",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "RIPK1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 42.3,
           "labelYi" : 414.9,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "RIPK1 | receptor (TNFRSF)-interacting serine-th...",
           "width" : 60,
           "x" : 42.3,
           "y" : 414.9,
           "zorder" : "32920"
        },
        {
           "Exp1" : 9,
           "Exp2" : 10,
           "Exp3" : 11,
           "FC1" : 1,
           "FC2" : 0,
           "FC3" : -4,
           "Factor1" : "C",
           "Factor2" : "A",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  1029",
           "fontsize" : "10",
           "graphid" : "b98",
           "height" : 20,
           "id" : "b98",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CDKN2A",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 384.7,
           "labelYi" : 656.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CDKN2A | cyclin-dependent kinase inhibitor 2A (...",
           "width" : 60,
           "x" : 384.7,
           "y" : 656.7,
           "zorder" : "32922"
        },
        {
           "Exp1" : 3,
           "Exp2" : 13,
           "Exp3" : 7,
           "FC1" : 10,
           "FC2" : 1,
           "FC3" : 3,
           "Factor1" : "C",
           "Factor2" : "E",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  841",
           "fontsize" : "10",
           "graphid" : "a45",
           "height" : 20,
           "id" : "a45",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP8",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 780,
           "labelYi" : 280,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP8 | caspase 8 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 780,
           "y" : 280,
           "zorder" : "32924"
        },
        {
           "Exp1" : 6,
           "Exp2" : 14,
           "Exp3" : 10,
           "FC1" : 8,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "D",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  331",
           "fontsize" : "10",
           "graphid" : "dc5",
           "groupref" : "a904c",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "dc5",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BIRC4",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 880.7,
           "labelYi" : 405.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "a904c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BIRC4 | baculoviral IAP repeat-containing 4",
           "width" : 60,
           "x" : 880.7,
           "y" : 405.3,
           "zorder" : "32926"
        },
        {
           "Exp1" : 3,
           "Exp2" : 12,
           "Exp3" : 12,
           "FC1" : 9,
           "FC2" : 6,
           "FC3" : -2,
           "Factor1" : "E",
           "Factor2" : "E",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  572",
           "fontsize" : "10",
           "graphid" : "d71",
           "height" : 20,
           "id" : "d71",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BAD",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 474,
           "labelYi" : 324.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BAD | BCL2-antagonist of cell death",
           "width" : 60,
           "x" : 474,
           "y" : 324.7,
           "zorder" : "32928"
        },
        {
           "Exp1" : 2,
           "Exp2" : 14,
           "Exp3" : 14,
           "FC1" : 12,
           "FC2" : 1,
           "FC3" : 0,
           "Factor1" : "C",
           "Factor2" : "D",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4792",
           "fontsize" : "10",
           "graphid" : "d21",
           "groupref" : "defd7",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d21",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKBIA",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 520,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "defd7",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKBIA | nuclear factor of kappa light polypept...",
           "width" : 60,
           "x" : 117.3,
           "y" : 520,
           "zorder" : "32930"
        },
        {
           "Exp1" : 9,
           "Exp2" : 11,
           "Exp3" : 6,
           "FC1" : 2,
           "FC2" : 0,
           "FC3" : 1,
           "Factor1" : "C",
           "Factor2" : "C",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  356",
           "fontsize" : "10",
           "graphid" : "ff0",
           "height" : 20,
           "id" : "ff0",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "FASLG",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 720,
           "labelYi" : 66.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "FASLG | Fas ligand (TNF superfamily member 6)",
           "width" : 60,
           "x" : 720,
           "y" : 66.7,
           "zorder" : "32932"
        },
        {
           "Exp1" : 7,
           "Exp2" : 6,
           "Exp3" : 7,
           "FC1" : -1,
           "FC2" : 0,
           "FC3" : 1,
           "Factor1" : "D",
           "Factor2" : "B",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8743",
           "fontsize" : "10",
           "graphid" : "a9b",
           "height" : 20,
           "id" : "a9b",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "TNFSF10",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 195.3,
           "labelYi" : 103.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "TNFSF10 | tumor necrosis factor (ligand) superf...",
           "width" : 66,
           "x" : 195.3,
           "y" : 103.3,
           "zorder" : "32934"
        },
        {
           "Exp1" : 9,
           "Exp2" : 10,
           "Exp3" : 5,
           "FC1" : 1,
           "FC2" : -3,
           "FC3" : -1,
           "Factor1" : "B",
           "Factor2" : "C",
           "Factor3" : "A",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4794",
           "fontsize" : "10",
           "graphid" : "db3",
           "groupref" : "e38bb",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "db3",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKBIE",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 236,
           "labelYi" : 534,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "e38bb",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKBIE | nuclear factor of kappa light polypept...",
           "width" : 60,
           "x" : 236,
           "y" : 534,
           "zorder" : "32936"
        },
        {
           "Exp1" : 4,
           "Exp2" : 11,
           "Exp3" : 14,
           "FC1" : 7,
           "FC2" : 4,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "B",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  3070",
           "fontsize" : "10",
           "graphid" : "d45",
           "height" : 20,
           "id" : "d45",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "HELLS",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 283.3,
           "labelYi" : 650.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "HELLS | helicase lymphoid-specific",
           "width" : 60,
           "x" : 283.3,
           "y" : 650.7,
           "zorder" : "32938"
        },
        {
           "Exp1" : 2,
           "Exp2" : 5,
           "Exp3" : 14,
           "FC1" : 3,
           "FC2" : 1,
           "FC3" : 3,
           "Factor1" : "E",
           "Factor2" : "C",
           "Factor3" : "B",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4790",
           "fontsize" : "10",
           "graphid" : "b67",
           "groupref" : "c5ac6",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "b67",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "NFKB1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 117.3,
           "labelYi" : 692,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c5ac6",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "NFKB1 | nuclear factor of kappa light polypepti...",
           "width" : 60,
           "x" : 117.3,
           "y" : 692,
           "zorder" : "32940"
        },
        {
           "Exp1" : 1,
           "Exp2" : 12,
           "Exp3" : 5,
           "FC1" : 11,
           "FC2" : 4,
           "FC3" : 1,
           "Factor1" : "A",
           "Factor2" : "A",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8772",
           "fontsize" : "10",
           "graphid" : "d37",
           "groupref" : "f44cf",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d37",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "FADD",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 507.3,
           "labelYi" : 173.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "f44cf",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "FADD | Fas (TNFRSF6)-associated via death domai...",
           "width" : 60,
           "x" : 507.3,
           "y" : 173.7,
           "zorder" : "32942"
        },
        {
           "Exp1" : 10,
           "Exp2" : 10,
           "Exp3" : 5,
           "FC1" : 0,
           "FC2" : 3,
           "FC3" : 5,
           "Factor1" : "B",
           "Factor2" : "A",
           "Factor3" : "D",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4170",
           "fontsize" : "10",
           "graphid" : "fe5",
           "groupref" : "c2232",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "fe5",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "MCL1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 402.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "c2232",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "MCL1 | myeloid cell leukemia sequence 1 (BCL2-r...",
           "width" : 60,
           "x" : 395.3,
           "y" : 402.3,
           "zorder" : "32944"
        },
        {
           "Exp1" : 3,
           "Exp2" : 11,
           "Exp3" : 13,
           "FC1" : 8,
           "FC2" : 1,
           "FC3" : 4,
           "Factor1" : "D",
           "Factor2" : "B",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  839",
           "fontsize" : "10",
           "graphid" : "ac6",
           "height" : 20,
           "id" : "ac6",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "CASP6",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 1110.7,
           "labelYi" : 245.3,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "CASP6 | caspase 6 apoptosis-related cysteine p...",
           "width" : 60,
           "x" : 1110.7,
           "y" : 245.3,
           "zorder" : "32946"
        },
        {
           "Exp1" : 9,
           "Exp2" : 13,
           "Exp3" : 5,
           "FC1" : 4,
           "FC2" : 3,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "D",
           "Factor3" : "E",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  10018",
           "fontsize" : "10",
           "graphid" : "cb6",
           "height" : 20,
           "id" : "cb6",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "BCL2L11",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 500,
           "labelYi" : 274,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "BCL2L11 | BCL2-like 11 (apoptosis facilitator)",
           "width" : 60,
           "x" : 500,
           "y" : 274,
           "zorder" : "32948"
        },
        {
           "Exp1" : 6,
           "Exp2" : 14,
           "Exp3" : 10,
           "FC1" : 8,
           "FC2" : 1,
           "FC3" : 1,
           "Factor1" : "E",
           "Factor2" : "D",
           "Factor3" : "C",
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  4214",
           "fontsize" : "10",
           "graphid" : "cec",
           "height" : 20,
           "id" : "cec",
           "key" : "org.pathvisio.model.BackpageHead",
           "label" : "MAP3K1",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 281.3,
           "labelYi" : 298.7,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "value" : "MAP3K1 | mitogen-activated protein kinase kinas...",
           "width" : 60,
           "x" : 281.3,
           "y" : 298.7,
           "zorder" : "32950"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "database" : "Entrez Gene  :  8626",
           "fontsize" : "10",
           "graphid" : "ebc",
           "groupref" : "b80c8",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "ebc",
           "label" : "TP63",
           "labelColor" : "rgb(0,0,0)",
           "labelSize" : 1,
           "labelXi" : 860,
           "labelYi" : 560,
           "nodeName" : "datanode",
           "outline" : "rgb(0,0,0)",
           "parentNode" : "b80c8",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "width" : 60,
           "x" : 860,
           "y" : 560,
           "zorder" : "32952"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "database" : "Ensembl  :  ENSG00000276752",
           "fontsize" : "10",
           "graphid" : "d53a2",
           "groupref" : "d254c",
           "height" : 20,
           "hiddenParent" : false,
           "id" : "d53a2",
           "label" : "MIR29B2",
           "labelColor" : "rgb(153,0,153)",
           "labelSize" : 1,
           "labelXi" : 395.3,
           "labelYi" : 473.7,
           "nodeName" : "datanode",
           "outline" : "rgb(153,0,153)",
           "parentNode" : "d254c",
           "shape" : "rectangle",
           "type" : "GeneProduct",
           "valign" : "Middle",
           "width" : 61,
           "x" : 395.3,
           "y" : 473.7,
           "zorder" : "32955"
        },
        {
           "color" : "rgba(0,0,0,0)",
           "eventless" : true,
           "height" : 1,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "d5f68",
           "label" : "",
           "labelSize" : 1,
           "outline" : "rgba(0,0,0,0)",
           "shape" : "circle",
           "type" : "Anchor",
           "width" : 1,
           "x" : 879.6,
           "y" : 216.5,
           "zorder" : 0
        },
        {
           "color" : "rgba(0,0,0,0)",
           "eventless" : true,
           "height" : 1,
           "hideLabel" : true,
           "hideTooltip" : false,
           "id" : "cac70",
           "label" : "",
           "labelSize" : 1,
           "outline" : "rgba(0,0,0,0)",
           "shape" : "circle",
           "type" : "Anchor",
           "width" : 1,
           "x" : 397.5,
           "y" : 173.1,
           "zorder" : 0
        }
     ]
  }
  
  
  <-- Create the configuration for the graph -->
  var config = {
     "adjustBezier":"false",
     "calculateLayout":"false",
     "colorNodeBy":"Exp1",
     "graphType":"Network",
     "networkFreeze":"true",
     "networkNodesOnTop":"false",
     "preScaleNetwork":"false",
     "showNodeNameThreshold":"20000",
     "title":"Apoptosis"
  }
  

  <!-- Call the CanvasXpress function to create the graph -->
  var cX = new CanvasXpress("canvasId", data, config);


</script>
library(canvasXpress)
nodes=read.table("https://www.canvasxpress.org/data/cX-wpapoptosis-nodes.txt", header=TRUE, sep="\t", quote="", fill=TRUE, check.names=FALSE, stringsAsFactors=FALSE)
edges=read.table("https://www.canvasxpress.org/data/cX-wpapoptosis-edges.txt", header=TRUE, sep="\t", quote="", fill=TRUE, check.names=FALSE, stringsAsFactors=FALSE)
canvasXpress(
  nodeData=nodes,
  edgeData=edges,
  adjustBezier=FALSE,
  calculateLayout=FALSE,
  colorNodeBy="Exp1",
  graphType="Network",
  networkFreeze=TRUE,
  networkNodesOnTop=FALSE,
  preScaleNetwork=FALSE,
  showNodeNameThreshold=20000,
  title="Apoptosis"
)