pgb_liv\php_ms\Writer\MzIdentMlWriter
Class for generating mzIdentML files from a protein/peptide object hierarchy
- Author: Andrew Collins
Synopsis
- // constants
- const SPECTRUM_IDENTIFICATION_PREFIX = 'SI_';
- const SPECTRUM_IDENTIFICATION_PROTOCOL_PREFIX = 'SIP_';
- const SPECTRUM_IDENTIFICATION_LIST_PREFIX = 'SIL_';
- const SPECTRUM_IDENTIFICATION_RESULT_PREFIX = 'SIR_';
- const SPECTRUM_IDENTIFICATION_ITEM_PREFIX = 'SII_';
- const SPECTRA_DATA_PREFIX = 'SD_';
- const SEARCH_DATABASE_PREFIX = 'SDB_';
- const ENZYME_PREFIX = 'ENZ_';
- // members
- private $path;
- private XMLWriter $stream;
- private array $cvList = ;
- private array $softwareList = ;
- private array $spectraData = ;
- private array $searchData = ;
- private string $psiMsRef = 'PSI-MS';
- private string $uoRef = 'UO';
- private array $scoreMap = ;
- private array $modifications = ;
- private array $enzymes = ;
- private array $fragmentTolerance = ;
- private array $parentTolerance = ;
- private array $oboRef = ;
- // methods
- public void __construct()
- public void open()
- public void close()
- private void flush()
- public void addCv()
- public void addScore()
- public void addSoftware()
- public void addSpectraData()
- public void addSearchData()
- public void addDecoyData()
- public void addFragmentTolerance()
- public void addParentTolerance()
- public void addModification()
- public void addEnzyme()
- public void addIdentifiedPrecursors()
- private void writeMzIdentMl()
- private void writeCvList()
- private void writeCv()
- private void writeDataCollection()
- private void writeAnalysisData()
- private void writeSpectrumIdentificationList()
- private void writeSpectrumIdentificationResult()
- private void writeSpectrumIdentificationItem()
- private void writePeptideEvidenceRef()
- private void writeInputs()
- private void writeSpectraData()
- private void writeSpectrumIdFormat()
- private void writeSearchDatabase()
- private void writeFileFormat()
- private void writeDatabaseName()
- private void writeAnalysisSoftwareList()
- private void writeAnalysisCollection()
- private void writeSpectrumIdentification()
- private void writeInputSpectra()
- private void writeSearchDatabaseRef()
- private void writeAnalysisProtocolCollection()
- private void writeSpectrumIdentificationProtocol()
- private void writeFragmentTolerance()
- private void writeParentTolerance()
- private void writeTolerance()
- private void writeThreshold()
- private void writeEnzymes()
- private void writeEnzyme()
- private void writeEnzymeName()
- private void writeSearchType()
- private void writeModificationParams()
- private void writeSearchModification()
- private void writeSpecificityRules()
- private void writeCvParam()
- private void writeUserParam()
- private void writeAnalysisSoftware()
- private void writeSoftwareName()
- private void writeSequenceCollection()
- private void writeDbSequence()
- private void writeSeq()
- private void getId()
- private void writePeptide()
- private void writePeptideSequence()
- private void writeModification()
- private void writePeptideEvidence()
- private void getOboName()
- private void writeAttributeNotNull()
Coverage
Methods | 0% | 0 / 62 |
Lines | 0% | 0 / 586 |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
191 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
302 | ShortVariable | Avoid variables with short names like $cv. Configured minimum length is 3. |
427 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
449 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
469 - 471 | ElseExpression | The method writeSearchDatabase uses an else expression. Else is never necessary and you can simplify the code to work without else. |
496 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
532 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
550 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
559 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
662 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
830 - 897 | CyclomaticComplexity | The method writeSequenceCollection() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10. |
922 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
990 | ShortVariable | Avoid variables with short names like $id. Configured minimum length is 3. |
Checkstyle
Line | Column | Severity | Message |
---|---|---|---|
106 | 16 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
106 | 88 | error | Only one argument is allowed per line in a multi-line function call |
107 | 1 | error | Multi-line function call not indented correctly; expected 8 spaces but found 12 |
107 | 87 | error | Only one argument is allowed per line in a multi-line function call |
107 | 102 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
108 | 16 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
108 | 39 | error | Only one argument is allowed per line in a multi-line function call |
109 | 1 | error | Multi-line function call not indented correctly; expected 8 spaces but found 12 |
109 | 108 | error | Only one argument is allowed per line in a multi-line function call |
109 | 120 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
109 | 121 | warning | Line exceeds 120 characters; contains 121 characters |
282 | 24 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
283 | 1 | error | Multi-line function call not indented correctly; expected 8 spaces but found 12 |
283 | 102 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
371 | 16 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
371 | 43 | error | Only one argument is allowed per line in a multi-line function call |
371 | 60 | error | Only one argument is allowed per line in a multi-line function call |
371 | 92 | error | Only one argument is allowed per line in a multi-line function call |
371 | 106 | error | Only one argument is allowed per line in a multi-line function call |
372 | 1 | error | Multi-line function call not indented correctly; expected 8 spaces but found 12 |
372 | 21 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
387 | 24 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
389 | 1 | error | Multi-line function call not indented correctly; expected 8 spaces but found 16 |
389 | 69 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
539 | 24 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
540 | 1 | error | Multi-line function call not indented correctly; expected 8 spaces but found 12 |
540 | 64 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
541 | 121 | warning | Line exceeds 120 characters; contains 121 characters |
755 | 128 | warning | Line exceeds 120 characters; contains 128 characters |
776 | 131 | warning | Line exceeds 120 characters; contains 131 characters |
Tasks
Line | Task |
---|---|
687 | Other types supported? |
720 | Do not hardcode to unimod |
965 | support non-UNIMOD |
Constants
Name | Value |
---|---|
SPECTRUM_IDENTIFICATION_PREFIX | 'SI_' |
SPECTRUM_IDENTIFICATION_PROTOCOL_PREFIX | 'SIP_' |
SPECTRUM_IDENTIFICATION_LIST_PREFIX | 'SIL_' |
SPECTRUM_IDENTIFICATION_RESULT_PREFIX | 'SIR_' |
SPECTRUM_IDENTIFICATION_ITEM_PREFIX | 'SII_' |
SPECTRA_DATA_PREFIX | 'SD_' |
SEARCH_DATABASE_PREFIX | 'SDB_' |
ENZYME_PREFIX | 'ENZ_' |
Members
private
- $cvList
- $enzymes
- $fragmentTolerance — array
- $modifications
-
$oboRef
Write to the specified stream - $parentTolerance — array
- $path
- $psiMsRef
- $scoreMap
- $searchData
- $softwareList
- $spectraData
- $stream — \XMLWriter
- $uoRef
Methods
private
- flush()
- getId()
- getOboName()
- writeAnalysisCollection()
- writeAnalysisData()
- writeAnalysisProtocolCollection()
- writeAnalysisSoftware()
- writeAnalysisSoftwareList()
- writeAttributeNotNull() — Writes the attribute for as long as the value is not null
- writeCv()
- writeCvList()
- writeCvParam()
- writeDataCollection()
- writeDatabaseName()
- writeDbSequence()
- writeEnzyme()
- writeEnzymeName()
- writeEnzymes()
- writeFileFormat()
- writeFragmentTolerance()
- writeInputSpectra()
- writeInputs()
- writeModification()
- writeModificationParams()
- writeMzIdentMl()
- writeParentTolerance()
- writePeptide()
- writePeptideEvidence()
- writePeptideEvidenceRef()
- writePeptideSequence()
- writeSearchDatabase()
- writeSearchDatabaseRef()
- writeSearchModification()
- writeSearchType()
- writeSeq()
- writeSequenceCollection()
- writeSoftwareName()
- writeSpecificityRules()
- writeSpectraData()
- writeSpectrumIdFormat()
- writeSpectrumIdentification()
- writeSpectrumIdentificationItem()
- writeSpectrumIdentificationList()
- writeSpectrumIdentificationProtocol()
- writeSpectrumIdentificationResult()
- writeThreshold()
- writeTolerance()
- writeUserParam()
public
- __construct()
- addCv() — CV terms must be added prior to open being called
- addDecoyData()
- addEnzyme()
- addFragmentTolerance()
- addIdentifiedPrecursors()
- addModification()
- addParentTolerance()
- addScore() — Use the specified cvParam to map peptide scores
- addSearchData()
- addSoftware() — Software ID's must be added prior to open being called
- addSpectraData()
- close()
- open()
History
-
2019-05-13T11:20:39+01:00 (commit #359a463)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Updated to use new method
-
2019-04-02T11:54:45+01:00 (commit #c7d351b)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Code tidy
-
2019-04-01T14:53:41+01:00 (commit #cc91234)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed IonSort using outdated methods Fixed digest performing NME on single AA sequences Changed handling of database data, allows for a single sequence to map to multiple formats. Should be better suited for PEFF
-
2019-01-16T22:09:48+00:00 (commit #abfd1d0)
Author: Andrew Collins (detritus@blueyonder.co.uk) / Commiter: Andrew Collins (detritus@blueyonder.co.uk)
Periodic memory flushing for idents
-
2019-01-10T15:32:47+00:00 (commit #3cbb769)
Author: Andrew Collins (detritus@blueyonder.co.uk) / Commiter: Andrew Collins (detritus@blueyonder.co.uk)
Added simple periodic flushing to control memory usage
-
2018-11-15T14:08:49+00:00 (commit #848d3b0)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added support for calculating FDR Added support for creating mzidentml files