Changeset 1208 for plugins/base2
- Timestamp:
- Mar 22, 2010, 9:13:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/plugins/BackgroundCorrection.java
r1206 r1208 425 425 426 426 if (saveBG) negSData.add(hmap); 427 dri.close();428 427 429 428 return (nofSpots!=0 ? mean/nofSpots : 0); … … 570 569 backgroundCh1[assayNo]); 571 570 571 dri.close(); 572 572 ++assayNo; 573 573 }
Note: See TracChangeset
for help on using the changeset viewer.