Class LrThreshold
java.lang.Object
org.monarchinitiative.lirical.core.output.LrThreshold
This class encapsulates the likelihood ratio threshold, which is an optional user argument (-t).
If the user has set a value, then we only show d iagnoses in the detailed HTML output if it exceeds
or equals this threshold. There is an overall minimum number to show (3).
- Author:
- Peter Robinson
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
double
int
hashCode()
boolean
static LrThreshold
static LrThreshold
setToUserDefinedThreshold
(double t) toString()
-
Method Details
-
notInitialized
-
setToUserDefinedThreshold
-
isSetByUser
public boolean isSetByUser() -
getThreshold
public double getThreshold() -
getMinimumToShowInThresholdMode
public int getMinimumToShowInThresholdMode() -
equals
-
hashCode
public int hashCode() -
toString
-