Description Usage Arguments Value Methods (by class) Examples
Opens a shiny GUI to analyze and visualize bicluster analyses.
1 2 3 4 5 6 7 8 9 10 11 12 13 | biclusterGUI(obj = NULL, ...)
## S4 method for signature 'BiclusterExperiment'
biclusterGUI(obj = NULL, ...)
## S4 method for signature 'ExpressionSet'
biclusterGUI(obj = NULL, ...)
## S4 method for signature 'missing'
biclusterGUI(obj = NULL, ...)
## S4 method for signature 'ANY'
biclusterGUI(obj = NULL, ...)
|
obj |
a BiclusterExperiment, an ExpressionSet, or an object coercible to a matrix. If missing, the user must import data from a comma- or space-delimited file using the GUI. |
... |
Other parameters. |
A Shiny app object
BiclusterExperiment
: Default method
ExpressionSet
: Coerces obj
to a
BiclusterExperiment-class
object and runs GUI
missing
: Runs GUI without pre-loading a dataset. Use the
"Data" tab to load data.
ANY
: Attempts to encapsulate obj
in a
BiclusterExperiment-class
object and pass it to the GUI
1 2 3 4 5 | ## Not run: biclusterGUI()
biclusterGUI(yeast_benchmark[[1]])
biclusterGUI(BiclusterExperiment(yeast_benchmark[[1]]))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.