Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features |
This package contains features implemented for ms2pip.
|
Modifier and Type | Class and Description |
---|---|
class |
AAPropertyFeatureAbsolute
An amino acid property feature at a fixed position on the peptide sequence.
|
class |
AAPropertyFeatureRelative
An amino acid property feature at a position relative to the end of an ion on the peptide sequence.
|
Modifier and Type | Method and Description |
---|---|
AAPropertyFeature |
AAPropertyRelationshipFeature.getAminoAcidFeature1()
Returns the first amino acid feature.
|
AAPropertyFeature |
AAPropertyRelationshipFeature.getAminoAcidFeature2()
Returns the second amino acid feature.
|
Modifier and Type | Method and Description |
---|---|
void |
AAPropertyRelationshipFeature.setAminoAcidFeature1(AAPropertyFeature aminoAcidFeature1)
Sets the first amino acid feature.
|
void |
AAPropertyRelationshipFeature.setAminoAcidFeature2(AAPropertyFeature aminoAcidFeature2)
Sets the second amino acid feature.
|
Constructor and Description |
---|
AAPropertyRelationshipFeature(AAPropertyRelationshipFeature.Relationship relationship,
AAPropertyFeature aminoAcidFeature1,
AAPropertyFeature aminoAcidFeature2)
Constructor.
|
Copyright © 2018. All rights reserved.