Interface MultipleAAPropertyFeature
- All Known Implementing Classes:
AAPropertyRelationshipFeature
public interface MultipleAAPropertyFeature
Interface for the ms2pip features having multiple amino acid properties.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description AminoAcid.Property[]
getAminoAcidProperties()
Returns the amino acid properties to consider.
-
Method Details
-
getAminoAcidProperties
AminoAcid.Property[] getAminoAcidProperties()Returns the amino acid properties to consider.- Returns:
- the amino acid properties to consider
-