DPExplorer(tkWidgets)
DPExplorer()所属R语言包:tkWidgets
Functions constuct a widget to explore BioC's data packages
功能建设的多维一个widget,探索BioC的数据包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions construct a widget that allow users to visually explore a data package of Bioconductor and read selected elements to R
这些功能构建一个部件,使用户直观地探索的Bioconductor数据,封装和读取选定的元素为R
用法----------Usage----------
DPExplorer(pkgName = "", title = "BioC Data Package Explorer", getFocus
= TRUE)
getTopLevel(title)
loadDataPkg(pkgName)
参数----------Arguments----------
参数:pkgName
pkgName a character string for the name of a Bioconductor's data package that has already been loaded
pkgName1 Bioconductor的数据包的名称的字符串,已被载入
参数:title
title a character string for the title of the widget
title一个widget的标题字符串
参数:getFocus
getFocus a boolean indicating whether a widget should grab the focus
getFocus一个布尔值,指示部件是否应该抓住重点
Details
详情----------Details----------
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.
如果pkgName当DPExplorer被称为输入框可供用户在以后的一个pkgName不提供。在这两种情况下,pkgName指定数据包应该被载入。
getTopLevel creates a top level window for the widget.
getTopLevel创建一个widget的顶层窗口。
loadDataPkg filters out valid environment objects from a data package.
loadDataPkg过滤掉数据包的有效环境中的对象。
值----------Value----------
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.
如果只有一个键被选中,DPExplorer返回一个向量到更多的元素。如果多个键被选中,loadDataPkg返回一个向量的名单。
getTopLevel returns a tkwin object for the top level window.
getTopLevel返回一个顶层窗口tkwin对象的。
loadDataPkg returns a vector of character strings for available data environments.
loadDataPkg返回一个字符串环境数据的向量。
作者(S)----------Author(s)----------
Jianhua Zhang
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|