Changeset 794
- Timestamp:
- Sep 28, 2008, 10:44:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.ReplicateError/trunk/src/replicateerror/AcrossAssays/HTML.java
r784 r794 79 79 table.println("<th>"+center+"</th>"); 80 80 table.println("<th>SD</th>"); 81 table.println("<th># </th>");81 table.println("<th># replicates</th>"); 82 82 table.println("<th>"+center+"</th>"); 83 83 table.println("<th>SD</th>"); 84 table.println("<th># </th>");84 table.println("<th># replicates</th>"); 85 85 table.println("<th># removed</th>"); 86 86 table.println("<th>% removed</th>"); … … 131 131 132 132 table.println("</table>"); 133 table.println("<table width=500>"); 134 table.print("<tr><td>SD is the standard deviation</td></tr>"); 135 table.print("<tr><td><strong>Note:</strong> Numbers presented "); 136 table.print("here differ from the number of spots shown in the bioassay "); 137 table.print("listings. The table show number of replicates, whereas bioassay "); 138 table.print("listings show total number of spots (sum{replicates times multiplicity} "); 139 table.println("optionally added with the number of singletons).</td></tr></table>"); 133 140 table.println("</body>"); 134 141 table.println("</html>");
Note: See TracChangeset
for help on using the changeset viewer.