Uses of Class
org.snpeff.pdb.DistanceResult
-
Packages that use DistanceResult Package Description org.snpeff.pdb org.snpeff.snpEffect.commandLine -
-
Uses of DistanceResult in org.snpeff.pdb
Methods in org.snpeff.pdb with parameters of type DistanceResult Modifier and Type Method Description intDistanceResult. compareByPos(DistanceResult d)Compare by genomic positionbooleanDistanceResult. equalPos(DistanceResult d)Same genomic positions -
Uses of DistanceResult in org.snpeff.snpEffect.commandLine
Fields in org.snpeff.snpEffect.commandLine with type parameters of type DistanceResult Modifier and Type Field Description static java.util.ArrayList<DistanceResult>SnpEffCmdPdb. EMPTY_DISTANCESMethods in org.snpeff.snpEffect.commandLine that return types with arguments of type DistanceResult Modifier and Type Method Description java.util.List<DistanceResult>SnpEffCmdPdb. getDistanceResults()
-