<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>CompClust - PCEG Trajectories in Native Order</title>
  <link rel="stylesheet" href="/compclust_css" type="text/css"
  	tal:attributes="href compclust_css" />
</head>
<body>
<span id="compclustMenu" tal:replace="structure menu"/>
<div id="compclustBody">
<h1><a href="#instructions" >PCEG Trajectories in Native Order</a></h1>
<form action="" method="get">
  <p>
  <label for="pcNum">Choose component</label> 
  <select name="pcNum" id="pcNum">
    <option tal:repeat="pcNum pcNums" tal:content="pcNum/0"
            tal:attributes="selected pcNum/1">None</option>
  </select>
  <input type="submit"/>
  </p>
</form>
<div id="compclustPlot" tal:condition="pcaplot">
  <a href="" tal:condition="pcaplot" 
     tal:attributes="href downloadploturl">download</a>
  <hr/>
  <map name="graph" id="graph" tal:replace="structure csimap"></map>
  <img tal:attributes="src pcaplot" src="" usemap="#graph" alt="pca plot"/>
</div>
<hr/>
<h1><a name="instructions">Instructions</a></h1>
<p>
  Show the data trajectories for the "high" and "low" extreme gene 
  vectors. The trajectories are shown by plotting across the conditions in
  their original / native column ordering.
</p>
<p>
Clicking on one of the data points will bring up a plot of that
vector with all the annotations attached to it.
</p>
</div>
</body>
</html>
