Uses of Class
org.snpsift.lang.function.Function
-
Packages that use Function Package Description org.snpsift.lang org.snpsift.lang.function -
-
Uses of Function in org.snpsift.lang
Methods in org.snpsift.lang that return Function Modifier and Type Method Description FunctionLangFactory. expressionSetFactory(org.antlr.v4.runtime.tree.ParseTree tree)Create FunctionBoolSet from ASTFunctionLangFactory. functionFactory(org.antlr.v4.runtime.tree.ParseTree tree)Create functionFunctionLangFactory. functionVcfEntryFactory(org.antlr.v4.runtime.tree.ParseTree tree)Create Functions from tree Note: These functions that are calculated on the whole VcfEntry. -
Uses of Function in org.snpsift.lang.function
Subclasses of Function in org.snpsift.lang.function Modifier and Type Class Description classCountHetCount number of heterozygous samplesclassCountHomCount number of homozygous samplesclassCountRefCount number of refernces samplesclassCountVariantCount number of ALT samplesclassFunctionBoolGenotypeA function that returns a bool type (i.e.classInIs an expression in a set?classIsHetIs 'genotypeNum' heterozygous?classIsHomIs 'genotypeNum' homozygous?classIsRefIs 'genotypeNum' reference?classIsVariantIs 'genotypeNum' reference?
-