Uses of Class
org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- 
Packages that use IProfeatProperties.TRANSITION Package Description org.biojava.nbio.aaproperties.profeat Set of classes that responsible for providing APIs access to generate some PROFEAT properties of protein sequences.
- 
- 
Uses of IProfeatProperties.TRANSITION in org.biojava.nbio.aaproperties.profeatMethods in org.biojava.nbio.aaproperties.profeat that return IProfeatProperties.TRANSITION Modifier and Type Method Description static IProfeatProperties.TRANSITIONIProfeatProperties.TRANSITION. valueOf(String name)Returns the enum constant of this type with the specified name.static IProfeatProperties.TRANSITION[]IProfeatProperties.TRANSITION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.aaproperties.profeat with parameters of type IProfeatProperties.TRANSITION Modifier and Type Method Description doubleIProfeatProperties. getTransition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.TRANSITION transition)Returns the number of transition between the specified groups for the given attribute with respect to the length of sequence.static doubleProfeatProperties. getTransition(String sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.TRANSITION transition)static doubleProfeatProperties. getTransition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.TRANSITION transition)An adaptor method which returns the number of transition between the specified groups for the given attribute with respect to the length of sequence.doubleProfeatPropertiesImpl. getTransition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.TRANSITION transition)
 
-