#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 )
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 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from everyone to Jari Häkkinen |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
(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:5 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 Changed 15 years ago by
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [4360]) Fixes #1077.