Description Usage Value Examples
The function GetGUIstatus
can be used in scripts to get the activation status of the IsoCorrectoR GUI (logical, FALSE for closed, TRUE for active).
It is required if the GUI is to be started e.g. via a bash script without manually starting an R session.
1 |
Returns the activation status of the IsoCorrectoR GUI. FALSE represents closed and TRUE represents active state. Returns NULL if GUI has not been started.
1 2 3 | # this function is never called directly but BiocCheck() requires a runnable example.
status<-GetGUIstatus()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.