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.DISTRIBUTION |
IProfeatProperties.DISTRIBUTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IProfeatProperties.DISTRIBUTION[] |
IProfeatProperties.DISTRIBUTION.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.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group,
IProfeatProperties.DISTRIBUTION distribution)
An adaptor method which computes and return the position with respect to the sequence where the given distribution of the grouping can be found.
|
double |
ProfeatPropertiesImpl.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group,
IProfeatProperties.DISTRIBUTION distribution) |
double |
IProfeatProperties.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group,
IProfeatProperties.DISTRIBUTION distribution)
Computes and return the position with respect to the sequence where the given distribution of the grouping can be found.
|
static double |
ProfeatProperties.getDistributionPosition(String sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group,
IProfeatProperties.DISTRIBUTION distribution) |
Copyright © 2000–2019 BioJava. All rights reserved.