| fcauc.fptp {ROCS} | R Documentation |
The function plots the ROC curve using user-provided FPR, TPR, FDR values. It shades the area corresponding to acceptable FDR level. The FDR-controlled area under the curve (FCAUC) is calculated for the shaded area.
fcauc.fptp(FP, TP, TDR, FDR.cut = 0.2, do.plot=TRUE)
FP |
Vector of false positive rate. |
TP |
Vector of true positive rate. |
TDR |
Vector of true discovery rate. |
FDR.cut |
The cutoff value of FDR, for the purpose of FCAUC cualculation. |
do.plot |
Whether to generate the plot. |
The FCAUC value is returned.
Tianwei Yu. Email: tianwei.yu@emory.edu.
Yu T (2012) ROCS: Receiver Operating Characteristic Surface for Class-Skewed High-Throughput Data. PLoS ONE 7(7): e40598.
fcauc.x