draft_major_update_1

This commit is contained in:
2013-04-24 02:44:35 +05:30
parent a300d270f2
commit 206b2b4452
11 changed files with 2600 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>
@@ -0,0 +1,9 @@
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../cyto_proposal_draft.html"/>
<o:File HRef="themedata.thmx"/>
<o:File HRef="colorschememapping.xml"/>
<o:File HRef="image001.png"/>
<o:File HRef="image002.png"/>
<o:File HRef="image003.png"/>
<o:File HRef="filelist.xml"/>
</xml>
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.
+11
View File
@@ -0,0 +1,11 @@
node
[
id 0
label "YKR026C"
graphics
[
x 1916.0
type "ellipse"
fill "#E1E1E1"
]
]
+13
View File
@@ -0,0 +1,13 @@
<node id="-331" label="YBR043C">
<att label="gal1RGexp" name="gal1RGexp" value="0.454" type="real"/>
<att label="GO Cellular Component" name="GO Cellular Component" type="list">
<att value="cell" type="string"/>
<att value="cell part" type="string"/>
</att>
<graphics width="1" fill="#fcfffd">
<att name="cytoscapeNodeGraphicsAttributes">
<att name="nodeTransparency" value="1.0"/>
<att name="nodeLabelFont" value="Default-0-12"/>
</att>
</graphics>
</node>
+12
View File
@@ -0,0 +1,12 @@
[
{ data: {
"id":0,
"label":"YKR026C",
"graphics":{"x":1916.0,
"type":"ellipse",
"fill":"#E1E1E1",
}
},
"group": "nodes"
}
]
+17
View File
@@ -0,0 +1,17 @@
[
{ data: {
"id":"YKR026C",
"label":"YBR043C",
"gal1RGexp":0.454,
"GO Cellular Component":["cell", "cell part"],
"graphics":{"width":"1",
"fill":"#fcfffd",
"cytoscapeNodeGraphicsAttributes":{
"nodeTransparency":"1.0",
"nodeLabelFont":"Default-0-12"
}
}
},
"group": "nodes"
}
]