auac:
Function to culculate the Area Under the Accumulation Curve (AUAC)
Description
Function to calculate the Area Under the Accumulation Curve (AUAC).
Usage
auac(x, y, decreasing=TRUE, top=1.0)
Arguments
x
a vector for scores
y
a vector for labels (0:inactive, 1:active)
decreasing
TRUE if the compounds are ranked by decreasing score
top
threshold ratio of the false positives (when ROC analysis is performed on a top list)
Value
AUAC, in the range from 0 to 1.
Details
References
Truchon et al. Evaluating Virtual Screening Methods: Good and Bad Metrics for the "Early Recognition" Problem. J. Chem. Inf. Model. (2007) 47, 488-508.