- Timestamp:
- Mar 29, 2010, 10:48:15 AM (14 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/README_PluginDetails
r1207 r1218 5 5 There are many plug-ins in the Illumina plug-in package for BASE. This 6 6 file gives detailed information on some of the contributed plug-ins. 7 7 8 8 9 … … 23 24 file. The default is not to save the expression matrix but this can be 24 25 changed during job configuration. 25 26 26 27 27 === Implementation details === … … 99 99 respectively. 100 100 101 A spot is considered to be a negative control spot if it has an 102 ''Control group name'' exactly matching the string ''negative''. 103 101 104 102 105 -
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/plugins/DetectionPValue.java
r1168 r1218 2 2 $Id$ 3 3 4 Copyright (C) 2008, 2009 Jari Häkkinen4 Copyright (C) 2008, 2009, 2010 Jari Häkkinen 5 5 6 6 This file is part of Illumina plug-in package for BASE. … … 554 554 { 555 555 throw new BaseException("No negative controls in bioassayset. Cannot " + 556 "calculate P-values (see documentation for details)"); 556 "calculate P-values (see documentation for details, " + 557 "http://baseplugins.thep.lu.se/wiki/net.sf.basedb.illumina)"); 557 558 } 558 559 int[] controlStartStop = locateOutlierBoundary(sortedControlIntensity,
Note: See TracChangeset
for help on using the changeset viewer.