Uses of Interface
org.biojava.bio.dp.DotState
-
Packages that use DotState Package Description org.biojava.bio.dp HMM and Dynamic Programming Algorithms. -
-
Uses of DotState in org.biojava.bio.dp
Classes in org.biojava.bio.dp that implement DotState Modifier and Type Class Description class
SimpleDotState
A Dot state that you can make and use.Methods in org.biojava.bio.dp that return DotState Modifier and Type Method Description DotState
ProfileHMM. getDelete(int indx)
Retrieves the delete state for column indx.
-