Hello,
I am using dwgsim_eval to evaluate different mapper's performance on my simulated reads. I want to plot a ROC graph about the result, so I need to calculate True Positive Rate (TPR) and False Positive Rate (FPR) for each mapping quality threshold. I guess TPR should be column 17 ("sensitivity
# (mc' / (mc' + mi' + mu')) | sensitivity: the fraction of reads that should be mapped that are mapped correctly at or greater than the threshold"), then how should I calculate FPR? Thanks!
BTW:
I am quite confused with the following 3 definitions:
# mu | the number of reads unmapped that should be mapped be mapped at the threshold
# um | the number of reads mapped that should be unmapped be mapped at the threshold
# uu | the number of reads unmapped that should be unmapped be mapped at the threshold
I am using dwgsim_eval to evaluate different mapper's performance on my simulated reads. I want to plot a ROC graph about the result, so I need to calculate True Positive Rate (TPR) and False Positive Rate (FPR) for each mapping quality threshold. I guess TPR should be column 17 ("sensitivity
# (mc' / (mc' + mi' + mu')) | sensitivity: the fraction of reads that should be mapped that are mapped correctly at or greater than the threshold"), then how should I calculate FPR? Thanks!
BTW:
I am quite confused with the following 3 definitions:
# mu | the number of reads unmapped that should be mapped be mapped at the threshold
# um | the number of reads mapped that should be unmapped be mapped at the threshold
# uu | the number of reads unmapped that should be unmapped be mapped at the threshold
Comment