Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
<img src="inst/app/www/disco_64.png"> DiscoRhythm - Discovering Rhythmicity ==================================== **An R Package for Discovering Rhythmicity in Biological Data with an Interactive Web Interface** ## Getting Started Access the DiscoRhythm web application through the [public server](https://disco.camh.ca). Install DiscoRhythm locally for improved performance. See the [tutorial](https://bioconductor.org/packages/3.9/bioc/vignettes/DiscoRhythm/inst/doc/disco_workflow_vignette.html) for details on usage of the web application and R package. See [DiscoRhythm on Bioconductor](https://bioconductor.org/packages/3.9/bioc/html/DiscoRhythm.html) for more details. ### R Package Installation To install the DiscoRhythm R package from Bioconductor: ``` if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("DiscoRhythm") ``` Or install the latest version from GitHub: ``` library(devtools) install_github("matthewcarlucci/DiscoRhythm", build_vignettes=TRUE) ``` ### Usage with Docker If [docker](https://docs.docker.com/install/) is installed, the [DiscoRhythm container on Docker Hub](https://hub.docker.com/r/mcarlucci/discorhythm) can be used to run the DiscoRhythm web application.