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

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
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

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

}

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