xxx
DO NOT REMOVE.
Usage
MagellanNTK_ui(id)
MagellanNTK_server(
id,
dataIn = reactive({
NULL
}),
workflow.path = reactive({
NULL
}),
workflow.name = reactive({
NULL
}),
verbose = FALSE,
usermod = "dev"
)
MagellanNTK(
dataIn = NULL,
workflow.path = NULL,
workflow.name = NULL,
verbose = FALSE,
usermod = "dev",
...
)
Details
The list of customizable funcs (param `funcs`) contains the following items:
These are the default values where each item points to a default fucntion implemented into MagellanNTK.
The user can modify these values by two means: * setting the values in the parameter to pass to the function `MagellanNTK()`, * inside the UI of MagellanNTK, in the settings panels
Examples
if (interactive()) {
MagellanNTK()
}
if (interactive()) {
# launch without initial config
shiny::runApp(MagellanNTK())
}