miaDash is a web app that provides an interface to build and explore
TreeSummarizedExperiment
(TreeSE) objects by means of iSEE.
miaDash()
An iSEE
app with a custom landing page to
build TreeSE objects and explore mia datasets.
app <- miaDash()
if (interactive()) {
shiny::runApp(app)
}