pgb_liv\php_ms\Statistic\FalseDiscoveryRate
Class for calculating False Discovery Rate (FDR) from a object scores
- Author: Andrew Collins
Synopsis
- // members
- private boolean $fdrTable = true;
- private array $falseDiscoveryRates = ;
- private $fdrKey = null;
- private integer $falsePositives = 0;
- private integer $discoveryCount = 0;
- // methods
- public void setFdrTableUsage()
- public void setFdrKey()
- public void getScore()
- public void getMatches()
- public array getFalseDiscoryRates()
- public void calculate()
- public void getFdrAll()
- public float getFdr()
- public float getFdrScore()
- public void reset()
- private boolean isDecoy()
Coverage
Methods | 9.09% | 1 / 11 |
Lines | 0% | 0 / 83 |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
219 - 227 | ElseExpression | The method isDecoy uses an else expression. Else is never necessary and you can simplify the code to work without else. |
Members
private
- $discoveryCount
- $falseDiscoveryRates
- $falsePositives
- $fdrKey
- $fdrTable
Methods
private
- isDecoy() — Identifies whether the identification is a decoy or not.
public
- calculate() — Alias of getFdrAll
- getFalseDiscoryRates() — Gets the array of FDR rates, FDR => Score
- getFdr() — Gets the FDR for the specified identification.
- getFdrAll() — Calculates the FDR of all identifications, and stores them depending on options used for this instance.
- getFdrScore() — Gets the FDR for the specified score
- getMatches() — Gets the number of matches for the target FDR
- getScore() — Gets the score that corresponds to the target FDR
- reset() — Resets the cummulative FDR tallies for this instance.
- setFdrKey() — Sets the key that should be used to record the FDR as an identification score element.
- setFdrTableUsage() — Sets whether the FDR table is available, used by getScore/getMatches.
History
-
2019-07-10T11:49:55+01:00 (commit #4e2d0ff)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Fixed bad method call in FDR calculator Added remote host usage to MS-GF+ search
-
2019-06-18T11:53:45+01:00 (commit #5bdb713)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Tidied FDR
-
2019-06-10T12:08:27+01:00 (commit #92a673e)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Upgraded FDR to allow calculating FDR by passing individual identifications or scores
-
2019-05-10T12:23:38+01:00 (commit #f15912d)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Adjusted FDR calculator to allow inline labelling of rate
-
2019-04-02T11:54:45+01:00 (commit #c7d351b)
Author: detritus (detritus@blueyonder.co.uk) / Commiter: detritus (detritus@blueyonder.co.uk)
Code tidy
-
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