Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicomarini/bettr
A better way to explore what is best
https://github.com/federicomarini/bettr
Last synced: 21 days ago
JSON representation
A better way to explore what is best
- Host: GitHub
- URL: https://github.com/federicomarini/bettr
- Owner: federicomarini
- License: other
- Created: 2019-03-19T15:23:44.000Z (over 5 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-18T07:52:13.000Z (6 months ago)
- Last Synced: 2024-09-19T06:48:11.288Z (about 2 months ago)
- Language: R
- Size: 3.86 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `bettr`: a better way to explore what is best
[![R-CMD-check](https://github.com/federicomarini/bettr/workflows/R-CMD-check/badge.svg)](https://github.com/federicomarini/bettr/actions)
[![Codecov.io coverage status](https://codecov.io/github/federicomarini/bettr/coverage.svg?branch=devel)](https://codecov.io/github/federicomarini/bettr)As new (computational) methods come along, it becomes essential to compare
their performance to existing ones via objective and fair benchmarking.In a benchmarking study, typically many different performance metrics are
calculated and used to reflect different aspects of performance.
These performance metrics can then be combined into one "overall" ranking.
However, not all aspects are equally important to everyone, and thus there is
more than one "right" way of aggregating metrics in order to rank methods.`bettr` is our proposal to perform this aggregation in an interactive way,
allowing the user to focus on the aspects that are most important to them,
and use different types of visualization approaches, enhancing the final
overview of the benchmarking process.The screenshots below display two of the representations provided by
`bettr`, using data from the benchmark of single-cell clustering methods
performed by [Duo et al (2018)](https://f1000research.com/articles/7-1141).
## Installation
`bettr` can be installed from Bioconductor (from release 3.19 onwards):
``` r
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")BiocManager::install("bettr")
```## Usage
For more details on how to use `bettr`, we refer to the
[vignette](https://federicomarini.github.io/bettr/articles/bettr.html).
If you have questions or run into problems, feel free to open an
[issue](https://github.com/federicomarini/bettr/issues).