Class IntensityCalculatorPlugin

java.lang.Object
net.sf.basedb.core.plugin.AbstractPlugin
net.sf.basedb.plugins.IntensityCalculatorPlugin
All Implemented Interfaces:
InteractivePlugin, Plugin, SignalTarget

public class IntensityCalculatorPlugin
extends AbstractPlugin
implements InteractivePlugin, SignalTarget
This plugin provides methods to calculate the intensity for a root bioassayset using different formulas. It needs the following parameters:
   String              : name; The name of the new bioassayset
   Experiment          : experiment; The experiment we are working on
   List>RawBioAssay<   : rawBioAssays; The raw bioassays to create bioassays for
     (must be part of the experiment)
   Formula             : formula; The formula to use to for calculating intesities
   
Version:
2.0
Author:
Gregory, Nicklas
Last modified
$Date: 2019-02-26 11:10:15 +0100 (tis, 26 feb. 2019) $