Changeset 303
- Timestamp:
- May 24, 2007, 4:10:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/Plier.java
r302 r303 408 408 percentDone=95; 409 409 progress.display(percentDone,"Importing result."); 410 double log2=Math.log(2); 410 411 while (ffp.hasMoreData()) { 411 412 FlatFileParser.Data data = ffp.nextData(); … … 413 414 Double x = 414 415 new Double(Math.log(Double.parseDouble(data.get(entry.getKey())))/ 415 Math.log(2));416 log2); 416 417 sbatcher.insert(entry.getValue().shortValue(), position, 417 418 x.floatValue());
Note: See TracChangeset
for help on using the changeset viewer.