pgb_liv\php_ms\Reader\MzIdentMlReader1r1
- Author: Andrew Collins
Synopsis
- // constants
- const PROTOCOL_SPECTRUM = 'spectrum';
- const PROTOCOL_PROTEIN = 'protein';
- // members
- private array $peptides = ;
- private array $proteins = ;
- private array $evidence = ;
- private $inputs;
- private array $filter = ;
- protected $xmlReader;
- // methods
- public void __construct()
- protected void getAdditionalSearchParams()
- private void getAffiliation()
- private void getAmigiousResidue()
- public void getAnalysisCollection()
- public array getAnalysisData()
- private void getAnalysisParams()
- public void getAnalysisProtocolCollection()
- private void getAnalysisSampleCollection()
- public void getAnalysisSoftwareList()
- protected void getAnalysisSoftware()
- private void getAuditCollection()
- private void getBibliographicReference()
- private void getContactRole()
- private void getCustomisations()
- protected void getDbSequence()
- protected void parseDbSequenceParam()
- public void getDataCollection()
- private void getDatabaseFilters()
- private void getDatabaseName()
- private void getDatabaseTranslation()
- private array getEnzyme()
- private void getEnzymeName()
- protected array getEnzymes()
- private void getExclude()
- private void getExternalFormatDocumentation()
- private void getFileFormat()
- private void getFilter()
- private void getFilterType()
- private void getFragmentArray()
- private void getFragmentTolerance()
- private void getFragmentation()
- private void getFragmentationTable()
- private void getInclude()
- private void getInputSpectra()
- private void getInputSpectrumIdentifications()
- public void getInputs()
- private void getIonType()
- private void getMassTable()
- private void getMeasure()
- protected void getModification()
- protected void getModificationParams()
- private void getOrganization()
- private void getParent()
- protected void getParentTolerance()
- protected Peptide getPeptide()
- private ProteinEntry getPeptideEvidence()
- private ProteinEntry getPeptideEvidenceRef()
- private void getPeptideHypothesis()
- protected void getPeptideSequence()
- private void getPerson()
- private void getProteinAmbiguityGroup()
- private void getProteinDetection()
- private void getProteinDetectionHypothesis()
- public void getProteinDetectionList()
- public void getProteinDetectionProtocol()
- private void getProvider()
- private void getResidue()
- private void getRole()
- private void getSample()
- protected void getSearchDatabase()
- private void getSearchDatabaseRef()
- protected void getSearchModification()
- private void getSearchType()
- protected void getSeq()
- public void getSequenceCollection()
- private void getSequenceCollectionPeptides()
- private void getSequenceCollectionProteins()
- private void getSiteRegexp()
- private void getSoftwareName()
- private void getSourceFile()
- protected void getSpecifityRules()
- protected void getSpectraData()
- private string getSpectrumIdFormat()
- private void getSpectrumIdentification()
- private PrecursorIon getSpectrumIdentificationItem()
- private void parsePeptideEvidenceCv()
- private string getSpectrumIdentificationItemRef()
- private array getSpectrumIdentificationList()
- protected void getSpectrumIdentificationProtocol()
- private PrecursorIon getSpectrumIdentificationResult()
- private void getSubSample()
- private void getSubstitutionModification()
- private void getThreshold()
- private void getTolerance()
- private void getTranslationTable()
- private void getCv()
- private void getCvList()
- private void getProteinEntryType()
- private void isFilterMatch()
- public void setRankFilter()
- // Inherited methods from PsiXmlTrait
- public void getCvParamName()
- protected void getCvParam()
- protected void getUserParam()
- protected void getAttributeId()
Hierarchy
Uses
Implements
Coverage
Methods | 0% | 0 / 91 |
Lines | 0% | 0 / 739 |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
92 - 95 | UnusedPrivateMethod | Avoid unused private methods such as 'getAffiliation'. |
97 - 100 | UnusedPrivateMethod | Avoid unused private methods such as 'getAmigiousResidue'. |
117 - 120 | UnusedPrivateMethod | Avoid unused private methods such as 'getAnalysisParams'. |
139 - 142 | UnusedPrivateMethod | Avoid unused private methods such as 'getAnalysisSampleCollection'. |
179 - 182 | UnusedPrivateMethod | Avoid unused private methods such as 'getAuditCollection'. |
184 - 187 | UnusedPrivateMethod | Avoid unused private methods such as 'getBibliographicReference'. |
189 - 192 | UnusedPrivateMethod | Avoid unused private methods such as 'getContactRole'. |
194 - 197 | UnusedPrivateMethod | Avoid unused private methods such as 'getCustomisations'. |
285 - 288 | UnusedPrivateMethod | Avoid unused private methods such as 'getDatabaseFilters'. |
290 - 293 | UnusedPrivateMethod | Avoid unused private methods such as 'getDatabaseName'. |
295 - 298 | UnusedPrivateMethod | Avoid unused private methods such as 'getDatabaseTranslation'. |
308 - 346 | CyclomaticComplexity | The method getEnzyme() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
381 - 384 | UnusedPrivateMethod | Avoid unused private methods such as 'getExclude'. |
386 - 389 | UnusedPrivateMethod | Avoid unused private methods such as 'getExternalFormatDocumentation'. |
410 - 413 | UnusedPrivateMethod | Avoid unused private methods such as 'getFilter'. |
415 - 418 | UnusedPrivateMethod | Avoid unused private methods such as 'getFilterType'. |
420 - 423 | UnusedPrivateMethod | Avoid unused private methods such as 'getFragmentArray'. |
430 - 433 | UnusedPrivateMethod | Avoid unused private methods such as 'getFragmentation'. |
435 - 438 | UnusedPrivateMethod | Avoid unused private methods such as 'getFragmentationTable'. |
440 - 443 | UnusedPrivateMethod | Avoid unused private methods such as 'getInclude'. |
445 - 448 | UnusedPrivateMethod | Avoid unused private methods such as 'getInputSpectra'. |
450 - 453 | UnusedPrivateMethod | Avoid unused private methods such as 'getInputSpectrumIdentifications'. |
473 - 476 | UnusedPrivateMethod | Avoid unused private methods such as 'getIonType'. |
478 - 481 | UnusedPrivateMethod | Avoid unused private methods such as 'getMassTable'. |
483 - 486 | UnusedPrivateMethod | Avoid unused private methods such as 'getMeasure'. |
519 - 523 | ElseExpression | The method getModification uses an else expression. Else is never necessary and you can simplify the code to work without else. |
539 - 542 | UnusedPrivateMethod | Avoid unused private methods such as 'getOrganization'. |
544 - 547 | UnusedPrivateMethod | Avoid unused private methods such as 'getParent'. |
625 | LongVariable | Avoid excessively long variable names like $spectrumIdentificationItemRef. Keep variable name length under 20. |
637 - 640 | UnusedPrivateMethod | Avoid unused private methods such as 'getPerson'. |
651 | LongVariable | Avoid excessively long variable names like $proteinDetectionHypothesis. Keep variable name length under 20. |
659 - 662 | UnusedPrivateMethod | Avoid unused private methods such as 'getProteinDetection'. |
716 | LongVariable | Avoid excessively long variable names like $proteinAmbiguityGroup. Keep variable name length under 20. |
750 - 753 | UnusedPrivateMethod | Avoid unused private methods such as 'getProvider'. |
755 - 758 | UnusedPrivateMethod | Avoid unused private methods such as 'getResidue'. |
760 - 763 | UnusedPrivateMethod | Avoid unused private methods such as 'getRole'. |
765 - 768 | UnusedPrivateMethod | Avoid unused private methods such as 'getSample'. |
770 - 830 | CyclomaticComplexity | The method getSearchDatabase() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
770 - 830 | NPathComplexity | The method getSearchDatabase() has an NPath complexity of 480. The configured NPath complexity threshold is 200. |
832 - 835 | UnusedPrivateMethod | Avoid unused private methods such as 'getSearchDatabaseRef'. |
875 - 877 | ElseExpression | The method getSearchModification uses an else expression. Else is never necessary and you can simplify the code to work without else. |
882 - 885 | UnusedPrivateMethod | Avoid unused private methods such as 'getSearchType'. |
933 - 936 | UnusedPrivateMethod | Avoid unused private methods such as 'getSiteRegexp'. |
938 - 948 | UnusedPrivateMethod | Avoid unused private methods such as 'getSoftwareName'. |
950 - 953 | UnusedPrivateMethod | Avoid unused private methods such as 'getSourceFile'. |
1008 - 1011 | UnusedPrivateMethod | Avoid unused private methods such as 'getSpectrumIdentification'. |
1029 - 1031 | ElseExpression | The method getSpectrumIdentificationItem uses an else expression. Else is never necessary and you can simplify the code to work without else. |
1220 - 1223 | UnusedPrivateMethod | Avoid unused private methods such as 'getSubSample'. |
1225 - 1228 | UnusedPrivateMethod | Avoid unused private methods such as 'getSubstitutionModification'. |
1264 - 1267 | UnusedPrivateMethod | Avoid unused private methods such as 'getTranslationTable'. |
1269 - 1272 | UnusedPrivateMethod | Avoid unused private methods such as 'getCv'. |
1274 - 1277 | UnusedPrivateMethod | Avoid unused private methods such as 'getCvList'. |
Checkstyle
Line | Column | Severity | Message |
---|---|---|---|
129 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
129 | 21 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
226 | 24 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
227 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
227 | 42 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
716 | 137 | warning | Line exceeds 120 characters; contains 137 characters |
899 | 83 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
900 | 1 | error | Multi-line function call not indented correctly; expected 16 spaces but found 20 |
900 | 38 | error | Only one argument is allowed per line in a multi-line function call |
900 | 53 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
1030 | 141 | warning | Line exceeds 120 characters; contains 141 characters |
1132 | 132 | warning | Line exceeds 120 characters; contains 132 characters |
1251 | 121 | warning | Line exceeds 120 characters; contains 121 characters |
Tasks
Line | Task |
---|---|
113 | This should link to getProteinDetectionList |
624 | Nothing we can currently do with this data - yet |
Constants
Name | Value |
---|---|
PROTOCOL_SPECTRUM | 'spectrum' |
PROTOCOL_PROTEIN | 'protein' |
Members
private
- $evidence
- $filter
—
array
Filters to apply - $inputs
- $peptides
—
array
Map of Peptide ID => Peptide object from Peptide list - $proteins
—
array
Map of Protin ID => Protein object from DbSequence list
protected
- $xmlReader
Methods
private
- getAffiliation()
- getAmigiousResidue()
- getAnalysisParams()
- getAnalysisSampleCollection()
- getAuditCollection()
- getBibliographicReference()
- getContactRole()
- getCustomisations()
- getCv()
- getCvList()
- getDatabaseFilters()
- getDatabaseName()
- getDatabaseTranslation()
- getEnzyme() — The details of an individual cleavage enzyme should be provided by giving a regular expression or a CV term if a "standard" enzyme cleavage has been performed.
- getEnzymeName()
- getExclude()
- getExternalFormatDocumentation()
- getFileFormat() — The format of the ExternalData file, for example "tiff" for image files.
- getFilter()
- getFilterType()
- getFragmentArray()
- getFragmentTolerance()
- getFragmentation()
- getFragmentationTable()
- getInclude()
- getInputSpectra()
- getInputSpectrumIdentifications()
- getIonType()
- getMassTable()
- getMeasure()
- getOrganization()
- getParent()
- getPeptideEvidence()
- getPeptideEvidenceRef() — Reference to the PeptideEvidence element identified.
- getPeptideHypothesis() — Peptide evidence on which this ProteinHypothesis is based by reference to a PeptideEvidence element.
- getPerson()
- getProteinAmbiguityGroup() — A set of logically related results from a protein detection, for example to represent conflicting assignments of peptides to proteins.
- getProteinDetection()
- getProteinDetectionHypothesis() — A single result of the ProteinDetection analysis (i.e.
- getProteinEntryType()
- getProvider()
- getResidue()
- getRole()
- getSample()
- getSearchDatabaseRef()
- getSearchType()
- getSequenceCollectionPeptides()
- getSequenceCollectionProteins()
- getSiteRegexp()
- getSoftwareName()
- getSourceFile()
- getSpectrumIdFormat() — The format of the spectrum identifier within the source file.
- getSpectrumIdentification()
- getSpectrumIdentificationItem() — An identification of a single (poly)peptide, resulting from querying an input spectra, along with the set of confidence values for that identification.
- getSpectrumIdentificationItemRef() — PeptideEvidence element.
- getSpectrumIdentificationList()
- getSpectrumIdentificationResult()
- getSubSample()
- getSubstitutionModification()
- getThreshold()
- getTolerance()
- getTranslationTable()
- isFilterMatch()
- parsePeptideEvidenceCv()
protected
- getAdditionalSearchParams()
- getAnalysisSoftware()
- getDbSequence()
- getEnzymes() — The list of enzymes used in experiment
- getModification()
- getModificationParams()
- getParentTolerance()
- getPeptide()
- getPeptideSequence()
- getSearchDatabase()
- getSearchModification()
- getSeq()
- getSpecifityRules()
- getSpectraData()
- getSpectrumIdentificationProtocol()
- parseDbSequenceParam()
public
- __construct()
- getAnalysisCollection()
- getAnalysisData()
- getAnalysisProtocolCollection()
- getAnalysisSoftwareList()
- getDataCollection()
- getInputs()
- getProteinDetectionList() — The protein list resulting from a protein detection process.
- getProteinDetectionProtocol()
- getSequenceCollection()
- setRankFilter() — Sets the rank limit for retrieved identifications.
Inherited from pgb_liv\php_ms\Reader\HupoPsi\PsiXmlTrait
protected
- getAttributeId()
- getCvParam() — Creates an array object from a CvParam object
- getUserParam()
public
- getCvParamName() — {@inheritdoc}
History
-
2019-06-14T10:51:32+01:00 (commit #c0ce3f2)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added support for Ensemble Genes
-
2019-04-04T12:35:18+01:00 (commit #2da71d6)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Redundancy tidy
-
2019-04-02T13:48:22+01:00 (commit #f90fad3)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Code tidy
-
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-15T17:11:19+00:00 (commit #d5a1b02)
Author: Andrew Collins (detritus@blueyonder.co.uk) / Commiter: Andrew Collins (detritus@blueyonder.co.uk)
Fixed handling of mixed decoy/target databases when assigning isDecoy
-
2019-01-11T17:59:44+00:00 (commit #f56118f)
Author: Andrew Collins (detritus@blueyonder.co.uk) / Commiter: Andrew Collins (detritus@blueyonder.co.uk)
Added simple filtering by rank to reduce identifications produced
-
2018-09-25T18:01:54+01:00 (commit #beec9f4)
Author: Andrew Collins (detritus@blueyonder.co.uk) / Commiter: Andrew Collins (detritus@blueyonder.co.uk)
Fixed handling of ANY residues in mzidentml and MS-GF+ param generator
-
2018-09-25T17:46:03+01:00 (commit #291246d)
Author: Andrew Collins (detritus@blueyonder.co.uk) / Commiter: Andrew Collins (detritus@blueyonder.co.uk)
Fixed modification residues allowing [ and ] Added support for protein decoys in mzidentml
-
2018-08-15T11:51:17+01:00 (commit #c80de36)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed MzIdentMlReader searching for additional search params if none are present.
-
2018-08-15T11:31:38+01:00 (commit #32b5561)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Improved detection of software package name in MzIdentmlReader
-
2018-06-25T13:27:30+01:00 (commit #41c132a)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added ChargedMassTrait to provide consistent support for mz values. Note breaking charges to setMassCharge
-
2018-01-03T12:05:04+00:00 (commit #9db895a)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added support for a unique identifier on precursors Added support for retrieving mzIdentML spectrumID's
-
2017-12-19T15:28:53+00:00 (commit #218cf30)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added methods to Tolerance for comparing two values
-
2017-12-06T17:10:05+00:00 (commit #d5b69a2)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed Peptide Exon Nucleotide Sizes not being read as an array Fixed proBed blockSizes not writing an array
-
2017-10-31T13:28:09+00:00 (commit #3447212)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed incorrect package name for PsiVerb