read.MIAME(Biobase)
read.MIAME()所属R语言包:Biobase
Read MIAME Information into an Instance of Class 'MIAME'
MIAME信息读入类MIAME的一个实例
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reads MIAME information from a file or using a widget.
读取MIAME信息从一个文件或一个部件使用。
用法----------Usage----------
read.MIAME(filename = NULL, widget = getOption("BioC")$Base$use.widgets, ...)
参数----------Arguments----------
参数:filename
Filename from which to read MIAME information.
文件名从中读取MIAME信息。
参数:widget
Logical. If TRUE and a filename is not given, a widget is used to enter information.
逻辑。如果TRUE和一个文件名没有给出一个部件是用来输入信息。
参数:...
Further arguments to scan.
scan进一步的论据。
Details
详情----------Details----------
Notice that the MIAME class tries to cover the MIAME entries that are not covered by other classes in Bioconductor. Namely, experimental design, samples, hybridizations, normalization controls, and pre-processing information.
注意MIAME类试图覆盖,不涉及由Bioconductor其他类MIAME条目。即,实验设计,样品,杂交,规范化控制,前处理的信息。
The function scan is used to read. The file must be a flat file with the different entries for the instance of MIAME class separated by carriage returns. The order should be: name, lab, contact, title, abstract, and url.
的功能scan用于读取。该文件必须是一个平面文件回车隔开MIAME类的实例,不同的条目。顺序应该是:名称,实验室,接触,标题,摘要,和URL。
Alternatively a widget can be used.
另外一个部件都可以使用。
值----------Value----------
An object of class MIAME.
对象类MIAME。
作者(S)----------Author(s)----------
Rafael Irizarry <rafa@jhu.edu>
参见----------See Also----------
MIAME,tkMIAME
MIAME,tkMIAME
举例----------Examples----------
miame <- read.MIAME(widget=FALSE) ##creates an empty instance[#创建一个空的实例]
show(miame)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|