AssessNA12878 now emits a simplified assessment table by default

-- New report collapses the detailed states in the 5 key states: TP, FP, FN, TN, unknown, such as in the following example:

Name     VariantType  AssessmentType           Count
variant  SNPS         TRUE_POSITIVE                6
variant  SNPS         FALSE_POSITIVE               9
variant  SNPS         FALSE_NEGATIVE            1213
variant  SNPS         TRUE_NEGATIVE              172
variant  SNPS         CALLED_NOT_IN_DB_AT_ALL      0
variant  INDELS       TRUE_POSITIVE               19
variant  INDELS       FALSE_POSITIVE              13
variant  INDELS       FALSE_NEGATIVE             262
variant  INDELS       TRUE_NEGATIVE               57
variant  INDELS       CALLED_NOT_IN_DB_AT_ALL     39

-- Use --detailed to see the previous full version
-- Expanded unittests for Assessment
This commit is contained in:
Mark DePristo 2013-03-01 15:41:30 -05:00
parent b5a07da04c
commit 92ac9e7f65

Diff Content Not Available