Nothing
The goal of FAST.R is to launch a user-friendly R shiny app to perform the data analysis and visualization for the Fully Automated Senescence Test (FAST) workflow. For a step-by-step protocol and simple, no-code installation, go to this page.
You can install the CRAN version of FAST.R from CRAN with:
install.packages("FAST.R")
You can install the development version of FAST.R from GitHub with:
# install.packages("devtools")
devtools::install_github("f-neri/FAST.R")
To launch the app, use FAST.R()
library(FAST.R)
FAST.R()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.