Shiny apps on Atgenomix SeqsLab
This package is the collection of Shiny apps on Atgenomix SeqsLab
- Start by using Shiny modules
as the basic components. Then, assemble them into a Shiny app.
Each Shiny app is an exported function of this package.
app_xxx.R
: A Shiny appmod_xxx.R
: The Shiny modules
- Code style follows Tidyverse style guide.