pgb_liv\php_ms\Core\ModifiableSequenceTrait::getMonoisotopicMass
Gets the theoretical monoisotopic neutral mass for this sequence and it's modifications
Signature
public function getMonoisotopicMass()
Returns
- float
- The neutral mass of the sequence
Violations
PHPMessDetector
Line |
Rule |
Message |
193 - 253 |
CyclomaticComplexity
|
The method getMonoisotopicMass() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
206 |
StaticAccess
|
Avoid using static access to class 'pgb_liv\php_ms\Core\AminoAcidMono' in method 'getMonoisotopicMass'. |