benchmark | R Documentation |
Returns the precision-recall curves and tables of precision-recall values of benchmark analysis using CITEdb
benchmark(assess)
assess |
text files with predicted cell-cell interactions |
the precision-recall curves and tables of precision-recall values
library(ggplot2) library(dplyr) library(yardstick) library(benchmark) #load example data data('Default.sum') #benchmark one algorithm benchmark(Default.sum[[1]]) #benchmark multiple algorithms at once input = do.call(rbind,Default.sum) benchmark(asses=input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.