#401 closed defect (fixed)
Filter plugin - failed to correctly apply filter on M values
Reported by: | Johan Vallon-Christersson | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0.3 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
When applying a filter to create a filtered bioassay set using the following parameters:
Plugin & parameters Plugin Formula filter plugin Keep spots 4 Filter expression log2(ch(1) / ch(2)) > 1
Spots with M values < 1 are kept.
Change History (3)
comment:1 by , 18 years ago
Component: | web → coreplugins |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
This seems certainly to be true. The buggy code is located in the includeSpot() method of IncludeExcludeFilter.java. This method doesn't have enough information to determine if a spot should be included or not and the current code is a bit strange.