pgb_liv\php_ms\Utility\Digest\AbstractDigest

Abstract class for digestion algorithms.

Synopsis

class AbstractDigest {
}

Coverage

Methods 88.89% 8 / 9
Lines 97.3% 36 / 37

Violations

Checkstyle

Line Column Severity Message
62 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
62 99 error Closing parenthesis of a multi-line function call must be on a line by itself
91 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
91 91 error Closing parenthesis of a multi-line function call must be on a line by itself

Members

private

  • $isNmeEnabledpgb_liv\php_ms\Utility\Digest\bool
    Whether to perform n-terminus methionine excision when generating peptides
  • $maxMissedCleavage — integer
    Maximum number of missed cleavages a peptide may contain
  • $name — string
    The name for this enzyme

Methods

private

protected

public

History