Plotting a ROC curve #87
ACEnglish
started this conversation in
vcf2df Recipes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If your call data has quality scores, you can plot a ROC curve using truvari results. After running
truvari bench
andtruvari vcf2df
, run the following to make your ROC curve. I'll be using BioGraph results here.That flat tail on the curve indicates a quality score threshold could be applied to the calls to help boost the specificity. Let's look at the quality score distribution to see where that could happen.
It seems that this result has SVs with
QUAL==0
butFILTER==PASS
. These calls should be removed. (Note that this turned out to be a bug in BioGraph and was fixed.)Beta Was this translation helpful? Give feedback.
All reactions