Uses of Enum
org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
Packages that use 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
Methods in org.biojava.nbio.aaproperties that return PeptideProperties.SingleLetterAACodeModifier 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.Methods in org.biojava.nbio.aaproperties with parameters of type PeptideProperties.SingleLetterAACodeModifier 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.