Add that ConcordanceTable into this table.
Add that ConcordanceTable into this table.
ConcordanceTable
this
Add single genotype-genotype comparison into this table.
Add single genotype-genotype comparison into this table.
Tuple of (test, truth) GenotypeType
this
Overally genotype concordance, or the percentage of identical genotypes (including homozygous reference calls)
Get single table entry at (test, truth)
Non-reference concordance or NRC is similar to NRS, but requires strict zygosity matching in the numerator.
Non-reference discrepancy is a measure of discrepant calls, excluding matching homozygous reference genotypes, which are easier to call.
Non-reference sensitivity or NRS is a site-level variant sensitivity metric.
Precision metric.
Precision metric. This metric is similar to NRC but with "test" and "truth" reversed.
Alias for nonReferenceConcordance
Total of all entries indexed by the cartesian product of test and truth
Helper class for maintaining the genotype concordance table and computing the relevant metrics. Table is indexed by genotype zygosity. Many of the metrics are based on the GATK GenotypeConcordance Walker Table is organized as test vs. truth, i.e. rows correspond to "test" genotypes, columns to "truth" genotypes.