Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features |
This package contains features implemented for ms2pip.
|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic |
This package contains generic features implemented for ms2pip.
|
Constructor and Description |
---|
ComplementaryIonAminoAcidFeature(AminoAcid.Property aminoAcidProperty,
AASequenceFeature.Function function)
Constructor.
|
ForwardIonAminoAcidFeature(AminoAcid.Property aminoAcidProperty,
AASequenceFeature.Function function)
Constructor.
|
PeptideAminoAcidFeature(AminoAcid.Property aminoAcidProperty,
AASequenceFeature.Function function)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected AASequenceFeature.Function |
AASequenceFeature.function
The function used to compare the amino acid properties.
|
Modifier and Type | Method and Description |
---|---|
AASequenceFeature.Function |
AASequenceFeature.getFunction()
Returns the function used to compare the amino acid properties.
|
static AASequenceFeature.Function |
AASequenceFeature.Function.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AASequenceFeature.Function[] |
AASequenceFeature.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AASequenceFeature.setFunction(AASequenceFeature.Function function)
Sets the function used to compare the amino acid properties.
|
Copyright © 2018. All rights reserved.