pgb_liv\php_ms\Core\Modification

A modification object which may be applied to a peptide or protein

Synopsis

class Modification {
  • // constants
  • const TYPE_FIXED = 0;
  • const TYPE_VARIABLE = 1;
  • const POSITION_ANY = 'any';
  • const POSITION_NTERM = 'N-term';
  • const POSITION_CTERM = 'C-term';
  • const POSITION_PROTEIN_NTERM = 'Prot-N-term';
  • const POSITION_PROTEIN_CTERM = 'Prot-C-term';
}

Coverage

Methods 100% 18 / 18
Lines 100% 53 / 53

Violations

Checkstyle

Line Column Severity Message
73 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
73 98 error Closing parenthesis of a multi-line function call must be on a line by itself
100 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
100 106 error Closing parenthesis of a multi-line function call must be on a line by itself
120 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
120 106 error Closing parenthesis of a multi-line function call must be on a line by itself
161 140 warning Line exceeds 120 characters; contains 140 characters

Constants

Name Value
TYPE_FIXED 0
TYPE_VARIABLE 1
POSITION_ANY 'any'
POSITION_NTERM 'N-term'
POSITION_CTERM 'C-term'
POSITION_PROTEIN_NTERM 'Prot-N-term'
POSITION_PROTEIN_CTERM 'Prot-C-term'

Members

private

  • $accession — string
    Accession (HUPO-PSI format) for this modification
  • $averageMass
  • $location
  • $monoisotopicMass
  • $name
  • $position
  • $residues
  • $type

Methods

public

History