Uses of Enum
org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
Package
Description
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
Modifier and TypeMethodDescriptionReturns 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.Modifier and TypeMethodDescriptionstatic final double
PeptideProperties.getEnrichment
(String sequence, PeptideProperties.SingleLetterAACode aminoAcidCode) An adaptor method to return the composition of specified amino acid in the sequence.