bicgo: bicgo: Open a Shiny Application for manual/interactive...

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
9
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)

}

interactiveDisplay documentation built on Nov. 8, 2020, 6:31 p.m.