knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
{fedupShiny}
is an R Shiny implementation of the Bioconductor {fedup}
package
developed with the {golem}
framework.
Source code can be found here.
Install and run {fedupShiny}
in R as follows:
# install.packages("devtools") devtools::install_github("rosscm/fedupShiny") fedupShiny::run_app()
To deploy {fedupShiny}
via Docker, first clone this repo locally:
git clone https://github.com/rosscm/fedupShiny.git
Build the image by running this command in the app's home directory (where the Dockerfile is stored):
docker build -t rosscm-fedupshiny .
And run the container:
docker run -d -p 80:80 rosscm-fedupshiny
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.