static Map<IProfeatProperties.GROUPING,Double> |
ProfeatProperties.getComposition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
Map<IProfeatProperties.GROUPING,Double> |
ProfeatPropertiesImpl.getComposition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
Map<IProfeatProperties.GROUPING,Double> |
IProfeatProperties.getComposition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
static double |
ProfeatProperties.getComposition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group)
An adaptor method which returns the composition of the specific grouping for the given attribute.
|
double |
ProfeatPropertiesImpl.getComposition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group) |
double |
IProfeatProperties.getComposition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group)
Returns the composition of the specific grouping for the given attribute.
|
static Map<IProfeatProperties.GROUPING,Double> |
ProfeatProperties.getComposition(String sequence,
IProfeatProperties.ATTRIBUTE attribute) |
static double |
ProfeatProperties.getComposition(String sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group) |
static Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>> |
ProfeatProperties.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>> |
ProfeatPropertiesImpl.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>> |
IProfeatProperties.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
static Map<IProfeatProperties.DISTRIBUTION,Double> |
ProfeatProperties.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group) |
Map<IProfeatProperties.DISTRIBUTION,Double> |
ProfeatPropertiesImpl.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group) |
Map<IProfeatProperties.DISTRIBUTION,Double> |
IProfeatProperties.getDistributionPosition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group) |
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 Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>> |
ProfeatProperties.getDistributionPosition(String sequence,
IProfeatProperties.ATTRIBUTE attribute) |
static Map<IProfeatProperties.DISTRIBUTION,Double> |
ProfeatProperties.getDistributionPosition(String sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group) |
static double |
ProfeatProperties.getDistributionPosition(String sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.GROUPING group,
IProfeatProperties.DISTRIBUTION distribution) |
static Map<IProfeatProperties.TRANSITION,Double> |
ProfeatProperties.getTransition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
Map<IProfeatProperties.TRANSITION,Double> |
ProfeatPropertiesImpl.getTransition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
Map<IProfeatProperties.TRANSITION,Double> |
IProfeatProperties.getTransition(ProteinSequence sequence,
IProfeatProperties.ATTRIBUTE attribute) |
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 Map<IProfeatProperties.TRANSITION,Double> |
ProfeatProperties.getTransition(String sequence,
IProfeatProperties.ATTRIBUTE attribute) |
static double |
ProfeatProperties.getTransition(String sequence,
IProfeatProperties.ATTRIBUTE attribute,
IProfeatProperties.TRANSITION transition) |