From bb0439cf69869b76d6a5457e61bcac24836d6238 Mon Sep 17 00:00:00 2001 From: miles Date: Tue, 26 Mar 2013 23:30:12 +0000 Subject: [PATCH] View Ontology Changes: -download as tab delimited file fully functional -check boxes for selecting or deselecting downloaded terms functional svn path=/; revision=449 --- Personnel/miles/Web Page/viewOntology.php | 53 ++++++++++++++++++----- 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/Personnel/miles/Web Page/viewOntology.php b/Personnel/miles/Web Page/viewOntology.php index f7b189d..e2c04f8 100644 --- a/Personnel/miles/Web Page/viewOntology.php +++ b/Personnel/miles/Web Page/viewOntology.php @@ -118,9 +118,10 @@ $width = 1200; ?>
Note: The colors have no relevance to the data, they simply serve to distinguish rows visually.

- The numbers printed inside each cell represent the confidence rating of the ontological assignment; a higher number indicates more confidence.

- An "A" after the term name signifies that it relates to anatomy, a "G" signifies that it relates to growth, development, or structure

- Click on a gene or term for detailed annotations from Plant Ontology. + The numbers printed inside each cell represent the confidence rating of the ontological assignment; a higher number indicates more confidence.

+ An "A" after the term name signifies that it relates to anatomy, a "G" signifies that it relates to growth, development, or structure

+ Click on a gene or term for detailed annotations from Plant Ontology.

+ Select or deselect terms to be downloaded using the boxes underneath the term names.
@@ -241,7 +242,7 @@ for(var i = 0; i < terms.length; i ++) { var color = "#" + redcolor + greencolor + bluecolor; termColors[i] = color; - checkBoxes[i]=false; + checkBoxes[i]=true; } @@ -303,6 +304,7 @@ function drawMap(init) { startXCell = Math.floor(scrolledLeft/cellSize); startYCell = Math.floor(scrolledTop/cellSize); + ontMap.strokeStyle="#0000FF"; for(var t=startXCell; (t