Package picard.arrays
Class BafRegressMetrics
java.lang.Object
htsjdk.samtools.metrics.MetricBase
picard.arrays.BafRegressMetrics
@DocumentedFeature(groupName="Metrics",
summary="Metrics")
public class BafRegressMetrics
extends htsjdk.samtools.metrics.MetricBase
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe call rate of the sample (number of non-missing genotypes)doubleThe estimate of contamination from the model (on the 0.0-1.0 scale)doubleThe log p-value of the estimateintThe number of homozygous genotypes used to fit the modeldoubleThe p-value of the estimateThe sample namedoubleThe standard error of the estimatedoubleThe test statistic for the estimate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class htsjdk.samtools.metrics.MetricBase
equals, hashCode, toString
-
Field Details
-
SAMPLE
The sample name -
ESTIMATE
public double ESTIMATEThe estimate of contamination from the model (on the 0.0-1.0 scale) -
STDERR
public double STDERRThe standard error of the estimate -
TVAL
public double TVALThe test statistic for the estimate -
PVAL
public double PVALThe p-value of the estimate -
LOG10_PVAL
public double LOG10_PVALThe log p-value of the estimate -
CALL_RATE
public double CALL_RATEThe call rate of the sample (number of non-missing genotypes) -
NHOM
public int NHOMThe number of homozygous genotypes used to fit the model
-
-
Constructor Details
-
BafRegressMetrics
public BafRegressMetrics()
-