I'm testing different methods for carrying out variant calling with HIV sequencing data and want to compare the performance of each method. I have true and false positive counts for each method but have no way of calculating the true negative or false negative counts as I don't know the truth (true and false positive counts are estimated based on some heuristics).
I was originally assessing the performance of each method by simply taking the ratio of the true positive (TP) and false positive (FP) counts but my professor suggested I instead calculate the value of (FP-TP)/(FP+TP) for each method. I've never heard of this metric before and he forgets if it has a specific name or not. Does anyone know the name for this metric, if it even has a name?
Also open to suggestions of other ways I could assess the performance of my different methods.