public class TheoreticalSensitivityMetrics
extends htsjdk.samtools.metrics.MetricBase
Modifier and Type | Field and Description |
---|---|
double |
ALLELE_FRACTION
The allele fraction which theoretical sensitivity is calculated for.
|
double |
LOG_ODDS_THRESHOLD
Log-likelihood ratio is used as a threshold to distinguish a positive site with a given allele fraction from HOM_REF.
|
int |
SAMPLE_SIZE
Number of samples drawn at each depth in the depth distribution.
|
double |
THEORETICAL_SENSITIVITY
Estimation of sensitivity at a particular allele fraction.
|
int |
THEORETICAL_SENSITIVITY_Q
Phred-scaled value of 1-THEORETICAL_SENSITIVITY.
|
Constructor and Description |
---|
TheoreticalSensitivityMetrics() |
public double ALLELE_FRACTION
public double THEORETICAL_SENSITIVITY
public int THEORETICAL_SENSITIVITY_Q
public double LOG_ODDS_THRESHOLD
public int SAMPLE_SIZE