Uses of Class
org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
-
Packages that use PeptideProperties.SingleLetterAACode Package Description org.biojava.nbio.aaproperties Set of classes that responsible for providing APIs and Command Prompt access to generate some basic physico-chemical properties of protein sequences. -
-
Uses of PeptideProperties.SingleLetterAACode in org.biojava.nbio.aaproperties
Methods in org.biojava.nbio.aaproperties that return PeptideProperties.SingleLetterAACode Modifier and Type Method Description static PeptideProperties.SingleLetterAACode
PeptideProperties.SingleLetterAACode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PeptideProperties.SingleLetterAACode[]
PeptideProperties.SingleLetterAACode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.aaproperties with parameters of type PeptideProperties.SingleLetterAACode Modifier and Type Method Description static double
PeptideProperties. getEnrichment(String sequence, PeptideProperties.SingleLetterAACode aminoAcidCode)
An adaptor method to return the composition of specified amino acid in the sequence.
-