Package | Description |
---|---|
org.biojava.nbio.aaproperties.profeat |
Set of classes that responsible for providing APIs access to generate some PROFEAT properties of protein sequences.
|
Modifier and Type | Method and Description |
---|---|
static IProfeatProperties.TRANSITION |
IProfeatProperties.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.
|
Modifier and Type | Method and Description |
---|---|
static double |
ProfeatProperties.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.
|
double |
ProfeatPropertiesImpl.getTransition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.TRANSITION transition) |
double |
IProfeatProperties.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 double |
ProfeatProperties.getTransition(String sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.TRANSITION transition) |
Copyright © 2000–2019 BioJava. All rights reserved.