OpenMS
Loading...
Searching...
No Matches
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))
int main(int argc, const char **argv)
Definition FLASHDeconvWizard.cpp:99

The command line parameters of this tool are:

INI file documentation of this tool: