Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1077 closed defect (fixed)

Lowess normalization broken

Reported by: Jari Häkkinen Owned by: Jari Häkkinen
Priority: blocker Milestone: BASE 2.7.2
Component: coreplugins Version:
Keywords: Cc:

Description (last modified by Jari Häkkinen)

This problem affects all versions of BASE2.

As pointed out in the BASE users mailing list (http://www.mail-archive.com/basedb-users@lists.sourceforge.net/msg01478.html) there is a flaw in the lowess plug-in shipped with BASE. Users using the original BASE1 distributed lowess plug-in with the Base1PluginExecuter wrapper are not affected.

The fix is a simple one line change but affects all bioassays normalized with lowess and consequently all analysis following a lowess normalization must be redone. The changes to be expected to analysis results varies with raw data quality, where good quality raw data will have little effect from the miscalculation in the lowess plug-in.

Change History (9)

comment:1 by Jari Häkkinen, 16 years ago

Description: modified (diff)
Owner: changed from everyone to Jari Häkkinen
Status: newassigned

comment:2 by Jari Häkkinen, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4360]) Fixes #1077.

comment:3 by Nicklas Nordborg, 16 years ago

(In [4361]) References #1077: Lowess normalization broken

Added script for finding and tagging experiments/bioassay sets that are affected by this bug. Need to document this in the installation/update documentation. Basically it works like this:

cd <base_dir>/bin
./onetimefix.sh lowess_warn -u root -p root_password -f

This will find and display all experiments/bioassay sets that have used the LOWESS plug-in. The -f flag causes those experiements/bioassay sets to be tagged with FIX LOWESS.

comment:4 by Jari Häkkinen, 16 years ago

Further issues found, reopening this ticket.

comment:5 by Jari Häkkinen, 16 years ago

Resolution: fixed
Status: closedreopened

comment:6 by Jari Häkkinen, 16 years ago

(In [4363]) Addresses #1077. A couple of more issues found. Further quality control needed before release.

comment:7 by Nicklas Nordborg, 16 years ago

(In [4364]) References #1077: Lowess normalization broken

Added warning in update documentation.

comment:8 by Jari Häkkinen, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [4367]) Fixes #1077. Changed help text on step parameter, also changed default value for the parameter. The default now corresponds to the BASE1 default.

comment:9 by Nicklas Nordborg, 16 years ago

(In [4445]) References #1077: Lowess normalization broken

Updated images in "roles" test document with correctly normalized ones.

Note: See TracTickets for help on using tickets.