Description Usage Arguments Details Value Author(s) References Examples
These functions construct a widget that allow users to visually explore a data package of Bioconductor and read selected elements to R
1 2 3 4 | DPExplorer(pkgName = "", title = "BioC Data Package Explorer", getFocus
= TRUE)
getTopLevel(title)
loadDataPkg(pkgName)
|
pkgName |
|
title |
|
getFocus |
|
If pkgName
is not provided when DPExplorer
is
called, an entry box is available for users to put a pkgName
in
later. In either cases, the data package specified by pkgName
should have been loaded.
getTopLevel
creates a top level window for the widget.
loadDataPkg
filters out valid environment objects from a
data package.
If only one key is selected, DPExplorer
returns a vector
of one to more elements. If more than one key is selected,
loadDataPkg
returns a list of vectors.
getTopLevel
returns a tkwin object for the top level
window.
loadDataPkg
returns a vector of character strings for
available data environments.
Jianhua Zhang
Documents for a Bioconductor data package
1 2 3 | if(interactive() && require("hgu95av2", character.only = TRUE)){
DPExplorer("hgu95av2")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.