- From: Jyothsna Chilukuri <jyothsna_ch@hotmail.com>
- Date: Sat, 28 Jun 2003 19:52:55 +0530
- To: www-svg@w3.org
I am new to using SVG. I need help with HTML+SVG+ JavaScript and I thank you in advance for any info. Here is the scenario : I have to design a interface which queries the SVG graph which i emebedded in HTML. I have a drop down list which has list of genenames. When the user selects the genename the node(s) contaning that particular genename (usually multiple nodes) should change to a particular color, say Yellow. I am adding the code I have for : 1. HTML (change the embedded svg file path as necessary, usually c:\XYZ\filename.svg) 2. The SVG file for the embedded svg picture. Code: <?xml version="1.0" encoding="iso-8859-1"?> <svg id="root" onload="OnLoadGO(evt)"> <g id="The Whole DAG"> <g id="Level_9"/> <g id="Level_8"> <g id="troponin complex_group"> <line id="Line_0_from_striated muscle thin filament" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="0.0" x2="0.0" y1="890.0" y2="1010.0"/> <rect height="15.0" id="troponin complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-7.5" y="1002.5"/> <rect header="troponin complex (7.85)" height="15.0" id="troponin complex" info="UP(FB,SPTR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-7.5" y="1002.5"/> </g> </g> <g id="Level_7"> <g id="kinesin complex_group"> <line id="Line_0_from_microtubule associated complex" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-252.0" x2="-252.0" y1="770.0" y2="890.0"/> <rect height="15.0" id="kinesin complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-259.5" y="882.5"/> <rect header="kinesin complex (0.20)" height="15.0" id="kinesin complex" info="KRT14(SPTR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Blue" style1="stroke: none; fill: Blue" style2="stroke: none; fill: Navy" width="15.0" x="-259.5" y="882.5"/> </g> <g id="striated muscle thin filament_group"> <line id="Line_0_from_actin cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-294.0" x2="0.0" y1="650.0" y2="890.0"/> <line id="Line_0_from_sarcomere" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="0.0" x2="0.0" y1="770.0" y2="890.0"/> <rect height="15.0" id="striated muscle thin filament_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-7.5" y="882.5"/> <rect header="striated muscle thin filament (7.85)" height="15.0" id="striated muscle thin filament" info="UP(FB,SPTR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-7.5" y="882.5"/> </g> </g> <g id="Level_6"> <g id="intermediate filament_group"> <line id="Line_0_from_intermediate filament cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-273.0" x2="-273.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="intermediate filament_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-280.5" y="762.5"/> <rect header="intermediate filament (1.57)" height="15.0" id="intermediate filament" info="KRT14(SPTR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-280.5" y="762.5"/> </g> <g id="microtubule associated complex_group"> <line id="Line_0_from_microtubule cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-241.5" x2="-252.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="microtubule associated complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-259.5" y="762.5"/> <rect header="microtubule associated complex (0.37)" height="15.0" id="microtubule associated complex" info="KRT14(SPTR);;MAP1B(SPTR,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Blue" style1="stroke: none; fill: Blue" style2="stroke: none; fill: Navy" width="15.0" x="-259.5" y="762.5"/> </g> <g id="spindle_group"> <line id="Line_1_from_microtubule cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-241.5" x2="-231.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="spindle_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-238.5" y="762.5"/> <rect header="spindle (0.79)" height="15.0" id="spindle" info="DAD1(SPTR,GR,MGI,SGD,TAIR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-238.5" y="762.5"/> </g> <g id="mitochondrial inner membrane_group"> <line id="Line_0_from_mitochondrial membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-31.5" x2="-42.0" y1="650.0" y2="770.0"/> <line id="Line_0_from_inner membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="189.0" x2="-42.0" y1="410.0" y2="770.0"/> <rect height="15.0" id="mitochondrial inner membrane_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-49.5" y="762.5"/> <rect header="mitochondrial inner membrane (0.9" height="15.0" id="mitochondrial inner membrane" info="BCL2(SPTR,MGI,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-49.5" y="762.5"/> </g> <g id="mitochondrial outer membrane_group"> <line id="Line_1_from_mitochondrial membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-31.5" x2="-21.0" y1="650.0" y2="770.0"/> <line id="Line_0_from_outer membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="231.0" x2="-21.0" y1="410.0" y2="770.0"/> <rect height="15.0" id="mitochondrial outer membrane_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-28.5" y="762.5"/> <rect header="mitochondrial outer membrane (3.93)" height="15.0" id="mitochondrial outer membrane" info="BAD(SPTR,MGI,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-28.5" y="762.5"/> </g> <g id="sarcomere_group"> <line id="Line_0_from_myofibril" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="0.0" x2="0.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="sarcomere_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-7.5" y="762.5"/> <rect header="sarcomere (7.85)" height="15.0" id="sarcomere" info="UP(FB,SPTR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-7.5" y="762.5"/> </g> <g id="alpha DNA polymerase:primase complex_group"> <line id="Line_0_from_replication fork" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="84.0" x2="84.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="alpha DNA polymerase:primase complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="76.5" y="762.5"/> <rect header="alpha DNA polymerase:primase complex (7.85)" height="15.0" id="alpha DNA polymerase:primase complex" info="PRIM1(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="76.5" y="762.5"/> </g> <g id="cytosolic large ribosomal subunit (sensu Eukarya)_group"> <line id="Line_0_from_cytosolic ribosome (sensu Eukarya)" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="126.0" x2="147.0" y1="650.0" y2="770.0"/> <line id="Line_0_from_large ribosomal subunit" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="147.0" x2="147.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="cytosolic large ribosomal subunit (sensu Eukarya)_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="139.5" y="762.5"/> <rect header="cytosolic large ribosomal subunit (sensu Eukarya) (5.23)" height="15.0" id="cytosolic large ribosomal subunit (sensu Eukarya)" info="RPL32(FB,SPTR,GR,MGI,SGD)*;;RPL10(SPTR,GR,MGI,SGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="139.5" y="762.5"/> </g> <g id="oligosaccharyl transferase complex_group"> <line id="Line_0_from_endoplasmic reticulum membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="168.0" x2="168.0" y1="650.0" y2="770.0"/> <rect height="15.0" id="oligosaccharyl transferase complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="160.5" y="762.5"/> <rect header="oligosaccharyl transferase complex (7.85)" height="15.0" id="oligosaccharyl transferase complex" info="DAD1(SPTR,GR,MGI,SGD,TAIR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="160.5" y="762.5"/> </g> </g> <g id="Level_5"> <g id="microsome_group"> <line id="Line_0_from_vesicular fraction" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-378.0" x2="-378.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="microsome_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-385.5" y="642.5"/> <rect header="microsome (1.57)" height="15.0" id="microsome" info="CYP2J2(SPTR)*;;DAD1(SPTR,GR,MGI,SGD,TAIR)*;;CYP2C8(SPTR)*;;OAS2(SPTR,MGI)*;;CYP1B1(SPTR,MGI,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-385.5" y="642.5"/> </g> <g id="actin cytoskeleton_group"> <line id="Line_0_from_cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-262.5" x2="-294.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="actin cytoskeleton_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-301.5" y="642.5"/> <rect header="actin cytoskeleton (0.83)" height="15.0" id="actin cytoskeleton" info="UP(FB,SPTR);;FLNA(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-301.5" y="642.5"/> </g> <g id="intermediate filament cytoskeleton_group"> <line id="Line_1_from_cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-262.5" x2="-273.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="intermediate filament cytoskeleton_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-280.5" y="642.5"/> <rect header="intermediate filament cytoskeleton (1.57)" height="15.0" id="intermediate filament cytoskeleton" info="KRT14(SPTR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-280.5" y="642.5"/> </g> <g id="microtubule cytoskeleton_group"> <line id="Line_2_from_cytoskeleton" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-262.5" x2="-241.5" y1="530.0" y2="650.0"/> <rect height="15.0" id="microtubule cytoskeleton_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-249.0" y="642.5"/> <rect header="microtubule cytoskeleton (0.55)" height="15.0" id="microtubule cytoskeleton" info="DAD1(SPTR,GR,MGI,SGD,TAIR);;PAK1(GeneDB_Spombe,SPTR,MGI,RGD,SGD)*;;KRT14(SPTR);;MAP1B(SPTR,RGD)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Blue" style1="stroke: none; fill: Blue" style2="stroke: none; fill: Navy" width="15.0" x="-249.0" y="642.5"/> </g> <g id="1-phosphatidylinositol 3-kinase complex_group"> <line id="Line_0_from_cytosol" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-210.0" x2="-210.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="1-phosphatidylinositol 3-kinase complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-217.5" y="642.5"/> <rect header="1-phosphatidylinositol 3-kinase complex (2.62)" height="15.0" id="1-phosphatidylinositol 3-kinase complex" info="PIK3CG(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-217.5" y="642.5"/> </g> <g id="endoplasmic reticulum lumen_group"> <line id="Line_0_from_endoplasmic reticulum" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-189.0" x2="-189.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="endoplasmic reticulum lumen_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-196.5" y="642.5"/> <rect header="endoplasmic reticulum lumen (2.62)" height="15.0" id="endoplasmic reticulum lumen" info="CALR(SPTR,MGI,ZFIN)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-196.5" y="642.5"/> </g> <g id="Golgi membrane_group"> <line id="Line_0_from_Golgi apparatus" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-115.5" x2="-126.0" y1="530.0" y2="650.0"/> <line id="Line_0_from_endomembrane system" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="168.0" x2="-126.0" y1="410.0" y2="650.0"/> <rect height="15.0" id="Golgi membrane_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-133.5" y="642.5"/> <rect header="Golgi membrane (2.62)" height="15.0" id="Golgi membrane" info="MAN2A1(SPTR,MGI,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-133.5" y="642.5"/> </g> <g id="Golgi trans-face_group"> <line id="Line_1_from_Golgi apparatus" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-115.5" x2="-105.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="Golgi trans-face_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-112.5" y="642.5"/> <rect header="Golgi trans-face (7.85)" height="15.0" id="Golgi trans-face" info="FLNA(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-112.5" y="642.5"/> </g> <g id="mitochondrial matrix_group"> <line id="Line_0_from_mitochondrion" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-42.0" x2="-63.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="mitochondrial matrix_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-70.5" y="642.5"/> <rect header="mitochondrial matrix (3.14)" height="15.0" id="mitochondrial matrix" info="NR3C1(SPTR,MGI)*;;PIM1(GeneDB_Spombe,SPTR,MGI,RGD,SGD,ZFIN)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-70.5" y="642.5"/> </g> <g id="mitochondrial membrane_group"> <line id="Line_1_from_mitochondrion" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-42.0" x2="-31.5" y1="530.0" y2="650.0"/> <line id="Line_0_from_membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="210.0" x2="-31.5" y1="290.0" y2="650.0"/> <rect height="15.0" id="mitochondrial membrane_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-39.0" y="642.5"/> <rect header="mitochondrial membrane (1.57)" height="15.0" id="mitochondrial membrane" info="BAD(SPTR,MGI,RGD);;BCL2(SPTR,MGI,RGD)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-39.0" y="642.5"/> </g> <g id="myofibril_group"> <line id="Line_0_from_muscle fiber" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="0.0" x2="0.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="myofibril_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-7.5" y="642.5"/> <rect header="myofibril (7.85)" height="15.0" id="myofibril" info="UP(FB,SPTR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-7.5" y="642.5"/> </g> <g id="chloroplast_group"> <line id="Line_0_from_plastid" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="21.0" x2="21.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="chloroplast_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="13.5" y="642.5"/> <rect header="chloroplast (2.62)" height="15.0" id="chloroplast" info="RPL32(FB,SPTR,GR,MGI,SGD)*;;DAD1(SPTR,GR,MGI,SGD,TAIR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="13.5" y="642.5"/> </g> <g id="replication fork_group"> <line id="Line_0_from_nucleoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="94.5" x2="84.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="replication fork_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="76.5" y="642.5"/> <rect header="replication fork (0.79)" height="15.0" id="replication fork" info="PRIM1(SPTR,MGI)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="76.5" y="642.5"/> </g> <g id="transcription factor complex_group"> <line id="Line_1_from_nucleoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="94.5" x2="105.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="transcription factor complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="97.5" y="642.5"/> <rect header="transcription factor complex (1.21)" height="15.0" id="transcription factor complex" info="EP300(SPTR,MGI)*;;COPS5(MGI)*;;ATF1(GeneDB_Spombe,SPTR,MGI,SGD)*;;HDAC2(SPTR,MGI)*;;AHR(SPTR,MGI,RGD)*;;ATF4(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="97.5" y="642.5"/> </g> <g id="cytosolic ribosome (sensu Eukarya)_group"> <line id="Line_1_from_cytosol" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-210.0" x2="126.0" y1="530.0" y2="650.0"/> <line id="Line_0_from_ribosome" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="136.5" x2="126.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="cytosolic ribosome (sensu Eukarya)_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="118.5" y="642.5"/> <rect header="cytosolic ribosome (sensu Eukarya) (1.57)" height="15.0" id="cytosolic ribosome (sensu Eukarya)" info="RPL32(FB,SPTR,GR,MGI,SGD);;RPL10(SPTR,GR,MGI,SGD)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="118.5" y="642.5"/> </g> <g id="large ribosomal subunit_group"> <line id="Line_1_from_ribosome" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="136.5" x2="147.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="large ribosomal subunit_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="139.5" y="642.5"/> <rect header="large ribosomal subunit (5.23)" height="15.0" id="large ribosomal subunit" info="RPL32(FB,SPTR,GR,MGI,SGD);;RPL10(SPTR,GR,MGI,SGD)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="139.5" y="642.5"/> </g> <g id="endoplasmic reticulum membrane_group"> <line id="Line_1_from_endoplasmic reticulum" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-189.0" x2="168.0" y1="530.0" y2="650.0"/> <line id="Line_0_from_nuclear envelope-endoplasmic reticulum network" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="168.0" x2="168.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="endoplasmic reticulum membrane_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="160.5" y="642.5"/> <rect header="endoplasmic reticulum membrane (1.57)" height="15.0" id="endoplasmic reticulum membrane" info="DAD1(SPTR,GR,MGI,SGD,TAIR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="160.5" y="642.5"/> </g> <g id="integrin complex_group"> <line id="Line_0_from_integral to plasma membrane" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="252.0" x2="252.0" y1="530.0" y2="650.0"/> <rect height="15.0" id="integrin complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="244.5" y="642.5"/> <rect header="integrin complex (0.75)" height="15.0" id="integrin complex" info="ITGA2(SPTR,MGI)*;;ITGB1(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="244.5" y="642.5"/> </g> </g> <g id="Level_4"> <g id="vesicular fraction_group"> <line id="Line_0_from_membrane fraction" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-378.0" x2="-378.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="vesicular fraction_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-385.5" y="522.5"/> <rect header="vesicular fraction (1.57)" height="15.0" id="vesicular fraction" info="CYP2J2(SPTR);;CYP2C8(SPTR);;DAD1(SPTR,GR,MGI,SGD,TAIR);;OAS2(SPTR,MGI);;CYP1B1(SPTR,MGI,RGD)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-385.5" y="522.5"/> </g> <g id="chromatin_group"> <line id="Line_0_from_chromosome" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-325.5" x2="-336.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="chromatin_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-343.5" y="522.5"/> <rect header="chromatin (0.94)" height="15.0" id="chromatin" info="JUNB(SPTR,MGI)*;;CHD2(SPTR)*;;CHD3(FB,SPTR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-343.5" y="522.5"/> </g> <g id="kinetochore_group"> <line id="Line_1_from_chromosome" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-325.5" x2="-315.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="kinetochore_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-322.5" y="522.5"/> <rect header="kinetochore (1.31)" height="15.0" id="kinetochore" info="DAD1(SPTR,GR,MGI,SGD,TAIR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-322.5" y="522.5"/> </g> <g id="cytoskeleton_group"> <line id="Line_0_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-262.5" y1="410.0" y2="530.0"/> <rect height="15.0" id="cytoskeleton_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-270.0" y="522.5"/> <rect header="cytoskeleton (0.51)" height="15.0" id="cytoskeleton" info="UP(FB,SPTR);;DAD1(SPTR,GR,MGI,SGD,TAIR);;PAK1(GeneDB_Spombe,SPTR,MGI,RGD,SGD)*;;FLNA(SPTR,MGI);;KRT14(SPTR);;MAP1B(SPTR,RGD)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Blue" style1="stroke: none; fill: Blue" style2="stroke: none; fill: Navy" width="15.0" x="-270.0" y="522.5"/> </g> <g id="cytosol_group"> <line id="Line_1_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-210.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="cytosol_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-217.5" y="522.5"/> <rect header="cytosol (1.26)" height="15.0" id="cytosol" info="BAG1(SPTR,MGI)*;;GPX2(SPTR,MGI,SGD)*;;RPL32(FB,SPTR,GR,MGI,SGD);;MAP2K1(SPTR,MGI,RGD)*;;PAK1(GeneDB_Spombe,SPTR,MGI,RGD,SGD)*;;CCNA1(SPTR,MGI)*;;RPL10(SPTR,GR,MGI,SGD);;PIK3CG(SPTR,MGI)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-217.5" y="522.5"/> </g> <g id="endoplasmic reticulum_group"> <line id="Line_2_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-189.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="endoplasmic reticulum_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-196.5" y="522.5"/> <rect header="endoplasmic reticulum (1.62)" height="15.0" id="endoplasmic reticulum" info="CYP2J2(SPTR)*;;INSIG1(SPTR,MGI)*;;CALR(SPTR,MGI,ZFIN)*;;CYP2C8(SPTR)*;;DAD1(SPTR,GR,MGI,SGD,TAIR);;SC5DL(SPTR)*;;CYP1B1(SPTR,MGI,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-196.5" y="522.5"/> </g> <g id="endosome_group"> <line id="Line_3_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-168.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="endosome_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-175.5" y="522.5"/> <rect header="endosome (0.87)" height="15.0" id="endosome" info="IL15(SPTR,MGI,RGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-175.5" y="522.5"/> </g> <g id="eukaryotic translation elongation factor 1 complex_group"> <line id="Line_4_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-147.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="eukaryotic translation elongation factor 1 complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-154.5" y="522.5"/> <rect header="eukaryotic translation elongation factor 1 complex (3.93)" height="15.0" id="eukaryotic translation elongation factor 1 complex" info="EEF1G(SPTR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-154.5" y="522.5"/> </g> <g id="Golgi apparatus_group"> <line id="Line_5_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-115.5" y1="410.0" y2="530.0"/> <rect height="15.0" id="Golgi apparatus_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-123.0" y="522.5"/> <rect header="Golgi apparatus (1.96)" height="15.0" id="Golgi apparatus" info="IL15(SPTR,MGI,RGD)*;;MAN2A1(SPTR,MGI,RGD)*;;FLNA(SPTR,MGI);;MFNG(SPTR,MGI)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-123.0" y="522.5"/> </g> <g id="microtubule organizing center_group"> <line id="Line_6_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-84.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="microtubule organizing center_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-91.5" y="522.5"/> <rect header="microtubule organizing center (0.79)" height="15.0" id="microtubule organizing center" info="PAK1(GeneDB_Spombe,SPTR,MGI,RGD,SGD)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Silver" style1="stroke: none; fill: Silver" style2="stroke: none; fill: Gray" width="15.0" x="-91.5" y="522.5"/> </g> <g id="mitochondrion_group"> <line id="Line_7_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="-42.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="mitochondrion_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-49.5" y="522.5"/> <rect header="mitochondrion (1.54)" height="15.0" id="mitochondrion" info="BAD(SPTR,MGI,RGD);;PMAIP1(SPTR,MGI)*;;SHMT2(SPTR,MGI)*;;BCL2(SPTR,MGI,RGD)*;;MTHFD1(SPTR,MGI)*;;NR3C1(SPTR,MGI);;PIM1(GeneDB_Spombe,SPTR,MGI,RGD,SGD,ZFIN);;CYP24(RGD)*;;CCR1(GeneDB_Spombe,SPTR,MGI,TAIR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-49.5" y="522.5"/> </g> <g id="muscle fiber_group"> <line id="Line_8_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="0.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="muscle fiber_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="-7.5" y="522.5"/> <rect header="muscle fiber (2.62)" height="15.0" id="muscle fiber" info="UP(FB,SPTR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="-7.5" y="522.5"/> </g> <g id="plastid_group"> <line id="Line_9_from_cytoplasm" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="-136.5" x2="21.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="plastid_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="13.5" y="522.5"/> <rect header="plastid (2.62)" height="15.0" id="plastid" info="RPL32(FB,SPTR,GR,MGI,SGD);;DAD1(SPTR,GR,MGI,SGD,TAIR)" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; fill: Maroon" width="15.0" x="13.5" y="522.5"/> </g> <g id="cyclin-dependent protein kinase 5 activator complex_group"> <line id="Line_0_from_nucleus" style="stroke-width: 1.5; stroke: Black" style1="stroke-width: 1.5; stroke: Black" style2="stroke-width: 4.0; stroke: Lime" x1="73.5" x2="42.0" y1="410.0" y2="530.0"/> <rect height="15.0" id="cyclin-dependent protein kinase 5 activator complex_outline" style="stroke-width: 3.0; stroke: Black; fill: none" style1="stroke-width: 3.0; stroke: Black; fill: none" style2="stroke-width: 7.0; stroke: Lime; fill: none" width="15.0" x="34.5" y="522.5"/> <rect header="cyclin-dependent protein kinase 5 activator complex (7.85)" height="15.0" id="cyclin-dependent protein kinase 5 activator complex" info="CDK5R1(SPTR)*" onclick="TraceHeritage(evt)" onmouseout="HidePopUpBox()" onmouseover="DisplayPopUpBox(evt)" style="stroke: none; fill: Red" style1="stroke: none; fill: Red" style2="stroke: none; f _________________ - J _________________________________________________________________ Gift yourself a holiday. Treat your family like royalty. http://www.flexihols.com/2003/index.php
Received on Saturday, 28 June 2003 10:24:49 UTC