<?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">
<head>
  <title>CompClust - Cluster Memberships</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 tal:content="editlabeling_title" href="#instructions">Cluster Memberships</a></h1>
<form action="sendplot" method="get">
  <hr/>
  <p>
  <label for="Clustering">Clustering </label>
  <select name="Clustering" id="Clustering">
    <option tal:repeat="c clustering_labelings" tal:content="c/0"
            tal:attributes="selected c/1">None</option>
  </select>
  </p>
  <p>
  <input type="submit"/>
  </p>
</form>
<hr/>
<h1><a name="instructions">Instructions</a></h1>
<div tal:condition="editlabeling">
<p>
Set properties of either an annotation or clustering labeling. 
</p>
</div>
<div tal:condition="not:editlabeling">
<p>
To upload a new annotation or clustering labeling, you need to: set the
name; choose a file using the source control; and select if this is
intended to describe the rows or columns of the data vectors. (For
bioinformatics rows are usually genes and columns are usually conditions.)
</p>
</div>
</div>
</body>
</html>
