#84 closed enhancement (fixed)
Change parameter in ReplicateError (se.lu.onk.ReplicateError)
Reported by: | Jari Häkkinen | Owned by: | olle |
---|---|---|---|
Priority: | major | Milestone: | ZZ Other tickets |
Component: | se.lu.onk series plug-ins | Keywords: | |
Cc: |
Description
Add value 'unlimited' to paremter sd limit.
Change History (7)
comment:1 by , 16 years ago
Component: | onk.lu.se → se.lu.onk series plug-ins |
---|---|
Milestone: | → ZZ Other tickets |
Owner: | changed from | to
comment:2 by , 16 years ago
Summary: | ReplicateError → Change parameter in ReplicateError (se.lu.onk.ReplicateError) |
---|
comment:3 by , 11 years ago
Owner: | changed from | to
---|
comment:4 by , 11 years ago
Status: | new → assigned |
---|
comment:5 by , 11 years ago
(In [2011]) Refs #84. Classes/files AcrossAssays/ReplicateErrorAA.java
and WithinAssays/ReplicateErrorWA.java
in plugin ReplicateError
updated in public methods void extractSpots(BASEFileSection section, BASEFileReader bfr)
by only applying a filter on the standard deviation if parameter sdLimit
has a value > 0. Thus a negative value for sdLimit
corresponds to unlimited standard deviation.
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2013]) Fixes #84. ReplicateError
BASE1 plug-in configuration files lib/pluginConfigurationAA.base
and lib/pluginConfigurationWA.base
updated with info on parameters; specifically that a value of sdLimit
<= 0 corresponds to unlimited standard deviation, i.e. no filtering is performed based on the standard deviation.
Ticket accepted.