Package org.snpsift.lang.function
Class IsHet
java.lang.Object
org.snpsift.lang.expression.Expression
org.snpsift.lang.function.Function
org.snpsift.lang.function.FunctionBoolGenotype
org.snpsift.lang.function.IsHet
Is 'genotypeNum' heterozygous?
- Author:
- pablocingolani
-
Field Summary
Fields inherited from class org.snpsift.lang.expression.Expression
debug, negated, operator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snpsift.lang.function.FunctionBoolGenotype
evalGenotype, toString
Methods inherited from class org.snpsift.lang.expression.Expression
setNegated
-
Constructor Details
-
IsHet
-
-
Method Details
-
eval
Description copied from class:Expression
Evaluate expression using VcfEntry- Specified by:
eval
in classExpression
-
eval
Description copied from class:Expression
Evaluate expression using genotype- Specified by:
eval
in classExpression
-