Description Usage Arguments Value See Also Examples
This opens a shiny visualization application in the browser based on ...
1 |
object |
data object to display |
... |
additional arguments passed to methods; currently unused. |
Any ...
http://bioconductor.org/packages/2.13/bioc/html/interactiveDisplay.html
1 2 3 4 5 6 7 8 | if(interactive()) {
## Open an browser application for the purpose of manually biclustering an
## ExpressionSet object and obtaining a GO summary for a specific bicluster.
simplenet(mtcars)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.