Opened 18 years ago
Closed 18 years ago
#400 closed defect (fixed)
Negative values are not correctly displayed.
Reported by: | Johan Vallon-Christersson | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.1 |
Component: | core | Version: | |
Keywords: | EExplorer | Cc: |
Description
Negative M values are not displayed correctly in EExplorer.
For example, for ch1 = 0.96 and ch2 = 1.4, M value is displayed as 0.-11
Change History (3)
comment:1 by , 18 years ago
Component: | web → core |
---|---|
Milestone: | BASE 2.0.3 → BASE 2.1 |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 18 years ago
Summary: | EExplorer - negative M values (log2ratios) not correctly displayed. → Negative values are not correctly displayed. |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This was fixed in 2.1 but looking at the code I think that the minus sign is dropped for values between 0 and -1. The bug is located in the Values.formatNumber method which is used from a lot of other places.