/benchmarkR

Tools in R for benchmarking methods (generally on a genome-scale)

Primary LanguageR

benchmarkR

This package comprises tools to visualize benchmarking results (generally for methods used on a genome-scale).

To install the package from github, please run the following code:

source("https://bioconductor.org/biocLite.R")
biocLite("BiocStyle")
library(devtools)
devtools::install_github("markrobinsonuzh/benchmarkR")

PDF vignettes document: benchmarkR.pdf

Build Status