java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.AASequenceFeature
All Implemented Interfaces:
Ms2pipFeature, SingleAAPropertyFeature
Direct Known Subclasses:
ComplementaryIonAminoAcidFeature, ForwardIonAminoAcidFeature, PeptideAminoAcidFeature

public abstract class AASequenceFeature extends Object implements Ms2pipFeature, SingleAAPropertyFeature
Feature based on the amino acid properties of a sequence.
Author:
Marc Vaudel
  • Field Details

    • function

      protected AASequenceFeature.Function function
      The function used to compare the amino acid properties.
    • aminoAcidProperty

      protected AminoAcid.Property aminoAcidProperty
      The property of the amino acids to consider.
  • Constructor Details

    • AASequenceFeature

      public AASequenceFeature()
      Empty default constructor
  • Method Details