Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Heatmap Changes:
authormiles <miles@localhost>
Tue, 9 Apr 2013 22:12:42 +0000 (22:12 +0000)
committermiles <miles@localhost>
Tue, 9 Apr 2013 22:12:42 +0000 (22:12 +0000)
        - jump to gene button is now working

svn path=/; revision=463

Personnel/miles/Web Page/heatMap.php

index adf7575127edd9631a9231e4e168e5a1dd2494d2..c480f1570143393fd74de8e9fd8f11a68eb341cd 100644 (file)
@@ -427,7 +427,7 @@ function getGeneLoc() {
       for(var i = 0; i < allClusterIDs.length; i ++) {
        if(parseInt(allClusterIDs[i])==clusterID) {
          c = i;
-         document.getElementById('jumpTo').cluster.value = i+1;
+         document.jumpToCluster.cluster.value = i+1;
          getClusterLoc()
        }
       }