knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
A Shiny app to explore DNA methylation age models over Alu repeat elements
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("RichardJActon/ShinyAluExplorer")
First load the package then start the App:
library(ShinyAluExplorer) shinyAluExplorer() ## basic example code
Then load the Alu age model data inot the app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.