pgb_liv\php_ms\Core\ProteinEntry\ChromosomeProteinEntry
A protein entity object for adding references to a protein object.
Allows items such as peptides to link to specific sections of a protein string
- Author: Andrew Collins
Synopsis
- // members
- private array $starts = ;
- private $end;
- private $blockCount;
- private array $blockSizes = ;
- // methods
- public void getChromosomePositionsStart()
- public void getChromosomePositionEnd()
- public void getChromosomeBlockCount()
- public void getChromosomeBlockSizes()
- public void setChromosomePositionsStart()
- public void setChromosomePositionEnd()
- public void setChromosomeBlockCount()
- public void setChromosomeBlockSizes()
- // Inherited methods from ProteinEntry
- public void __construct()
- public Protein getProtein()
- public void setStart()
- public int getStart()
- public void setEnd()
- public int getEnd()
Hierarchy
Coverage
Methods | 100% | 8 / 8 |
Lines | 100% | 28 / 28 |
Violations
Checkstyle
Line | Column | Severity | Message |
---|---|---|---|
81 | 1 | error | Multi-line function call not indented correctly; expected 16 spaces but found 20 |
81 | 106 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
92 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
92 | 93 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
102 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
102 | 90 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
110 | 36 | error | Whitespace found at end of line |
113 | 1 | error | Multi-line function call not indented correctly; expected 16 spaces but found 20 |
113 | 103 | error | Closing parenthesis of a multi-line function call must be on a line by itself |
Members
private
- $blockCount
—
int
Chromosome block count - $blockSizes
—
array
Chromosome block sizes - $end
—
int
Chromosome end position - $starts
—
array
Chromosome start positions
Methods
public
- getChromosomeBlockCount()
- getChromosomeBlockSizes()
- getChromosomePositionEnd()
- getChromosomePositionsStart()
- setChromosomeBlockCount()
- setChromosomeBlockSizes()
- setChromosomePositionEnd()
- setChromosomePositionsStart()
Inherited from pgb_liv\php_ms\Core\ProteinEntry\ProteinEntry
public
- getEnd() — Gets the end position of the parent object inside the protein
- getProtein() — Gets the encapsulated protein
- getStart() — Gets the start position of the parent object inside the protein
- setEnd() — Sets the end position of the parent object inside the protein
- setStart() — Sets the start position of the parent object inside the protein
History
-
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-25T11:32:31+01:00 (commit #ccae3f8)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed various documentation and import issues
-
2017-10-25T10:48:04+01:00 (commit #bc3ca36)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added unit tests
-
2017-10-24T16:05:10+01:00 (commit #b2240f0)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Tweaked PHPMD rules
-
2017-10-12T12:30:54+01:00 (commit #9a5386a)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed Sonar issues
-
2017-10-12T11:54:29+01:00 (commit #c1a6d58)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Added support for multiple proteins on peptide identifications Added support for Chromosome objects on proteins Added support for writing proBedFiles