Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
FFEval

Evaluation tool for feature detection algorithms.

To plot the ROC curve you might use:

d = read.table("data.roc", skip=1, sep="\t")
plot(d[,3],d[,4], xlim=c(0,1),ylim=c(0,1), xlab="FDR",ylab="TPR",main="ROC with varying intensity")
lines(c(0,1),c(0,1))

The command line parameters of this tool are:

INI file documentation of this tool:


OpenMS / TOPP release 1.11.1 Documentation generated on Mon Aug 18 2014 14:41:10 using doxygen 1.8.7