public class TargetDecoySeries extends Object
| Constructor and Description |
|---|
TargetDecoySeries(HashMap<Double,TargetDecoyPoint> hitMap)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBenefit()
Returns the benefit series.
|
double[] |
getConfidence()
Returns the confidence series.
|
double[] |
getConfidenceLog()
Returns the confidence log series.
|
void |
getConfidenceResults(TargetDecoyResults targetDecoyResults)
Completes the results at the desired confidence threshold.
|
double[] |
getFDR()
Returns the FDR series.
|
void |
getFDRResults(TargetDecoyResults targetDecoyResults)
Completes the results at the desired FDR threshold.
|
double[] |
getFNR()
Returns the probabilistic FNR series.
|
void |
getFNRResults(TargetDecoyResults targetDecoyResults)
Completes the results at the desired FNR threshold.
|
double[] |
getnDecoy()
Returns the decoy series of the target decoy histogram.
|
double[] |
getnTarget()
Returns the target series of the target decoy histogram.
|
double[] |
getPEP()
Returns the score series.
|
double[] |
getScores()
Returns the score series.
|
double[] |
getScoresLog()
Returns the log score series.
|
double[] |
getTdBins()
Returns the target decoy bins to use for the histogram.
|
public TargetDecoySeries(HashMap<Double,TargetDecoyPoint> hitMap)
hitMap - a map as present in target decoy mapspublic void getFDRResults(TargetDecoyResults targetDecoyResults)
targetDecoyResults - the results containing the thresholdpublic void getConfidenceResults(TargetDecoyResults targetDecoyResults)
targetDecoyResults - the results containing the thresholdpublic void getFNRResults(TargetDecoyResults targetDecoyResults)
targetDecoyResults - the results containing the thresholdpublic double[] getTdBins()
public double[] getnTarget()
public double[] getnDecoy()
public double[] getFDR()
public double[] getConfidence()
public double[] getConfidenceLog()
public double[] getBenefit()
public double[] getFNR()
public double[] getScores()
public double[] getScoresLog()
public double[] getPEP()
Copyright © 2021. All rights reserved.