Class FieldGenotype
java.lang.Object
org.snpsift.lang.expression.Expression
org.snpsift.lang.expression.Field
org.snpsift.lang.expression.FieldSub
org.snpsift.lang.expression.FieldGenotype
- Direct Known Subclasses:
FieldGenotypeSub
-
Field Summary
Fields inherited from class Field
exceptionIfNotFound, name, number, returnType, TYPE_ALL, TYPE_ANY, vcfInfo, vcfInfoNumberFields inherited from class Expression
debug, negated, operator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.snpeff.vcf.VcfGenotypeevalGenotype(org.snpeff.vcf.VcfEntry vcfEntry) Evaluate expressions and return VcfGenotypegetFieldString(org.snpeff.vcf.VcfEntry vcfEntry) Get a field from VcfEntrygetFieldString(org.snpeff.vcf.VcfGenotype vcfGenotype) Get a field (as a Float) from VcfEntryprotected booleanisSub()toString()Methods inherited from class Field
eval, eval, fieldHeaderNotFound, fieldNotFound, getName, getReturnType, getSampleNum, gtFieldNotFound, indexStr, isSampleName, returnType, returnType, setExceptionIfNotFoundMethods inherited from class Expression
setNegated
-
Constructor Details
-
FieldGenotype
-
-
Method Details
-
evalGenotype
protected org.snpeff.vcf.VcfGenotype evalGenotype(org.snpeff.vcf.VcfEntry vcfEntry) Evaluate expressions and return VcfGenotype -
getFieldString
Get a field from VcfEntry- Overrides:
getFieldStringin classFieldSub
-
getFieldString
Get a field (as a Float) from VcfEntry- Overrides:
getFieldStringin classFieldSub
-
isSub
-
toString
-