simplenet {interactiveDisplay}R Documentation

simplenet: Open a Shiny Application for ...

Description

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

Usage

simplenet(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


if(interactive()) {

## Open an browser application for the purpose of manually biclustering an  
## ExpressionSet object and obtaining a GO summary for a specific bicluster.

simplenet(mtcars)

}


[Package interactiveDisplay version 1.32.0 Index]