forked from samtools/bcftools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept that comparing next-best vs best score is an improvement in genotype assignment accuracy for most instruments, but on PacBio the old reference vs best score is better as reducing FN to such an extent that it helps the FN vs FP ratio. Hence we now compute both and have a x*r + (1-x)*n construction to mix the two scores together and a new --score-vs-ref parameter (x). Also added a -X bgi profile, although it's much the same as Illumina. (Needs more tuning still for SNPs.)
- Loading branch information
1 parent
c336377
commit eaed53b
Showing
4 changed files
with
225 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.