pgb_liv\php_ms\Search\Parameters\MascotSearchParameters

Encapsulation class for Mascot search parameters

Synopsis

class MascotSearchParameters extends AbstractSearchParameters implements SearchParametersInterface {
  • // constants
  • const UNIT_PPM = 'ppm';
  • const MASS_MONO = 'Monoisotopic';
  • const MASS_AVG = 'Average';
}

Hierarchy

Coverage

Methods 100% 40 / 40
Lines 100% 112 / 112

Violations

PHPMessDetector

Line Rule Message
249 - 266 CyclomaticComplexity The method setFileFormat() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
295 - 317 CyclomaticComplexity The method setInstrument() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.

Tasks

Line Task
205 Validate quantitation
216 Validate taxonomy
326 Validiate Report top limit

Constants

Name Value
UNIT_PPM 'ppm'
MASS_MONO 'Monoisotopic'
MASS_AVG 'Average'

Members

private

  • $charge
  • $errTolRepeat
  • $fileFormat
  • $formVersion
  • $instrument
  • $intermediate
  • $isShowAllModsEnabled
  • $mass
  • $peak
  • $peptideIsotopeError
  • $precursor
  • $quantitation
  • $repType
  • $report
  • $searchType
  • $taxonomy
  • $title
  • $userMail
  • $userName

Methods

public

Inherited from pgb_liv\php_ms\Search\Parameters\AbstractSearchParameters

public

History