bicgo {interactiveDisplay}R Documentation

bicgo: Open a Shiny Application for manual/interactive biclustering and GO exploration

Description

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

Usage

bicgo(object, ...)

Arguments

object

data object to display

...

additional arguments passed to methods; currently unused.

Value

Any ExpressionSet object.

See Also

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

Examples


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)

}


[Package interactiveDisplay version 1.18.0 Index]