knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
scAgeComShiny provides a shiny app to explore how intercellular communication changes with age in 23 mouse tissues.
An online version of this app can be accessed here: scagecom.org.
A docker image of the app is available here.
You can run a local version of the website locally as follows.
if(!require(devtools)) install.packages("devtools") devtools::install_github("CyrilLagger/scAgeComShiny")
pkgload::load_all(export_all = FALSE, helpers = FALSE, attach_testthat = FALSE) options("golem.app.prod" = TRUE) scAgeComShiny::run_app()
This shiny app has been built with golem.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.