summary.compareDA | R Documentation |
Summary differential analysis methods comparison results
## S3 method for class 'compareDA'
summary(
object,
sort = c("score", "auc", "fpr", "power"),
boot = TRUE,
boot_n = 1000L,
prob = c(0.05, 0.95),
...
)
object |
an |
sort |
character string specifying sort method. Possibilities are
"score" which is calculated as |
boot |
logical, whether use bootstrap for confidence limites of the
score, default |
boot_n |
integer, number of bootstraps, default 1000L. |
prob |
two length numeric vector, confidence limits for score, default
|
... |
extra arguments affecting the summary produced. |
a data.frame
containing measurements for differential analysis
methods:
call
: differential analysis commands.
auc
: area under curve of ROC.
fpr
: false positive rate
power
: empirical power.
fdr
: false discover7y rate.
score
: score whch is calculated as (auc - 0.5) * power - fdr
.
score_*
: confidence limits of score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.