knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

scAgeComShiny

Lifecycle: stable

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.

Installation

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()

Reference

This shiny app has been built with golem.



CyrilLagger/scAgeComShiny documentation built on April 14, 2025, 8:34 a.m.