Package org.intermine.web.logic.widget
Interface EnrichmentOptions
-
- All Superinterfaces:
WidgetOptions
- All Known Implementing Classes:
WidgetsServiceInput
,WidgetsServiceInput.Builder
public interface EnrichmentOptions extends WidgetOptions
The type of options that enrichment widgets expect to receive.- Author:
- Alex Kalderimis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCorrection()
java.lang.String
getExtraCorrectionCoefficient()
double
getMaxPValue()
-
Methods inherited from interface org.intermine.web.logic.widget.WidgetOptions
getFilter
-
-
-
-
Method Detail
-
getMaxPValue
double getMaxPValue()
- Returns:
- the maximum acceptable p-value. (a value between 0 - 1)
-
getCorrection
java.lang.String getCorrection()
- Returns:
- the correction algorithm to be used, eg. Holm-Bonferroni.
-
getExtraCorrectionCoefficient
java.lang.String getExtraCorrectionCoefficient()
- Returns:
- the extra correction coefficient
-
-