<!-- README.md is generated from README.Rmd. Please edit that file -->
# GeneTonic
<!-- badges: start -->
<!-- [](https://bioconductor.org/checkResults/devel/bioc-LATEST/GeneTonic/) -->
[](https://github.com/federicomarini/GeneTonic/commits/master)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://travis-ci.org/federicomarini/GeneTonic)
[](https://codecov.io/github/federicomarini/GeneTonic)
<!-- badges: end -->
The goal of GeneTonic is to …
## Installation
You can install the released version of GeneTonic from … with:
``` r
library("remotes")
remotes::install_github("federicomarini/GeneTonic",
dependencies = TRUE, build_vignettes = TRUE)
```
## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(GeneTonic)
## basic example code
```
## Usage overview
You can find the rendered version of the documentation of `GeneTonic` at
the project website <https://federicomarini.github.io/GeneTonic>,
created with `pkgdown`.
## Development
If you encounter a bug, have usage questions, or want to share ideas and
functionality to make this package better, feel free to file an
[issue](https://github.com/federicomarini/GeneTonic/issues).
## Code of Conduct
Please note that the `GeneTonic` project is released with a [Contributor
Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project,
you agree to abide by its terms.
## License
MIT © Federico Marini