Returns a Shiny app object for ontology annotation. This function does not
launch the app. Please call shiny::runApp()
yourself (see examples).
Examples
if (interactive()) {
app <- build_ont_annot_app()
shiny::runApp(app)
}
Returns a Shiny app object for ontology annotation. This function does not
launch the app. Please call shiny::runApp()
yourself (see examples).
if (interactive()) {
app <- build_ont_annot_app()
shiny::runApp(app)
}