ROC
Receiver Operator Characteristic


ROC is a FORTRAN90 program which computes the Receiver Operator Characteristic ("ROC") for a sequence analsysis program.

The program can also produce generic plot files of the percentages of the negative and positive results as the score threshhold is varied. These files can be converted into PostScript files by calling PLOT_TO_PS.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

ROC is available in a FORTRAN90 version.

Source Code:

Examples and Tests:

ROC needs a search result file to analyze. Four "generic" files are included, which are tiny examples of "fake data" that make it easier to understand. Four other search result files of real data will show you how complicated it can be to extract the information we need. Search result files you may copy include:

Along with a search result file, ROC needs a file that lists the "good" items, that is, the items that do belong to the class of interest. (This file may include many extra names that don't show up in the search list.) "Good" files you may copy include:

Sample run #1:

Sample run #2:

Sample run #3:

Sample run #4:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 01 May 2007.