getRoc
compares simulation truth and data analysis results to
determine False Positives (FP), False Negatives (FP), True Positives
(TP), True Negatives (TN), Positives (FP+TP), False Discovery
Proportion (FP/P) and Power (TP/(TP+FN)).
getRoc(simTruth, decision)
FALSE
or 0 for non differential expression, TRUE
or 1
for differential expression)data.frame
with TP, FP, TN, FN, P, FDR and Power.
signature(simTruth='logical',decision='logical')
signature(simTruth='numeric',decision='numeric')
signature(simTruth='matrix',decision='matrix')
simTruth
and decision
contain truth and calls for
several simulations (in columns).
getRoc
returns a data.frame with operating characteristics
in each simulation.
## See help(probNonEquiv) for an example
Run the code above in your browser using DataLab