Package org.snpsift.lang.expression
Class FieldLof
java.lang.Object
org.snpsift.lang.expression.Expression
org.snpsift.lang.expression.Field
org.snpsift.lang.expression.FieldSub
org.snpsift.lang.expression.FieldLof
- Direct Known Subclasses:
FieldNmd
A LOF field form SnpEff:
E.g.: 'LOF[2].GENE'
- 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 VcfEntrygetName()org.snpeff.vcf.VcfInfoTypegetReturnType(org.snpeff.vcf.VcfEntry vcfEntry) protected voidinit()toString()Methods inherited from class org.snpsift.lang.expression.FieldSub
evalIndex, evalIndex, evalIndex, evalIndex, getFieldString, isSubMethods inherited from class org.snpsift.lang.expression.Field
eval, eval, fieldHeaderNotFound, fieldNotFound, getReturnType, getSampleNum, gtFieldNotFound, indexStr, isSampleName, returnType, returnType, setExceptionIfNotFoundMethods inherited from class org.snpsift.lang.expression.Expression
setNegated
-
Constructor Details
-
FieldLof
-
-
Method Details