Package org.snpsift.lang.expression
Class FieldGenotypeSub
java.lang.Object
org.snpsift.lang.expression.Expression
org.snpsift.lang.expression.Field
org.snpsift.lang.expression.FieldSub
org.snpsift.lang.expression.FieldGenotype
org.snpsift.lang.expression.FieldGenotypeSub
A field:
E.g.: 'GEN[2].PL[3]'
- Author:
- pablocingolani
-
Field Summary
Fields inherited from class org.snpsift.lang.expression.Field
exceptionIfNotFound, name, number, returnType, TYPE_ALL, TYPE_ANY, vcfInfo, vcfInfoNumberFields inherited from class org.snpsift.lang.expression.Expression
debug, negated, operator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFieldString(org.snpeff.vcf.VcfEntry vcfEntry) Get a field from VcfEntrygetFieldString(org.snpeff.vcf.VcfGenotype vcfGenotype) Get a field from VcfGenotypeprotected booleanisSub()toString()Methods inherited from class org.snpsift.lang.expression.FieldGenotype
evalGenotypeMethods inherited from class org.snpsift.lang.expression.FieldSub
evalIndex, evalIndex, evalIndex, evalIndexMethods inherited from class org.snpsift.lang.expression.Field
eval, eval, fieldHeaderNotFound, fieldNotFound, getName, getReturnType, getSampleNum, gtFieldNotFound, indexStr, isSampleName, returnType, returnType, setExceptionIfNotFoundMethods inherited from class org.snpsift.lang.expression.Expression
setNegated
-
Constructor Details
-
FieldGenotypeSub
-
-
Method Details
-
getFieldString
Get a field from VcfEntry- Overrides:
getFieldStringin classFieldGenotype
-
getFieldString
Get a field from VcfGenotype- Overrides:
getFieldStringin classFieldGenotype
-
isSub
protected boolean isSub()- Overrides:
isSubin classFieldGenotype
-
toString
- Overrides:
toStringin classFieldGenotype
-