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 Nicklas Nordborg, 18 years ago

Component: webcore
Milestone: BASE 2.0.3BASE 2.1
Owner: changed from Johan Enell to Nicklas Nordborg
Status: newassigned

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.

comment:2 by Nicklas Nordborg, 18 years ago

Summary: EExplorer - negative M values (log2ratios) not correctly displayed.Negative values are not correctly displayed.

comment:3 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2752]) Fixes #400: Negative values are not correctly displayed.

Note: See TracTickets for help on using tickets.