hap.py roc curve plot
0
1
Entering edit mode
4.6 years ago

Hi,

I used hap.py to estimate some metrics of my VCF. Now I want to plot these metric in a ROC plot.

hap.py gives me these values : https://github.com/Illumina/hap.py/blob/master/doc/happy.md#roc-curves

For now I use this to generate my ROC

roc <- r %>% ggplot(aes(x=QUERY.FP,y=QUERY.TP))+geom_line()

Is is ok to use these values to plot the ROC ?

hap.py roc • 1.4k views
ADD COMMENT
0
Entering edit mode

Interesting, I am also doing that these days. I was using PRECISION and RECALL for my plots.

ADD REPLY

Login before adding your answer.

Traffic: 3164 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6