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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static double |
PeptideProperties.getEnrichment(String sequence,
PeptideProperties.SingleLetterAACode aminoAcidCode)
An adaptor method to return the composition of specified amino acid in the sequence.
|
Copyright © 2000–2019 BioJava. All rights reserved.