Description Usage Arguments Value Author(s) See Also Examples
View source: R/PerformanceMetrics.R
This function takes as input a SummarizedBenchmark
object, extracts the
estimated performance metrics and reformats them into a long-formated data frame.
1 | tidyUpMetrics(object)
|
object |
A |
A tidy data.frame
Alejandro Reyes
1 2 3 4 5 6 7 | data( "sb", package="SummarizedBenchmark" )
sb <- estimateMetricsForAssay( sb, assay="qvalue", evalMetric="rejections",
evalFunction=function( query, truth, alpha=0.1 ){
sum( query < alpha )
},
addColData=TRUE )
tidyUpMetrics( sb )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.