|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntensityCalculator
This interface is used together with the IntensityCalculatorUtil
class to help a plugin calculate intensities from raw data spots. A plugin
must supply an implementation of this interface to be able to use the
IntensityCalculatorUtil.createRootBioAssaySet(DbControl, Experiment, Collection, Job, IntensityCalculator, ProgressReporter)
.
One simple but powerful implementation is available from the IntensityCalculatorUtil.createJepIntensityCalculator(DbControl, RawDataType, String[])
It creates an intensity calculator that parses a string with a mathematical
expression.
Method Summary | |
---|---|
float[] |
calculateIntensities(RawData rawData)
Calculate intensities from a raw data spot. |
Method Detail |
---|
float[] calculateIntensities(RawData rawData)
rawData
- The raw data object the intensities should
be calculated from
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |