Uses of Interface
org.snpeff.snpEffect.VcfAnnotator
-
Packages that use VcfAnnotator Package Description org.snpeff.snpEffect org.snpeff.snpEffect.commandLine -
-
Uses of VcfAnnotator in org.snpeff.snpEffect
Classes in org.snpeff.snpEffect that implement VcfAnnotator Modifier and Type Class Description classVcfAnnotatorChainMaintains a list of VcfAnnotators and applies them one by one in the specified orderMethods in org.snpeff.snpEffect with parameters of type VcfAnnotator Modifier and Type Method Description voidVcfAnnotatorChain. add(VcfAnnotator vcfAnnotator)Add a new annotator -
Uses of VcfAnnotator in org.snpeff.snpEffect.commandLine
Classes in org.snpeff.snpEffect.commandLine that implement VcfAnnotator Modifier and Type Class Description classSnpEffCmdEffCommand line program: Predict variant effects
-