Package org.snpsift.lang.function
Class CountHet
- java.lang.Object
-
- org.snpsift.lang.expression.Expression
-
- org.snpsift.lang.function.Function
-
- org.snpsift.lang.function.CountHet
-
public class CountHet extends Function
Count number of heterozygous samples- Author:
- pablocingolani
-
-
Field Summary
-
Fields inherited from class org.snpsift.lang.expression.Expression
debug, negated, operator
-
-
Constructor Summary
Constructors Constructor Description CountHet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
eval(org.snpeff.vcf.VcfEntry vcfEntry)
Evaluate expression using VcfEntryValue
eval(org.snpeff.vcf.VcfGenotype vcfGenotype)
Evaluate expression using genotype-
Methods inherited from class org.snpsift.lang.expression.Expression
setNegated
-
-
-
-
Method Detail
-
eval
public Value eval(org.snpeff.vcf.VcfEntry vcfEntry)
Description copied from class:Expression
Evaluate expression using VcfEntry- Specified by:
eval
in classExpression
-
eval
public Value eval(org.snpeff.vcf.VcfGenotype vcfGenotype)
Description copied from class:Expression
Evaluate expression using genotype- Specified by:
eval
in classExpression
-
-