pgb_liv\php_ms\Utility\Digest\DigestInterface

Generic interface for all digestion algorithms

Synopsis

interface DigestInterface {
}

Methods

public

  • digest() — Digest the protein and produce peptides matching the enzyme rules.
  • getMaxMissedCleavage() — Gets the maximum missed cleavage count value
  • getName() — Returns the name of this enzyme
  • isNmeEnabled() — Tells whether n-terminal methionine excision will be performed or not.
  • setMaxMissedCleavage() — Set the maximum number of missed cleavages the algorithm should produce.
  • setNmeEnabled() — Sets whether n-terminal methionine excision should be performed.