You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We weren't able to find any clear documentation on how to use QUAL, and FILTER so those were ignored
If there's no documentation in the caller, then you should use the specifications definitions of those fields:
6. QUAL — quality: Phred-scaled quality score for the assertion made in ALT. i.e. −10log10 prob(call in ALT is
wrong). If ALT is ‘.’ (no variant) then this is −10log10 prob(variant), and if ALT is not ‘.’ this is −10log10
prob(no variant). If unknown, the MISSING value must be specified. (Float)
7. FILTER — filter status: PASS if this position has passed all filters, i.e., a call is made at this position.
Otherwise, if the site has not passed all filters, a semicolon-separated list of codes for filters that fail. e.g.
“q10;s50” might indicate that at this site the quality is below 10 and the number of samples with data is below
50% of the total number of samples. ‘0’ is reserved and must not be used as a filter String. If filters have
not been applied, then this field must be set to the MISSING value. (String, no white-space or semi-colons
permitted, duplicate values not allowed.)
It seems unfair to penalise callers for following the VCF file format specifications.
QUAL could be ignored if you just want the 'default' call set but it can be used for generating ROC curves instead of single points for each caller.
FILTER should definitely be respected as those calls are not part of the 'default' call set for the caller - the caller itself already thinks they are bad for the reason specified in the FILTER field.
The text was updated successfully, but these errors were encountered:
d-cameron
changed the title
Benchmark is unrepresentive of results for some callers
Benchmark is unrepresentative of results for some callers
Nov 24, 2020
d-cameron
changed the title
Benchmark is unrepresentative of results for some callers
FILTER and QUAL should be taken into account
Nov 26, 2020
If there's no documentation in the caller, then you should use the specifications definitions of those fields:
It seems unfair to penalise callers for following the VCF file format specifications.
QUAL could be ignored if you just want the 'default' call set but it can be used for generating ROC curves instead of single points for each caller.
FILTER should definitely be respected as those calls are not part of the 'default' call set for the caller - the caller itself already thinks they are bad for the reason specified in the FILTER field.
The text was updated successfully, but these errors were encountered: