pgb_liv\php_ms\Reader\FastaEntry\EnsembleFastaEntry
FASTA entry parser to map Ensemble header to protein elements
- Author: Andrew Collins
Synopsis
class EnsembleFastaEntry
implements
FastaInterface
{
- // constants
- const CHROMOSOME = 'chromosome';
- const GENE = 'gene';
- const GENE_BIOTYPE = 'gene_biotype';
- const GENE_SYMBOL = 'gene_symbol';
- const TRANSCRIPT = 'transcript';
- const TRANSCRIPT_BIOTYPE = 'transcript_biotype';
- const DESCRIPTION = 'description';
- // methods
- public static void parseIdentifier()
- public void getProtein()
Hierarchy
Coverage
Methods | 0% | 0 / 2 |
Lines | 0% | 0 / 73 |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
70 - 149 | CyclomaticComplexity | The method getProtein() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10. |
70 - 149 | NPathComplexity | The method getProtein() has an NPath complexity of 324. The configured NPath complexity threshold is 200. |
78 | StaticAccess | Avoid using static access to class '\pgb_liv\php_ms\Core\Database\DatabaseFactory' in method 'getProtein'. |
116 | StaticAccess | Avoid using static access to class '\pgb_liv\php_ms\Core\Gene' in method 'getProtein'. |
117 - 119 | ElseExpression | The method getProtein uses an else expression. Else is never necessary and you can simplify the code to work without else. |
121 | StaticAccess | Avoid using static access to class '\pgb_liv\php_ms\Core\Database\EnsembleGDatabase' in method 'getProtein'. |
134 | StaticAccess | Avoid using static access to class '\pgb_liv\php_ms\Core\Database\EnsembleTDatabase' in method 'getProtein'. |
Constants
Name | Value |
---|---|
CHROMOSOME | 'chromosome' |
GENE | 'gene' |
GENE_BIOTYPE | 'gene_biotype' |
GENE_SYMBOL | 'gene_symbol' |
TRANSCRIPT | 'transcript' |
TRANSCRIPT_BIOTYPE | 'transcript_biotype' |
DESCRIPTION | 'description' |
Methods
public
- getProtein() — {@inheritdoc}
- parseIdentifier()
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:15:00+01:00 (commit #984f154)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Clean up
-
2019-04-04T11:42:00+01:00 (commit #26a21ad)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Refined database support model Updated PEFF support to be compliant
-
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