Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 1 kb
GeneTonic.Rproj 100644 0 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 1 kb
README.Rmd 100644 1 kb
README.md 100644 1 kb
README.md
<!-- README.md is generated from README.Rmd. Please edit that file --> # GeneTonic <!-- badges: start --> <!-- [![](https://bioconductor.org/shields/build/devel/bioc/GeneTonic.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GeneTonic/) --> [![](https://img.shields.io/github/last-commit/federicomarini/GeneTonic.svg)](https://github.com/federicomarini/GeneTonic/commits/master) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) [![Travis build status](https://travis-ci.org/federicomarini/GeneTonic.svg?branch=master)](https://travis-ci.org/federicomarini/GeneTonic) <!-- badges: end --> The goal of GeneTonic is to … ## Installation You can install the released version of GeneTonic from [CRAN](https://CRAN.R-project.org) with: ``` r install.packages("GeneTonic") ``` ## Example This is a basic example which shows you how to solve a common problem: ``` r library(GeneTonic) ## basic example code ```