Learn R Programming

interactiveDisplay (version 1.10.2)

altgr: altgr: Open a Shiny Application for ...

Description

This opens a shiny visualization application in the browser based on ...

Usage

altgr(object, ...)

Arguments

object
data object to display
...
additional arguments passed to methods; currently unused.

Value

  • Any ...

See Also

http://bioconductor.org/packages/2.13/bioc/html/interactiveDisplay.html

Examples

Run this code
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(mmgr)
altgr(mmgr)

}

Run the code above in your browser using DataLab