bicgo {interactiveDisplay} | R Documentation |
This opens a shiny visualization application in the browser based on the submitted ExpressionSet object.
bicgo(object, ...)
object |
data object to display |
... |
additional arguments passed to methods; currently unused. |
Any ExpressionSet object.
http://bioconductor.org/packages/2.13/bioc/html/interactiveDisplay.html
if(interactive()) { ## Open an browser application for the purpose of manually biclustering an ## ExpressionSet object and obtaining a GO summary for a specific bicluster. data(expr) bicgo(expr) }