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

ShinyAluExplorer

A Shiny app to explore DNA methylation age models over Alu repeat elements

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("RichardJActon/ShinyAluExplorer")

Loading the App

First load the package then start the App:

library(ShinyAluExplorer)
shinyAluExplorer()
## basic example code

Then load the Alu age model data inot the app



RichardJActon/ShinyAluExplorer documentation built on July 7, 2020, 9:01 p.m.