iSEEbug is a web app that provides an interface to build and explore TreeSummarizedExperiment (TreeSE) objects by means of iSEE.

iSEEbug()

Value

An iSEE app with a custom landing page to build TreeSE objects and explore mia datasets.

See also

Examples

app <- iSEEbug()

if (interactive()) {
  shiny::runApp(app)
}