Package org.snpsift.lang.function
Class FunctionBoolGenotype
- java.lang.Object
-
- org.snpsift.lang.expression.Expression
-
- org.snpsift.lang.function.Function
-
- org.snpsift.lang.function.FunctionBoolGenotype
-
-
Field Summary
-
Fields inherited from class org.snpsift.lang.expression.Expression
debug, negated, operator
-
-
Constructor Summary
Constructors Constructor Description FunctionBoolGenotype(java.lang.String functionName, Expression exprIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.snpeff.vcf.VcfGenotype
evalGenotype(org.snpeff.vcf.VcfEntry vcfEntry)
Evaluate index expression and obtein genotypejava.lang.String
toString()
-
Methods inherited from class org.snpsift.lang.expression.Expression
eval, eval, setNegated
-
-
-
-
Constructor Detail
-
FunctionBoolGenotype
public FunctionBoolGenotype(java.lang.String functionName, Expression exprIdx)
-
-