pgb_liv\php_ms\Utility\Digest\DigestV8DE

  • Author: Andrew Collins

Synopsis

class DigestV8DE extends DigestRegularExpression implements DigestInterface {
  • // constants
  • const CLEAVAGE_RULE = '/(?<=[BDEZ])(?!P)/';
}

Hierarchy

Coverage

Methods 100% 1 / 1
Lines 100% 3 / 3

Constants

Name Value
CLEAVAGE_RULE '/(?<=[BDEZ])(?!P)/'

Methods

Inherited from pgb_liv\php_ms\Utility\Digest\DigestRegularExpression

protected

  • performDigestion() — Digest the protein and produce peptides matching the enzyme rules.

Inherited from pgb_liv\php_ms\Utility\Digest\AbstractDigest

protected

public

History