This is a test version of Biostars. For the public version, visit https://www.biostars.org.
hap.py roc curve plot

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

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

0 answers

No answers yet.

Log in to answer this question.