Changeset 796
- Timestamp:
- Oct 1, 2008, 3:09:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.ReplicateError/trunk/src/replicateerror/AcrossAssays/HTML.java
r794 r796 132 132 table.println("</table>"); 133 133 table.println("<table width=500>"); 134 table.print("<tr><td>SD is the standard deviation</td></tr>"); 134 table.print("<tr><td>SD is the standard deviation of the log2ratio "); 135 table.println("difference between replicates.</td></tr>"); 135 136 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>"); 137 table.print("here differ from the numbers shown in the bioassay listings. The table "); 138 table.print("above display number of replicates in each bioassay whereas <br> i) "); 139 table.print("bioassay set listings show total number of spots and reporters for "); 140 table.print("bioassay sets, and <br> ii) bioassay listings show the total number of "); 141 table.println("spots in each bioassay.</td></tr></table>"); 140 142 table.println("</body>"); 141 143 table.println("</html>");
Note: See TracChangeset
for help on using the changeset viewer.