aborg0 / hits_orig_export

Automatically exported from code.google.com/p/hits
0 stars 0 forks source link

Quality report's metrics are wrong on the plate page #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Quality report's metrics are wrong on the plate page if more than one
channel/parameter is measured. (Only the first column is correct.)

What steps will reproduce the problem?
1. Try to analyze an experiment with more than one parameters.

What is the expected output? What do you see instead?
Floating point outputs same as on the main screen.

Original issue reported on code.google.com by aborgabor on 25 Nov 2008 at 4:13

GoogleCodeExporter commented 9 years ago
Maybe related to this line:
   if (exists("qmplate")) qmplate <- cbind(qmplate, value=qm$value, comment=qm$comm)
else qmplate = qm

But I cannot reproduce with R 2.8.1 and cellHTS2 2.6.0.

Original comment by aborgabor on 29 Jan 2009 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by aborgabor on 2 Feb 2009 at 9:13

GoogleCodeExporter commented 9 years ago
The output now seems to be OK. Though the workaround is not so beauty...

Original comment by aborgabor on 2 Feb 2009 at 11:54